Shades of Dark Violet #9208CE
Tints of Dark Violet #9208CE
RGB
CMYK
RGB Variations
Color information
#9208CE (or 0x9208CE) is known color: Dark Violet. HEX triplet: 92, 08 and CE. RGB value is (146,8,206). Sum of RGB (Red+Green+Blue) = 146+8+206=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #9208CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9208CE is #6DF731. Grayscale: #474747. Windows color (decimal): -7206706 or 13502610. OLE color: 13502610.
HSL color Cylindrical-coordinate representation of color #9208CE: hue angle of 281.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9208CE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 8 | 206 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.19 |
| HSL | 281.82º | 0.93% | 0.42% | - |
| HSV(B) | 281.82º | 0.96% | 0.81% | - |
| XYZ | 23.08 | 10.74 | 59.25 | - |
| YUV | 71.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 206 | 0.29 | 0.96 | 0 | 0.19 | 281.82 | 0.93 | 0.42 |
| Hex | 92 | 8 | CE | 1D | 60 | 0 | 13 | 11A | 5D | 2A |
| Octal | 222 | 10 | 316 | 35 | 140 | 0 | 23 | 432 | 135 | 52 |
| Binary | 10010010 | 1000 | 11001110 | 11101 | 1100000 | 0 | 10011 | 100011010 | 1011101 | 101010 |
Color Harmonies of #9208CE
Complementary color
Monochromatic Colors of #9208CE
Black with #9208CE
Text Example
Text Example
White with #9208CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9208CE; }
p { color: rgb(146,8,206); }
H1.HeaderClassName
{
color: #9208CE;
}
.AnyTagClassName
{
color: #9208CE;
}
</style>
background-color css
<style>
a { background-color: #9208CE; }
a { background-color: rgb(146,8,206); }
div.DivClassName
{
background-color: #9208CE;
}
.BgClassName
{
background-color: #9208CE;
}
</style>
border-color css
<style>
span { border-color: #9208CE; }
span { border-color: rgb(146,8,206); }
td.TdClassName
{
border-color: #9208CE;
}
.TagClassName
{
border-color: #9208CE;
}
</style>