Shades of Dark Violet #9E05DF
Tints of Dark Violet #9E05DF
RGB
CMYK
RGB Variations
Color information
#9E05DF (or 0x9E05DF) is known color: Dark Violet. HEX triplet: 9E, 05 and DF. RGB value is (158,5,223). Sum of RGB (Red+Green+Blue) = 158+5+223=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E05DF is #61FA20. Grayscale: #4A4A4A. Windows color (decimal): -6421025 or 14615966. OLE color: 14615966.
HSL color Cylindrical-coordinate representation of color #9E05DF: hue angle of 282.11º 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 #9E05DF is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 5 | 223 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.13 |
| HSL | 282.11º | 0.96% | 0.45% | - |
| HSV(B) | 282.11º | 0.98% | 0.87% | - |
| XYZ | 27.47 | 12.71 | 70.82 | - |
| YUV | 75.6 | 211.19 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 223 | 0.29 | 0.98 | 0 | 0.13 | 282.11 | 0.96 | 0.45 |
| Hex | 9E | 5 | DF | 1D | 62 | 0 | D | 11A | 60 | 2D |
| Octal | 236 | 5 | 337 | 35 | 142 | 0 | 15 | 432 | 140 | 55 |
| Binary | 10011110 | 101 | 11011111 | 11101 | 1100010 | 0 | 1101 | 100011010 | 1100000 | 101101 |
Color Harmonies of #9E05DF
Complementary color
Monochromatic Colors of #9E05DF
Black with #9E05DF
Text Example
Text Example
White with #9E05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E05DF; }
p { color: rgb(158,5,223); }
H1.HeaderClassName
{
color: #9E05DF;
}
.AnyTagClassName
{
color: #9E05DF;
}
</style>
background-color css
<style>
a { background-color: #9E05DF; }
a { background-color: rgb(158,5,223); }
div.DivClassName
{
background-color: #9E05DF;
}
.BgClassName
{
background-color: #9E05DF;
}
</style>
border-color css
<style>
span { border-color: #9E05DF; }
span { border-color: rgb(158,5,223); }
td.TdClassName
{
border-color: #9E05DF;
}
.TagClassName
{
border-color: #9E05DF;
}
</style>