Shades of Violet #FF99FF
Tints of Violet #FF99FF
RGB
CMYK
RGB Variations
Color information
#FF99FF (or 0xFF99FF) is known color: Violet. HEX triplet: FF, 99 and FF. RGB value is (255,153,255). Sum of RGB (Red+Green+Blue) = 255+153+255=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 153 (60.16% from 255 or 23.08% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF99FF is a web safe color. Inversed color of #FF99FF is #006600. Grayscale: #C2C2C2. Windows color (decimal): -26113 or 16751103. OLE color: 16751103.
HSL color Cylindrical-coordinate representation of color #FF99FF: hue angle of 300º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99FF is Cyan = 0, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 153 | 255 | - |
CMYK | 0 | 0.4 | 0 | 0 |
HSL | 300º | 1% | 0.8% | - |
HSV(B) | 300º | 0.4% | 1% | - |
XYZ | 70.68 | 51.26 | 100.78 | - |
YUV | 195.13 | 161.79 | 170.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 153 | 255 | 0 | 0.4 | 0 | 0 | 300 | 1 | 0.8 |
Hex | FF | 99 | FF | 0 | 28 | 0 | 0 | 12C | 64 | 50 |
Octal | 377 | 231 | 377 | 0 | 50 | 0 | 0 | 454 | 144 | 120 |
Binary | 11111111 | 10011001 | 11111111 | 0 | 101000 | 0 | 0 | 100101100 | 1100100 | 1010000 |
Color Harmonies of #FF99FF
Complementary color
Monochromatic Colors of #FF99FF
Black with #FF99FF
Text Example
Text Example
White with #FF99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99FF; }
p { color: rgb(255,153,255); }
H1.HeaderClassName
{
color: #FF99FF;
}
.AnyTagClassName
{
color: #FF99FF;
}
</style>
background-color css
<style>
a { background-color: #FF99FF; }
a { background-color: rgb(255,153,255); }
div.DivClassName
{
background-color: #FF99FF;
}
.BgClassName
{
background-color: #FF99FF;
}
</style>
border-color css
<style>
span { border-color: #FF99FF; }
span { border-color: rgb(255,153,255); }
td.TdClassName
{
border-color: #FF99FF;
}
.TagClassName
{
border-color: #FF99FF;
}
</style>