Shades of Dark Violet #9204CF
Tints of Dark Violet #9204CF
RGB
CMYK
RGB Variations
Color information
#9204CF (or 0x9204CF) is known color: Dark Violet. HEX triplet: 92, 04 and CF. RGB value is (146,4,207). Sum of RGB (Red+Green+Blue) = 146+4+207=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #9204CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9204CF is #6DFB30. Grayscale: #444444. Windows color (decimal): -7207729 or 13567122. OLE color: 13567122.
HSL color Cylindrical-coordinate representation of color #9204CF: hue angle of 281.97º 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 #9204CF is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 4 | 207 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.19 |
| HSL | 281.97º | 0.96% | 0.41% | - |
| HSV(B) | 281.97º | 0.98% | 0.81% | - |
| XYZ | 23.16 | 10.7 | 59.88 | - |
| YUV | 69.6 | 205.54 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 207 | 0.29 | 0.98 | 0 | 0.19 | 281.97 | 0.96 | 0.41 |
| Hex | 92 | 4 | CF | 1D | 62 | 0 | 13 | 11A | 60 | 29 |
| Octal | 222 | 4 | 317 | 35 | 142 | 0 | 23 | 432 | 140 | 51 |
| Binary | 10010010 | 100 | 11001111 | 11101 | 1100010 | 0 | 10011 | 100011010 | 1100000 | 101001 |
Color Harmonies of #9204CF
Complementary color
Monochromatic Colors of #9204CF
Black with #9204CF
Text Example
Text Example
White with #9204CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204CF; }
p { color: rgb(146,4,207); }
H1.HeaderClassName
{
color: #9204CF;
}
.AnyTagClassName
{
color: #9204CF;
}
</style>
background-color css
<style>
a { background-color: #9204CF; }
a { background-color: rgb(146,4,207); }
div.DivClassName
{
background-color: #9204CF;
}
.BgClassName
{
background-color: #9204CF;
}
</style>
border-color css
<style>
span { border-color: #9204CF; }
span { border-color: rgb(146,4,207); }
td.TdClassName
{
border-color: #9204CF;
}
.TagClassName
{
border-color: #9204CF;
}
</style>