Shades of Dark Violet #9211CE
Tints of Dark Violet #9211CE
RGB
CMYK
RGB Variations
Color information
#9211CE (or 0x9211CE) is known color: Dark Violet. HEX triplet: 92, 11 and CE. RGB value is (146,17,206). Sum of RGB (Red+Green+Blue) = 146+17+206=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #9211CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211CE is #6DEE31. Grayscale: #4C4C4C. Windows color (decimal): -7204402 or 13504914. OLE color: 13504914.
HSL color Cylindrical-coordinate representation of color #9211CE: hue angle of 280.95º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9211CE is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 17 | 206 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.19 |
| HSL | 280.95º | 0.85% | 0.44% | - |
| HSV(B) | 280.95º | 0.92% | 0.81% | - |
| XYZ | 23.2 | 10.97 | 59.29 | - |
| YUV | 77.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 206 | 0.29 | 0.92 | 0 | 0.19 | 280.95 | 0.85 | 0.44 |
| Hex | 92 | 11 | CE | 1D | 5C | 0 | 13 | 119 | 55 | 2C |
| Octal | 222 | 21 | 316 | 35 | 134 | 0 | 23 | 431 | 125 | 54 |
| Binary | 10010010 | 10001 | 11001110 | 11101 | 1011100 | 0 | 10011 | 100011001 | 1010101 | 101100 |
Color Harmonies of #9211CE
Complementary color
Monochromatic Colors of #9211CE
Black with #9211CE
Text Example
Text Example
White with #9211CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211CE; }
p { color: rgb(146,17,206); }
H1.HeaderClassName
{
color: #9211CE;
}
.AnyTagClassName
{
color: #9211CE;
}
</style>
background-color css
<style>
a { background-color: #9211CE; }
a { background-color: rgb(146,17,206); }
div.DivClassName
{
background-color: #9211CE;
}
.BgClassName
{
background-color: #9211CE;
}
</style>
border-color css
<style>
span { border-color: #9211CE; }
span { border-color: rgb(146,17,206); }
td.TdClassName
{
border-color: #9211CE;
}
.TagClassName
{
border-color: #9211CE;
}
</style>