Shades of Dark Violet #9812CF
Tints of Dark Violet #9812CF
RGB
CMYK
RGB Variations
Color information
#9812CF (or 0x9812CF) is known color: Dark Violet. HEX triplet: 98, 12 and CF. RGB value is (152,18,207). Sum of RGB (Red+Green+Blue) = 152+18+207=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #9812CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9812CF is #67ED30. Grayscale: #4E4E4E. Windows color (decimal): -6810929 or 13570712. OLE color: 13570712.
HSL color Cylindrical-coordinate representation of color #9812CF: hue angle of 282.54º 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 #9812CF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 18 | 207 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.19 |
| HSL | 282.54º | 0.84% | 0.44% | - |
| HSV(B) | 282.54º | 0.91% | 0.81% | - |
| XYZ | 24.43 | 11.61 | 59.99 | - |
| YUV | 79.61 | 199.89 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 207 | 0.27 | 0.91 | 0 | 0.19 | 282.54 | 0.84 | 0.44 |
| Hex | 98 | 12 | CF | 1B | 5B | 0 | 13 | 11B | 54 | 2C |
| Octal | 230 | 22 | 317 | 33 | 133 | 0 | 23 | 433 | 124 | 54 |
| Binary | 10011000 | 10010 | 11001111 | 11011 | 1011011 | 0 | 10011 | 100011011 | 1010100 | 101100 |
Color Harmonies of #9812CF
Complementary color
Monochromatic Colors of #9812CF
Black with #9812CF
Text Example
Text Example
White with #9812CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9812CF; }
p { color: rgb(152,18,207); }
H1.HeaderClassName
{
color: #9812CF;
}
.AnyTagClassName
{
color: #9812CF;
}
</style>
background-color css
<style>
a { background-color: #9812CF; }
a { background-color: rgb(152,18,207); }
div.DivClassName
{
background-color: #9812CF;
}
.BgClassName
{
background-color: #9812CF;
}
</style>
border-color css
<style>
span { border-color: #9812CF; }
span { border-color: rgb(152,18,207); }
td.TdClassName
{
border-color: #9812CF;
}
.TagClassName
{
border-color: #9812CF;
}
</style>