Shades of Dark Violet #9E05D0
Tints of Dark Violet #9E05D0
RGB
CMYK
RGB Variations
Color information
#9E05D0 (or 0x9E05D0) is known color: Dark Violet. HEX triplet: 9E, 05 and D0. RGB value is (158,5,208). Sum of RGB (Red+Green+Blue) = 158+5+208=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E05D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E05D0 is #61FA2F. Grayscale: #494949. Windows color (decimal): -6421040 or 13632926. OLE color: 13632926.
HSL color Cylindrical-coordinate representation of color #9E05D0: hue angle of 285.22º degrees, saturation: 0.95, 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 #9E05D0 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 5 | 208 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.18 |
| HSL | 285.22º | 0.95% | 0.42% | - |
| HSV(B) | 285.22º | 0.98% | 0.82% | - |
| XYZ | 25.54 | 11.93 | 60.63 | - |
| YUV | 73.89 | 203.69 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 208 | 0.24 | 0.98 | 0 | 0.18 | 285.22 | 0.95 | 0.42 |
| Hex | 9E | 5 | D0 | 18 | 62 | 0 | 12 | 11D | 5F | 2A |
| Octal | 236 | 5 | 320 | 30 | 142 | 0 | 22 | 435 | 137 | 52 |
| Binary | 10011110 | 101 | 11010000 | 11000 | 1100010 | 0 | 10010 | 100011101 | 1011111 | 101010 |
Color Harmonies of #9E05D0
Complementary color
Monochromatic Colors of #9E05D0
Black with #9E05D0
Text Example
Text Example
White with #9E05D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E05D0; }
p { color: rgb(158,5,208); }
H1.HeaderClassName
{
color: #9E05D0;
}
.AnyTagClassName
{
color: #9E05D0;
}
</style>
background-color css
<style>
a { background-color: #9E05D0; }
a { background-color: rgb(158,5,208); }
div.DivClassName
{
background-color: #9E05D0;
}
.BgClassName
{
background-color: #9E05D0;
}
</style>
border-color css
<style>
span { border-color: #9E05D0; }
span { border-color: rgb(158,5,208); }
td.TdClassName
{
border-color: #9E05D0;
}
.TagClassName
{
border-color: #9E05D0;
}
</style>