Shades of Dark Violet #9204CE
Tints of Dark Violet #9204CE
RGB
CMYK
RGB Variations
Color information
#9204CE (or 0x9204CE) is known color: Dark Violet. HEX triplet: 92, 04 and CE. RGB value is (146,4,206). Sum of RGB (Red+Green+Blue) = 146+4+206=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #9204CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9204CE is #6DFB31. Grayscale: #444444. Windows color (decimal): -7207730 or 13501586. OLE color: 13501586.
HSL color Cylindrical-coordinate representation of color #9204CE: hue angle of 282.18º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204CE is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 4 | 206 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.19 |
| HSL | 282.18º | 0.96% | 0.41% | - |
| HSV(B) | 282.18º | 0.98% | 0.81% | - |
| XYZ | 23.04 | 10.65 | 59.23 | - |
| YUV | 69.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 206 | 0.29 | 0.98 | 0 | 0.19 | 282.18 | 0.96 | 0.41 |
| Hex | 92 | 4 | CE | 1D | 62 | 0 | 13 | 11A | 60 | 29 |
| Octal | 222 | 4 | 316 | 35 | 142 | 0 | 23 | 432 | 140 | 51 |
| Binary | 10010010 | 100 | 11001110 | 11101 | 1100010 | 0 | 10011 | 100011010 | 1100000 | 101001 |
Color Harmonies of #9204CE
Complementary color
Monochromatic Colors of #9204CE
Black with #9204CE
Text Example
Text Example
White with #9204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204CE; }
p { color: rgb(146,4,206); }
H1.HeaderClassName
{
color: #9204CE;
}
.AnyTagClassName
{
color: #9204CE;
}
</style>
background-color css
<style>
a { background-color: #9204CE; }
a { background-color: rgb(146,4,206); }
div.DivClassName
{
background-color: #9204CE;
}
.BgClassName
{
background-color: #9204CE;
}
</style>
border-color css
<style>
span { border-color: #9204CE; }
span { border-color: rgb(146,4,206); }
td.TdClassName
{
border-color: #9204CE;
}
.TagClassName
{
border-color: #9204CE;
}
</style>