Shades of Dark Violet #9912CF
Tints of Dark Violet #9912CF
RGB
CMYK
RGB Variations
Color information
#9912CF (or 0x9912CF) is known color: Dark Violet. HEX triplet: 99, 12 and CF. RGB value is (153,18,207). Sum of RGB (Red+Green+Blue) = 153+18+207=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #9912CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912CF is #66ED30. Grayscale: #4F4F4F. Windows color (decimal): -6745393 or 13570713. OLE color: 13570713.
HSL color Cylindrical-coordinate representation of color #9912CF: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9912CF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 18 | 207 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.19 |
| HSL | 282.86º | 0.84% | 0.44% | - |
| HSV(B) | 282.86º | 0.91% | 0.81% | - |
| XYZ | 24.62 | 11.71 | 59.99 | - |
| YUV | 79.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 207 | 0.26 | 0.91 | 0 | 0.19 | 282.86 | 0.84 | 0.44 |
| Hex | 99 | 12 | CF | 1A | 5B | 0 | 13 | 11B | 54 | 2C |
| Octal | 231 | 22 | 317 | 32 | 133 | 0 | 23 | 433 | 124 | 54 |
| Binary | 10011001 | 10010 | 11001111 | 11010 | 1011011 | 0 | 10011 | 100011011 | 1010100 | 101100 |
Color Harmonies of #9912CF
Complementary color
Monochromatic Colors of #9912CF
Black with #9912CF
Text Example
Text Example
White with #9912CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9912CF; }
p { color: rgb(153,18,207); }
H1.HeaderClassName
{
color: #9912CF;
}
.AnyTagClassName
{
color: #9912CF;
}
</style>
background-color css
<style>
a { background-color: #9912CF; }
a { background-color: rgb(153,18,207); }
div.DivClassName
{
background-color: #9912CF;
}
.BgClassName
{
background-color: #9912CF;
}
</style>
border-color css
<style>
span { border-color: #9912CF; }
span { border-color: rgb(153,18,207); }
td.TdClassName
{
border-color: #9912CF;
}
.TagClassName
{
border-color: #9912CF;
}
</style>