Shades of Dark Violet #9E13DA
Tints of Dark Violet #9E13DA
RGB
CMYK
RGB Variations
Color information
#9E13DA (or 0x9E13DA) is known color: Dark Violet. HEX triplet: 9E, 13 and DA. RGB value is (158,19,218). Sum of RGB (Red+Green+Blue) = 158+19+218=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E13DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13DA is #61EC25. Grayscale: #525252. Windows color (decimal): -6417446 or 14291870. OLE color: 14291870.
HSL color Cylindrical-coordinate representation of color #9E13DA: hue angle of 281.91º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E13DA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 19 | 218 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.15 |
| HSL | 281.91º | 0.84% | 0.46% | - |
| HSV(B) | 281.91º | 0.91% | 0.85% | - |
| XYZ | 26.99 | 12.8 | 67.38 | - |
| YUV | 83.25 | 204.05 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 218 | 0.28 | 0.91 | 0 | 0.15 | 281.91 | 0.84 | 0.46 |
| Hex | 9E | 13 | DA | 1C | 5B | 0 | F | 11A | 54 | 2E |
| Octal | 236 | 23 | 332 | 34 | 133 | 0 | 17 | 432 | 124 | 56 |
| Binary | 10011110 | 10011 | 11011010 | 11100 | 1011011 | 0 | 1111 | 100011010 | 1010100 | 101110 |
Color Harmonies of #9E13DA
Complementary color
Monochromatic Colors of #9E13DA
Black with #9E13DA
Text Example
Text Example
White with #9E13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E13DA; }
p { color: rgb(158,19,218); }
H1.HeaderClassName
{
color: #9E13DA;
}
.AnyTagClassName
{
color: #9E13DA;
}
</style>
background-color css
<style>
a { background-color: #9E13DA; }
a { background-color: rgb(158,19,218); }
div.DivClassName
{
background-color: #9E13DA;
}
.BgClassName
{
background-color: #9E13DA;
}
</style>
border-color css
<style>
span { border-color: #9E13DA; }
span { border-color: rgb(158,19,218); }
td.TdClassName
{
border-color: #9E13DA;
}
.TagClassName
{
border-color: #9E13DA;
}
</style>