Shades of Dark Violet #9E15BE
Tints of Dark Violet #9E15BE
RGB
CMYK
RGB Variations
Color information
#9E15BE (or 0x9E15BE) is known color: Dark Violet. HEX triplet: 9E, 15 and BE. RGB value is (158,21,190). Sum of RGB (Red+Green+Blue) = 158+21+190=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E15BE is #61EA41. Grayscale: #505050. Windows color (decimal): -6416962 or 12457374. OLE color: 12457374.
HSL color Cylindrical-coordinate representation of color #9E15BE: hue angle of 288.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E15BE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 21 | 190 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.25 |
| HSL | 288.64º | 0.8% | 0.41% | - |
| HSV(B) | 288.64º | 0.89% | 0.75% | - |
| XYZ | 23.66 | 11.52 | 49.69 | - |
| YUV | 81.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 190 | 0.17 | 0.89 | 0 | 0.25 | 288.64 | 0.8 | 0.41 |
| Hex | 9E | 15 | BE | 11 | 59 | 0 | 19 | 121 | 50 | 29 |
| Octal | 236 | 25 | 276 | 21 | 131 | 0 | 31 | 441 | 120 | 51 |
| Binary | 10011110 | 10101 | 10111110 | 10001 | 1011001 | 0 | 11001 | 100100001 | 1010000 | 101001 |
Color Harmonies of #9E15BE
Complementary color
Monochromatic Colors of #9E15BE
Black with #9E15BE
Text Example
Text Example
White with #9E15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E15BE; }
p { color: rgb(158,21,190); }
H1.HeaderClassName
{
color: #9E15BE;
}
.AnyTagClassName
{
color: #9E15BE;
}
</style>
background-color css
<style>
a { background-color: #9E15BE; }
a { background-color: rgb(158,21,190); }
div.DivClassName
{
background-color: #9E15BE;
}
.BgClassName
{
background-color: #9E15BE;
}
</style>
border-color css
<style>
span { border-color: #9E15BE; }
span { border-color: rgb(158,21,190); }
td.TdClassName
{
border-color: #9E15BE;
}
.TagClassName
{
border-color: #9E15BE;
}
</style>