Shades of Dark Violet #9E05BD
Tints of Dark Violet #9E05BD
RGB
CMYK
RGB Variations
Color information
#9E05BD (or 0x9E05BD) is known color: Dark Violet. HEX triplet: 9E, 05 and BD. RGB value is (158,5,189). Sum of RGB (Red+Green+Blue) = 158+5+189=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E05BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E05BD is #61FA42. Grayscale: #474747. Windows color (decimal): -6421059 or 12387742. OLE color: 12387742.
HSL color Cylindrical-coordinate representation of color #9E05BD: hue angle of 289.89º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E05BD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 5 | 189 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.26 |
| HSL | 289.89º | 0.95% | 0.38% | - |
| HSV(B) | 289.89º | 0.97% | 0.74% | - |
| XYZ | 23.34 | 11.05 | 49.05 | - |
| YUV | 71.72 | 194.19 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 189 | 0.16 | 0.97 | 0 | 0.26 | 289.89 | 0.95 | 0.38 |
| Hex | 9E | 5 | BD | 10 | 61 | 0 | 1A | 122 | 5F | 26 |
| Octal | 236 | 5 | 275 | 20 | 141 | 0 | 32 | 442 | 137 | 46 |
| Binary | 10011110 | 101 | 10111101 | 10000 | 1100001 | 0 | 11010 | 100100010 | 1011111 | 100110 |
Color Harmonies of #9E05BD
Complementary color
Monochromatic Colors of #9E05BD
Black with #9E05BD
Text Example
Text Example
White with #9E05BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E05BD; }
p { color: rgb(158,5,189); }
H1.HeaderClassName
{
color: #9E05BD;
}
.AnyTagClassName
{
color: #9E05BD;
}
</style>
background-color css
<style>
a { background-color: #9E05BD; }
a { background-color: rgb(158,5,189); }
div.DivClassName
{
background-color: #9E05BD;
}
.BgClassName
{
background-color: #9E05BD;
}
</style>
border-color css
<style>
span { border-color: #9E05BD; }
span { border-color: rgb(158,5,189); }
td.TdClassName
{
border-color: #9E05BD;
}
.TagClassName
{
border-color: #9E05BD;
}
</style>