Shades of Dark Violet #9E14BE
Tints of Dark Violet #9E14BE
RGB
CMYK
RGB Variations
Color information
#9E14BE (or 0x9E14BE) is known color: Dark Violet. HEX triplet: 9E, 14 and BE. RGB value is (158,20,190). Sum of RGB (Red+Green+Blue) = 158+20+190=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14BE is #61EB41. Grayscale: #505050. Windows color (decimal): -6417218 or 12457118. OLE color: 12457118.
HSL color Cylindrical-coordinate representation of color #9E14BE: hue angle of 288.71º degrees, saturation: 0.81, 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 #9E14BE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 20 | 190 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.25 |
| HSL | 288.71º | 0.81% | 0.41% | - |
| HSV(B) | 288.71º | 0.89% | 0.75% | - |
| XYZ | 23.64 | 11.49 | 49.69 | - |
| YUV | 80.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 190 | 0.17 | 0.89 | 0 | 0.25 | 288.71 | 0.81 | 0.41 |
| Hex | 9E | 14 | BE | 11 | 59 | 0 | 19 | 121 | 51 | 29 |
| Octal | 236 | 24 | 276 | 21 | 131 | 0 | 31 | 441 | 121 | 51 |
| Binary | 10011110 | 10100 | 10111110 | 10001 | 1011001 | 0 | 11001 | 100100001 | 1010001 | 101001 |
Color Harmonies of #9E14BE
Complementary color
Monochromatic Colors of #9E14BE
Black with #9E14BE
Text Example
Text Example
White with #9E14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14BE; }
p { color: rgb(158,20,190); }
H1.HeaderClassName
{
color: #9E14BE;
}
.AnyTagClassName
{
color: #9E14BE;
}
</style>
background-color css
<style>
a { background-color: #9E14BE; }
a { background-color: rgb(158,20,190); }
div.DivClassName
{
background-color: #9E14BE;
}
.BgClassName
{
background-color: #9E14BE;
}
</style>
border-color css
<style>
span { border-color: #9E14BE; }
span { border-color: rgb(158,20,190); }
td.TdClassName
{
border-color: #9E14BE;
}
.TagClassName
{
border-color: #9E14BE;
}
</style>