Shades of Dark Violet #9202CE
Tints of Dark Violet #9202CE
RGB
CMYK
RGB Variations
Color information
#9202CE (or 0x9202CE) is known color: Dark Violet. HEX triplet: 92, 02 and CE. RGB value is (146,2,206). Sum of RGB (Red+Green+Blue) = 146+2+206=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #9202CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9202CE is #6DFD31. Grayscale: #434343. Windows color (decimal): -7208242 or 13501074. OLE color: 13501074.
HSL color Cylindrical-coordinate representation of color #9202CE: hue angle of 282.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202CE is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 2 | 206 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.19 |
| HSL | 282.35º | 0.98% | 0.41% | - |
| HSV(B) | 282.35º | 0.99% | 0.81% | - |
| XYZ | 23.02 | 10.61 | 59.23 | - |
| YUV | 68.31 | 205.71 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 206 | 0.29 | 0.99 | 0 | 0.19 | 282.35 | 0.98 | 0.41 |
| Hex | 92 | 2 | CE | 1D | 63 | 0 | 13 | 11A | 62 | 29 |
| Octal | 222 | 2 | 316 | 35 | 143 | 0 | 23 | 432 | 142 | 51 |
| Binary | 10010010 | 10 | 11001110 | 11101 | 1100011 | 0 | 10011 | 100011010 | 1100010 | 101001 |
Color Harmonies of #9202CE
Complementary color
Monochromatic Colors of #9202CE
Black with #9202CE
Text Example
Text Example
White with #9202CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202CE; }
p { color: rgb(146,2,206); }
H1.HeaderClassName
{
color: #9202CE;
}
.AnyTagClassName
{
color: #9202CE;
}
</style>
background-color css
<style>
a { background-color: #9202CE; }
a { background-color: rgb(146,2,206); }
div.DivClassName
{
background-color: #9202CE;
}
.BgClassName
{
background-color: #9202CE;
}
</style>
border-color css
<style>
span { border-color: #9202CE; }
span { border-color: rgb(146,2,206); }
td.TdClassName
{
border-color: #9202CE;
}
.TagClassName
{
border-color: #9202CE;
}
</style>