Shades of Dark Violet #9E14DD
Tints of Dark Violet #9E14DD
RGB
CMYK
RGB Variations
Color information
#9E14DD (or 0x9E14DD) is known color: Dark Violet. HEX triplet: 9E, 14 and DD. RGB value is (158,20,221). Sum of RGB (Red+Green+Blue) = 158+20+221=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14DD is #61EB22. Grayscale: #535353. Windows color (decimal): -6417187 or 14488734. OLE color: 14488734.
HSL color Cylindrical-coordinate representation of color #9E14DD: hue angle of 281.19º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E14DD is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 20 | 221 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.13 |
| HSL | 281.19º | 0.83% | 0.47% | - |
| HSV(B) | 281.19º | 0.91% | 0.87% | - |
| XYZ | 27.4 | 12.99 | 69.47 | - |
| YUV | 84.18 | 205.22 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 221 | 0.29 | 0.91 | 0 | 0.13 | 281.19 | 0.83 | 0.47 |
| Hex | 9E | 14 | DD | 1D | 5B | 0 | D | 119 | 53 | 2F |
| Octal | 236 | 24 | 335 | 35 | 133 | 0 | 15 | 431 | 123 | 57 |
| Binary | 10011110 | 10100 | 11011101 | 11101 | 1011011 | 0 | 1101 | 100011001 | 1010011 | 101111 |
Color Harmonies of #9E14DD
Complementary color
Monochromatic Colors of #9E14DD
Black with #9E14DD
Text Example
Text Example
White with #9E14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14DD; }
p { color: rgb(158,20,221); }
H1.HeaderClassName
{
color: #9E14DD;
}
.AnyTagClassName
{
color: #9E14DD;
}
</style>
background-color css
<style>
a { background-color: #9E14DD; }
a { background-color: rgb(158,20,221); }
div.DivClassName
{
background-color: #9E14DD;
}
.BgClassName
{
background-color: #9E14DD;
}
</style>
border-color css
<style>
span { border-color: #9E14DD; }
span { border-color: rgb(158,20,221); }
td.TdClassName
{
border-color: #9E14DD;
}
.TagClassName
{
border-color: #9E14DD;
}
</style>