Shades of Dark Violet #9E05CF
Tints of Dark Violet #9E05CF
RGB
CMYK
RGB Variations
Color information
#9E05CF (or 0x9E05CF) is known color: Dark Violet. HEX triplet: 9E, 05 and CF. RGB value is (158,5,207). Sum of RGB (Red+Green+Blue) = 158+5+207=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E05CF is #61FA30. Grayscale: #494949. Windows color (decimal): -6421041 or 13567390. OLE color: 13567390.
HSL color Cylindrical-coordinate representation of color #9E05CF: hue angle of 285.45º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E05CF is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 5 | 207 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.19 |
| HSL | 285.45º | 0.95% | 0.42% | - |
| HSV(B) | 285.45º | 0.98% | 0.81% | - |
| XYZ | 25.42 | 11.88 | 59.99 | - |
| YUV | 73.78 | 203.19 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 207 | 0.24 | 0.98 | 0 | 0.19 | 285.45 | 0.95 | 0.42 |
| Hex | 9E | 5 | CF | 18 | 62 | 0 | 13 | 11D | 5F | 2A |
| Octal | 236 | 5 | 317 | 30 | 142 | 0 | 23 | 435 | 137 | 52 |
| Binary | 10011110 | 101 | 11001111 | 11000 | 1100010 | 0 | 10011 | 100011101 | 1011111 | 101010 |
Color Harmonies of #9E05CF
Complementary color
Monochromatic Colors of #9E05CF
Black with #9E05CF
Text Example
Text Example
White with #9E05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E05CF; }
p { color: rgb(158,5,207); }
H1.HeaderClassName
{
color: #9E05CF;
}
.AnyTagClassName
{
color: #9E05CF;
}
</style>
background-color css
<style>
a { background-color: #9E05CF; }
a { background-color: rgb(158,5,207); }
div.DivClassName
{
background-color: #9E05CF;
}
.BgClassName
{
background-color: #9E05CF;
}
</style>
border-color css
<style>
span { border-color: #9E05CF; }
span { border-color: rgb(158,5,207); }
td.TdClassName
{
border-color: #9E05CF;
}
.TagClassName
{
border-color: #9E05CF;
}
</style>