Shades of Dark Violet #9204E5
Tints of Dark Violet #9204E5
RGB
CMYK
RGB Variations
Color information
#9204E5 (or 0x9204E5) is known color: Dark Violet. HEX triplet: 92, 04 and E5. RGB value is (146,4,229). Sum of RGB (Red+Green+Blue) = 146+4+229=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #9204E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9204E5 is #6DFB1A. Grayscale: #474747. Windows color (decimal): -7207707 or 15008914. OLE color: 15008914.
HSL color Cylindrical-coordinate representation of color #9204E5: hue angle of 277.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204E5 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 4 | 229 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.10 |
| HSL | 277.87º | 0.97% | 0.46% | - |
| HSV(B) | 277.87º | 0.98% | 0.9% | - |
| XYZ | 26.04 | 11.85 | 75.04 | - |
| YUV | 72.11 | 216.54 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 229 | 0.36 | 0.98 | 0 | 0.10 | 277.87 | 0.97 | 0.46 |
| Hex | 92 | 4 | E5 | 24 | 62 | 0 | A | 116 | 61 | 2E |
| Octal | 222 | 4 | 345 | 44 | 142 | 0 | 12 | 426 | 141 | 56 |
| Binary | 10010010 | 100 | 11100101 | 100100 | 1100010 | 0 | 1010 | 100010110 | 1100001 | 101110 |
Color Harmonies of #9204E5
Complementary color
Monochromatic Colors of #9204E5
Black with #9204E5
Text Example
Text Example
White with #9204E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204E5; }
p { color: rgb(146,4,229); }
H1.HeaderClassName
{
color: #9204E5;
}
.AnyTagClassName
{
color: #9204E5;
}
</style>
background-color css
<style>
a { background-color: #9204E5; }
a { background-color: rgb(146,4,229); }
div.DivClassName
{
background-color: #9204E5;
}
.BgClassName
{
background-color: #9204E5;
}
</style>
border-color css
<style>
span { border-color: #9204E5; }
span { border-color: rgb(146,4,229); }
td.TdClassName
{
border-color: #9204E5;
}
.TagClassName
{
border-color: #9204E5;
}
</style>