Shades of Dark Violet #9E04DF
Tints of Dark Violet #9E04DF
RGB
CMYK
RGB Variations
Color information
#9E04DF (or 0x9E04DF) is known color: Dark Violet. HEX triplet: 9E, 04 and DF. RGB value is (158,4,223). Sum of RGB (Red+Green+Blue) = 158+4+223=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E04DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E04DF is #61FB20. Grayscale: #4A4A4A. Windows color (decimal): -6421281 or 14615710. OLE color: 14615710.
HSL color Cylindrical-coordinate representation of color #9E04DF: hue angle of 282.19º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E04DF is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 4 | 223 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.13 |
| HSL | 282.19º | 0.96% | 0.45% | - |
| HSV(B) | 282.19º | 0.98% | 0.87% | - |
| XYZ | 27.46 | 12.68 | 70.81 | - |
| YUV | 75.01 | 211.52 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 223 | 0.29 | 0.98 | 0 | 0.13 | 282.19 | 0.96 | 0.45 |
| Hex | 9E | 4 | DF | 1D | 62 | 0 | D | 11A | 60 | 2D |
| Octal | 236 | 4 | 337 | 35 | 142 | 0 | 15 | 432 | 140 | 55 |
| Binary | 10011110 | 100 | 11011111 | 11101 | 1100010 | 0 | 1101 | 100011010 | 1100000 | 101101 |
Color Harmonies of #9E04DF
Complementary color
Monochromatic Colors of #9E04DF
Black with #9E04DF
Text Example
Text Example
White with #9E04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E04DF; }
p { color: rgb(158,4,223); }
H1.HeaderClassName
{
color: #9E04DF;
}
.AnyTagClassName
{
color: #9E04DF;
}
</style>
background-color css
<style>
a { background-color: #9E04DF; }
a { background-color: rgb(158,4,223); }
div.DivClassName
{
background-color: #9E04DF;
}
.BgClassName
{
background-color: #9E04DF;
}
</style>
border-color css
<style>
span { border-color: #9E04DF; }
span { border-color: rgb(158,4,223); }
td.TdClassName
{
border-color: #9E04DF;
}
.TagClassName
{
border-color: #9E04DF;
}
</style>