Shades of Dark Violet #9E0ACE
Tints of Dark Violet #9E0ACE
RGB
CMYK
RGB Variations
Color information
#9E0ACE (or 0x9E0ACE) is known color: Dark Violet. HEX triplet: 9E, 0A and CE. RGB value is (158,10,206). Sum of RGB (Red+Green+Blue) = 158+10+206=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ACE is #61F531. Grayscale: #4B4B4B. Windows color (decimal): -6419762 or 13503134. OLE color: 13503134.
HSL color Cylindrical-coordinate representation of color #9E0ACE: hue angle of 285.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0ACE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 10 | 206 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.19 |
| HSL | 285.31º | 0.91% | 0.42% | - |
| HSV(B) | 285.31º | 0.95% | 0.81% | - |
| XYZ | 25.35 | 11.94 | 59.36 | - |
| YUV | 76.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 206 | 0.23 | 0.95 | 0 | 0.19 | 285.31 | 0.91 | 0.42 |
| Hex | 9E | A | CE | 17 | 5F | 0 | 13 | 11D | 5B | 2A |
| Octal | 236 | 12 | 316 | 27 | 137 | 0 | 23 | 435 | 133 | 52 |
| Binary | 10011110 | 1010 | 11001110 | 10111 | 1011111 | 0 | 10011 | 100011101 | 1011011 | 101010 |
Color Harmonies of #9E0ACE
Complementary color
Monochromatic Colors of #9E0ACE
Black with #9E0ACE
Text Example
Text Example
White with #9E0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0ACE; }
p { color: rgb(158,10,206); }
H1.HeaderClassName
{
color: #9E0ACE;
}
.AnyTagClassName
{
color: #9E0ACE;
}
</style>
background-color css
<style>
a { background-color: #9E0ACE; }
a { background-color: rgb(158,10,206); }
div.DivClassName
{
background-color: #9E0ACE;
}
.BgClassName
{
background-color: #9E0ACE;
}
</style>
border-color css
<style>
span { border-color: #9E0ACE; }
span { border-color: rgb(158,10,206); }
td.TdClassName
{
border-color: #9E0ACE;
}
.TagClassName
{
border-color: #9E0ACE;
}
</style>