Shades of Dark Violet #9204DA
Tints of Dark Violet #9204DA
RGB
CMYK
RGB Variations
Color information
#9204DA (or 0x9204DA) is known color: Dark Violet. HEX triplet: 92, 04 and DA. RGB value is (146,4,218). Sum of RGB (Red+Green+Blue) = 146+4+218=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #9204DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9204DA is #6DFB25. Grayscale: #464646. Windows color (decimal): -7207718 or 14288018. OLE color: 14288018.
HSL color Cylindrical-coordinate representation of color #9204DA: hue angle of 279.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204DA is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 4 | 218 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.15 |
| HSL | 279.81º | 0.96% | 0.44% | - |
| HSV(B) | 279.81º | 0.98% | 0.85% | - |
| XYZ | 24.55 | 11.26 | 67.21 | - |
| YUV | 70.85 | 211.04 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 218 | 0.33 | 0.98 | 0 | 0.15 | 279.81 | 0.96 | 0.44 |
| Hex | 92 | 4 | DA | 21 | 62 | 0 | F | 118 | 60 | 2C |
| Octal | 222 | 4 | 332 | 41 | 142 | 0 | 17 | 430 | 140 | 54 |
| Binary | 10010010 | 100 | 11011010 | 100001 | 1100010 | 0 | 1111 | 100011000 | 1100000 | 101100 |
Color Harmonies of #9204DA
Complementary color
Monochromatic Colors of #9204DA
Black with #9204DA
Text Example
Text Example
White with #9204DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204DA; }
p { color: rgb(146,4,218); }
H1.HeaderClassName
{
color: #9204DA;
}
.AnyTagClassName
{
color: #9204DA;
}
</style>
background-color css
<style>
a { background-color: #9204DA; }
a { background-color: rgb(146,4,218); }
div.DivClassName
{
background-color: #9204DA;
}
.BgClassName
{
background-color: #9204DA;
}
</style>
border-color css
<style>
span { border-color: #9204DA; }
span { border-color: rgb(146,4,218); }
td.TdClassName
{
border-color: #9204DA;
}
.TagClassName
{
border-color: #9204DA;
}
</style>