Shades of Dark Violet #9204D0
Tints of Dark Violet #9204D0
RGB
CMYK
RGB Variations
Color information
#9204D0 (or 0x9204D0) is known color: Dark Violet. HEX triplet: 92, 04 and D0. RGB value is (146,4,208). Sum of RGB (Red+Green+Blue) = 146+4+208=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #9204D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9204D0 is #6DFB2F. Grayscale: #454545. Windows color (decimal): -7207728 or 13632658. OLE color: 13632658.
HSL color Cylindrical-coordinate representation of color #9204D0: hue angle of 281.76º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204D0 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 4 | 208 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.18 |
| HSL | 281.76º | 0.96% | 0.42% | - |
| HSV(B) | 281.76º | 0.98% | 0.82% | - |
| XYZ | 23.28 | 10.75 | 60.52 | - |
| YUV | 69.71 | 206.04 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 208 | 0.30 | 0.98 | 0 | 0.18 | 281.76 | 0.96 | 0.42 |
| Hex | 92 | 4 | D0 | 1E | 62 | 0 | 12 | 11A | 60 | 2A |
| Octal | 222 | 4 | 320 | 36 | 142 | 0 | 22 | 432 | 140 | 52 |
| Binary | 10010010 | 100 | 11010000 | 11110 | 1100010 | 0 | 10010 | 100011010 | 1100000 | 101010 |
Color Harmonies of #9204D0
Complementary color
Monochromatic Colors of #9204D0
Black with #9204D0
Text Example
Text Example
White with #9204D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204D0; }
p { color: rgb(146,4,208); }
H1.HeaderClassName
{
color: #9204D0;
}
.AnyTagClassName
{
color: #9204D0;
}
</style>
background-color css
<style>
a { background-color: #9204D0; }
a { background-color: rgb(146,4,208); }
div.DivClassName
{
background-color: #9204D0;
}
.BgClassName
{
background-color: #9204D0;
}
</style>
border-color css
<style>
span { border-color: #9204D0; }
span { border-color: rgb(146,4,208); }
td.TdClassName
{
border-color: #9204D0;
}
.TagClassName
{
border-color: #9204D0;
}
</style>