Shades of Dark Violet #9E13D0
Tints of Dark Violet #9E13D0
RGB
CMYK
RGB Variations
Color information
#9E13D0 (or 0x9E13D0) is known color: Dark Violet. HEX triplet: 9E, 13 and D0. RGB value is (158,19,208). Sum of RGB (Red+Green+Blue) = 158+19+208=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E13D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13D0 is #61EC2F. Grayscale: #515151. Windows color (decimal): -6417456 or 13636510. OLE color: 13636510.
HSL color Cylindrical-coordinate representation of color #9E13D0: hue angle of 284.13º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E13D0 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 19 | 208 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.18 |
| HSL | 284.13º | 0.83% | 0.45% | - |
| HSV(B) | 284.13º | 0.91% | 0.82% | - |
| XYZ | 25.72 | 12.29 | 60.69 | - |
| YUV | 82.11 | 199.05 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 208 | 0.24 | 0.91 | 0 | 0.18 | 284.13 | 0.83 | 0.45 |
| Hex | 9E | 13 | D0 | 18 | 5B | 0 | 12 | 11C | 53 | 2D |
| Octal | 236 | 23 | 320 | 30 | 133 | 0 | 22 | 434 | 123 | 55 |
| Binary | 10011110 | 10011 | 11010000 | 11000 | 1011011 | 0 | 10010 | 100011100 | 1010011 | 101101 |
Color Harmonies of #9E13D0
Complementary color
Monochromatic Colors of #9E13D0
Black with #9E13D0
Text Example
Text Example
White with #9E13D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E13D0; }
p { color: rgb(158,19,208); }
H1.HeaderClassName
{
color: #9E13D0;
}
.AnyTagClassName
{
color: #9E13D0;
}
</style>
background-color css
<style>
a { background-color: #9E13D0; }
a { background-color: rgb(158,19,208); }
div.DivClassName
{
background-color: #9E13D0;
}
.BgClassName
{
background-color: #9E13D0;
}
</style>
border-color css
<style>
span { border-color: #9E13D0; }
span { border-color: rgb(158,19,208); }
td.TdClassName
{
border-color: #9E13D0;
}
.TagClassName
{
border-color: #9E13D0;
}
</style>