Shades of Dark Violet #9E14DA
Tints of Dark Violet #9E14DA
RGB
CMYK
RGB Variations
Color information
#9E14DA (or 0x9E14DA) is known color: Dark Violet. HEX triplet: 9E, 14 and DA. RGB value is (158,20,218). Sum of RGB (Red+Green+Blue) = 158+20+218=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E14DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14DA is #61EB25. Grayscale: #535353. Windows color (decimal): -6417190 or 14292126. OLE color: 14292126.
HSL color Cylindrical-coordinate representation of color #9E14DA: hue angle of 281.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E14DA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 20 | 218 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.15 |
| HSL | 281.82º | 0.83% | 0.47% | - |
| HSV(B) | 281.82º | 0.91% | 0.85% | - |
| XYZ | 27.01 | 12.83 | 67.38 | - |
| YUV | 83.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 218 | 0.28 | 0.91 | 0 | 0.15 | 281.82 | 0.83 | 0.47 |
| Hex | 9E | 14 | DA | 1C | 5B | 0 | F | 11A | 53 | 2F |
| Octal | 236 | 24 | 332 | 34 | 133 | 0 | 17 | 432 | 123 | 57 |
| Binary | 10011110 | 10100 | 11011010 | 11100 | 1011011 | 0 | 1111 | 100011010 | 1010011 | 101111 |
Color Harmonies of #9E14DA
Complementary color
Monochromatic Colors of #9E14DA
Black with #9E14DA
Text Example
Text Example
White with #9E14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14DA; }
p { color: rgb(158,20,218); }
H1.HeaderClassName
{
color: #9E14DA;
}
.AnyTagClassName
{
color: #9E14DA;
}
</style>
background-color css
<style>
a { background-color: #9E14DA; }
a { background-color: rgb(158,20,218); }
div.DivClassName
{
background-color: #9E14DA;
}
.BgClassName
{
background-color: #9E14DA;
}
</style>
border-color css
<style>
span { border-color: #9E14DA; }
span { border-color: rgb(158,20,218); }
td.TdClassName
{
border-color: #9E14DA;
}
.TagClassName
{
border-color: #9E14DA;
}
</style>