Shades of Dark Violet #9906CB
Tints of Dark Violet #9906CB
RGB
CMYK
RGB Variations
Color information
#9906CB (or 0x9906CB) is known color: Dark Violet. HEX triplet: 99, 06 and CB. RGB value is (153,6,203). Sum of RGB (Red+Green+Blue) = 153+6+203=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #9906CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9906CB is #66F934. Grayscale: #474747. Windows color (decimal): -6748469 or 13305497. OLE color: 13305497.
HSL color Cylindrical-coordinate representation of color #9906CB: hue angle of 284.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9906CB is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 6 | 203 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.20 |
| HSL | 284.77º | 0.94% | 0.41% | - |
| HSV(B) | 284.77º | 0.97% | 0.8% | - |
| XYZ | 23.98 | 11.21 | 57.4 | - |
| YUV | 72.41 | 201.7 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 203 | 0.25 | 0.97 | 0 | 0.20 | 284.77 | 0.94 | 0.41 |
| Hex | 99 | 6 | CB | 19 | 61 | 0 | 14 | 11D | 5E | 29 |
| Octal | 231 | 6 | 313 | 31 | 141 | 0 | 24 | 435 | 136 | 51 |
| Binary | 10011001 | 110 | 11001011 | 11001 | 1100001 | 0 | 10100 | 100011101 | 1011110 | 101001 |
Color Harmonies of #9906CB
Complementary color
Monochromatic Colors of #9906CB
Black with #9906CB
Text Example
Text Example
White with #9906CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9906CB; }
p { color: rgb(153,6,203); }
H1.HeaderClassName
{
color: #9906CB;
}
.AnyTagClassName
{
color: #9906CB;
}
</style>
background-color css
<style>
a { background-color: #9906CB; }
a { background-color: rgb(153,6,203); }
div.DivClassName
{
background-color: #9906CB;
}
.BgClassName
{
background-color: #9906CB;
}
</style>
border-color css
<style>
span { border-color: #9906CB; }
span { border-color: rgb(153,6,203); }
td.TdClassName
{
border-color: #9906CB;
}
.TagClassName
{
border-color: #9906CB;
}
</style>