Shades of Dark Violet #9906CF
Tints of Dark Violet #9906CF
RGB
CMYK
RGB Variations
Color information
#9906CF (or 0x9906CF) is known color: Dark Violet. HEX triplet: 99, 06 and CF. RGB value is (153,6,207). Sum of RGB (Red+Green+Blue) = 153+6+207=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #9906CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9906CF is #66F930. Grayscale: #484848. Windows color (decimal): -6748465 or 13567641. OLE color: 13567641.
HSL color Cylindrical-coordinate representation of color #9906CF: hue angle of 283.88º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9906CF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 6 | 207 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.19 |
| HSL | 283.88º | 0.94% | 0.42% | - |
| HSV(B) | 283.88º | 0.97% | 0.81% | - |
| XYZ | 24.46 | 11.41 | 59.94 | - |
| YUV | 72.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 207 | 0.26 | 0.97 | 0 | 0.19 | 283.88 | 0.94 | 0.42 |
| Hex | 99 | 6 | CF | 1A | 61 | 0 | 13 | 11C | 5E | 2A |
| Octal | 231 | 6 | 317 | 32 | 141 | 0 | 23 | 434 | 136 | 52 |
| Binary | 10011001 | 110 | 11001111 | 11010 | 1100001 | 0 | 10011 | 100011100 | 1011110 | 101010 |
Color Harmonies of #9906CF
Complementary color
Monochromatic Colors of #9906CF
Black with #9906CF
Text Example
Text Example
White with #9906CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9906CF; }
p { color: rgb(153,6,207); }
H1.HeaderClassName
{
color: #9906CF;
}
.AnyTagClassName
{
color: #9906CF;
}
</style>
background-color css
<style>
a { background-color: #9906CF; }
a { background-color: rgb(153,6,207); }
div.DivClassName
{
background-color: #9906CF;
}
.BgClassName
{
background-color: #9906CF;
}
</style>
border-color css
<style>
span { border-color: #9906CF; }
span { border-color: rgb(153,6,207); }
td.TdClassName
{
border-color: #9906CF;
}
.TagClassName
{
border-color: #9906CF;
}
</style>