Shades of Dark Violet #9912CB
Tints of Dark Violet #9912CB
RGB
CMYK
RGB Variations
Color information
#9912CB (or 0x9912CB) is known color: Dark Violet. HEX triplet: 99, 12 and CB. RGB value is (153,18,203). Sum of RGB (Red+Green+Blue) = 153+18+203=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #9912CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912CB is #66ED34. Grayscale: #4E4E4E. Windows color (decimal): -6745397 or 13308569. OLE color: 13308569.
HSL color Cylindrical-coordinate representation of color #9912CB: hue angle of 283.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9912CB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 18 | 203 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.20 |
| HSL | 283.78º | 0.84% | 0.43% | - |
| HSV(B) | 283.78º | 0.91% | 0.8% | - |
| XYZ | 24.13 | 11.52 | 57.45 | - |
| YUV | 79.46 | 197.73 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 203 | 0.25 | 0.91 | 0 | 0.20 | 283.78 | 0.84 | 0.43 |
| Hex | 99 | 12 | CB | 19 | 5B | 0 | 14 | 11C | 54 | 2B |
| Octal | 231 | 22 | 313 | 31 | 133 | 0 | 24 | 434 | 124 | 53 |
| Binary | 10011001 | 10010 | 11001011 | 11001 | 1011011 | 0 | 10100 | 100011100 | 1010100 | 101011 |
Color Harmonies of #9912CB
Complementary color
Monochromatic Colors of #9912CB
Black with #9912CB
Text Example
Text Example
White with #9912CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9912CB; }
p { color: rgb(153,18,203); }
H1.HeaderClassName
{
color: #9912CB;
}
.AnyTagClassName
{
color: #9912CB;
}
</style>
background-color css
<style>
a { background-color: #9912CB; }
a { background-color: rgb(153,18,203); }
div.DivClassName
{
background-color: #9912CB;
}
.BgClassName
{
background-color: #9912CB;
}
</style>
border-color css
<style>
span { border-color: #9912CB; }
span { border-color: rgb(153,18,203); }
td.TdClassName
{
border-color: #9912CB;
}
.TagClassName
{
border-color: #9912CB;
}
</style>