Shades of Dark Violet #9212CE
Tints of Dark Violet #9212CE
RGB
CMYK
RGB Variations
Color information
#9212CE (or 0x9212CE) is known color: Dark Violet. HEX triplet: 92, 12 and CE. RGB value is (146,18,206). Sum of RGB (Red+Green+Blue) = 146+18+206=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #9212CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9212CE is #6DED31. Grayscale: #4D4D4D. Windows color (decimal): -7204146 or 13505170. OLE color: 13505170.
HSL color Cylindrical-coordinate representation of color #9212CE: hue angle of 280.85º 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 #9212CE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 18 | 206 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.19 |
| HSL | 280.85º | 0.84% | 0.44% | - |
| HSV(B) | 280.85º | 0.91% | 0.81% | - |
| XYZ | 23.21 | 11 | 59.29 | - |
| YUV | 77.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 206 | 0.29 | 0.91 | 0 | 0.19 | 280.85 | 0.84 | 0.44 |
| Hex | 92 | 12 | CE | 1D | 5B | 0 | 13 | 119 | 54 | 2C |
| Octal | 222 | 22 | 316 | 35 | 133 | 0 | 23 | 431 | 124 | 54 |
| Binary | 10010010 | 10010 | 11001110 | 11101 | 1011011 | 0 | 10011 | 100011001 | 1010100 | 101100 |
Color Harmonies of #9212CE
Complementary color
Monochromatic Colors of #9212CE
Black with #9212CE
Text Example
Text Example
White with #9212CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9212CE; }
p { color: rgb(146,18,206); }
H1.HeaderClassName
{
color: #9212CE;
}
.AnyTagClassName
{
color: #9212CE;
}
</style>
background-color css
<style>
a { background-color: #9212CE; }
a { background-color: rgb(146,18,206); }
div.DivClassName
{
background-color: #9212CE;
}
.BgClassName
{
background-color: #9212CE;
}
</style>
border-color css
<style>
span { border-color: #9212CE; }
span { border-color: rgb(146,18,206); }
td.TdClassName
{
border-color: #9212CE;
}
.TagClassName
{
border-color: #9212CE;
}
</style>