Shades of Dark Violet #9212CB
Tints of Dark Violet #9212CB
RGB
CMYK
RGB Variations
Color information
#9212CB (or 0x9212CB) is known color: Dark Violet. HEX triplet: 92, 12 and CB. RGB value is (146,18,203). Sum of RGB (Red+Green+Blue) = 146+18+203=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #9212CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9212CB is #6DED34. Grayscale: #4C4C4C. Windows color (decimal): -7204149 or 13308562. OLE color: 13308562.
HSL color Cylindrical-coordinate representation of color #9212CB: hue angle of 281.51º 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 #9212CB is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 18 | 203 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.20 |
| HSL | 281.51º | 0.84% | 0.43% | - |
| HSV(B) | 281.51º | 0.91% | 0.8% | - |
| XYZ | 22.85 | 10.86 | 57.39 | - |
| YUV | 77.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 203 | 0.28 | 0.91 | 0 | 0.20 | 281.51 | 0.84 | 0.43 |
| Hex | 92 | 12 | CB | 1C | 5B | 0 | 14 | 11A | 54 | 2B |
| Octal | 222 | 22 | 313 | 34 | 133 | 0 | 24 | 432 | 124 | 53 |
| Binary | 10010010 | 10010 | 11001011 | 11100 | 1011011 | 0 | 10100 | 100011010 | 1010100 | 101011 |
Color Harmonies of #9212CB
Complementary color
Monochromatic Colors of #9212CB
Black with #9212CB
Text Example
Text Example
White with #9212CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9212CB; }
p { color: rgb(146,18,203); }
H1.HeaderClassName
{
color: #9212CB;
}
.AnyTagClassName
{
color: #9212CB;
}
</style>
background-color css
<style>
a { background-color: #9212CB; }
a { background-color: rgb(146,18,203); }
div.DivClassName
{
background-color: #9212CB;
}
.BgClassName
{
background-color: #9212CB;
}
</style>
border-color css
<style>
span { border-color: #9212CB; }
span { border-color: rgb(146,18,203); }
td.TdClassName
{
border-color: #9212CB;
}
.TagClassName
{
border-color: #9212CB;
}
</style>