Shades of Dark Violet #9900CF
Tints of Dark Violet #9900CF
RGB
CMYK
RGB Variations
Color information
#9900CF (or 0x9900CF) is known color: Dark Violet. HEX triplet: 99, 00 and CF. RGB value is (153,0,207). Sum of RGB (Red+Green+Blue) = 153+0+207=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #9900CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9900CF is #66FF30. Grayscale: #444444. Windows color (decimal): -6750001 or 13566105. OLE color: 13566105.
HSL color Cylindrical-coordinate representation of color #9900CF: hue angle of 284.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900CF is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 0 | 207 | - |
| CMYK | 0.26 | 1 | 0 | 0.19 |
| HSL | 284.35º | 1% | 0.41% | - |
| HSV(B) | 284.35º | 1% | 0.81% | - |
| XYZ | 24.4 | 11.28 | 59.92 | - |
| YUV | 69.35 | 205.69 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 207 | 0.26 | 1 | 0 | 0.19 | 284.35 | 1 | 0.41 |
| Hex | 99 | 0 | CF | 1A | 64 | 0 | 13 | 11C | 64 | 29 |
| Octal | 231 | 0 | 317 | 32 | 144 | 0 | 23 | 434 | 144 | 51 |
| Binary | 10011001 | 0 | 11001111 | 11010 | 1100100 | 0 | 10011 | 100011100 | 1100100 | 101001 |
Color Harmonies of #9900CF
Complementary color
Monochromatic Colors of #9900CF
Black with #9900CF
Text Example
Text Example
White with #9900CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900CF; }
p { color: rgb(153,0,207); }
H1.HeaderClassName
{
color: #9900CF;
}
.AnyTagClassName
{
color: #9900CF;
}
</style>
background-color css
<style>
a { background-color: #9900CF; }
a { background-color: rgb(153,0,207); }
div.DivClassName
{
background-color: #9900CF;
}
.BgClassName
{
background-color: #9900CF;
}
</style>
border-color css
<style>
span { border-color: #9900CF; }
span { border-color: rgb(153,0,207); }
td.TdClassName
{
border-color: #9900CF;
}
.TagClassName
{
border-color: #9900CF;
}
</style>