Shades of Dark Violet #9E13BE
Tints of Dark Violet #9E13BE
RGB
CMYK
RGB Variations
Color information
#9E13BE (or 0x9E13BE) is known color: Dark Violet. HEX triplet: 9E, 13 and BE. RGB value is (158,19,190). Sum of RGB (Red+Green+Blue) = 158+19+190=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E13BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13BE is #61EC41. Grayscale: #4F4F4F. Windows color (decimal): -6417474 or 12456862. OLE color: 12456862.
HSL color Cylindrical-coordinate representation of color #9E13BE: hue angle of 288.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E13BE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 19 | 190 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.25 |
| HSL | 288.77º | 0.82% | 0.41% | - |
| HSV(B) | 288.77º | 0.9% | 0.75% | - |
| XYZ | 23.63 | 11.45 | 49.68 | - |
| YUV | 80.06 | 190.05 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 190 | 0.17 | 0.90 | 0 | 0.25 | 288.77 | 0.82 | 0.41 |
| Hex | 9E | 13 | BE | 11 | 5A | 0 | 19 | 121 | 52 | 29 |
| Octal | 236 | 23 | 276 | 21 | 132 | 0 | 31 | 441 | 122 | 51 |
| Binary | 10011110 | 10011 | 10111110 | 10001 | 1011010 | 0 | 11001 | 100100001 | 1010010 | 101001 |
Color Harmonies of #9E13BE
Complementary color
Monochromatic Colors of #9E13BE
Black with #9E13BE
Text Example
Text Example
White with #9E13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E13BE; }
p { color: rgb(158,19,190); }
H1.HeaderClassName
{
color: #9E13BE;
}
.AnyTagClassName
{
color: #9E13BE;
}
</style>
background-color css
<style>
a { background-color: #9E13BE; }
a { background-color: rgb(158,19,190); }
div.DivClassName
{
background-color: #9E13BE;
}
.BgClassName
{
background-color: #9E13BE;
}
</style>
border-color css
<style>
span { border-color: #9E13BE; }
span { border-color: rgb(158,19,190); }
td.TdClassName
{
border-color: #9E13BE;
}
.TagClassName
{
border-color: #9E13BE;
}
</style>