Shades of Dark Violet #8E0ACE
Tints of Dark Violet #8E0ACE
RGB
CMYK
RGB Variations
Color information
#8E0ACE (or 0x8E0ACE) is known color: Dark Violet. HEX triplet: 8E, 0A and CE. RGB value is (142,10,206). Sum of RGB (Red+Green+Blue) = 142+10+206=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0ACE is #71F531. Grayscale: #474747. Windows color (decimal): -7468338 or 13503118. OLE color: 13503118.
HSL color Cylindrical-coordinate representation of color #8E0ACE: hue angle of 280.41º 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 #8E0ACE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 10 | 206 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.19 |
| HSL | 280.41º | 0.91% | 0.42% | - |
| HSV(B) | 280.41º | 0.95% | 0.81% | - |
| XYZ | 22.4 | 10.42 | 59.22 | - |
| YUV | 71.81 | 203.73 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 10 | 206 | 0.31 | 0.95 | 0 | 0.19 | 280.41 | 0.91 | 0.42 |
| Hex | 8E | A | CE | 1F | 5F | 0 | 13 | 118 | 5B | 2A |
| Octal | 216 | 12 | 316 | 37 | 137 | 0 | 23 | 430 | 133 | 52 |
| Binary | 10001110 | 1010 | 11001110 | 11111 | 1011111 | 0 | 10011 | 100011000 | 1011011 | 101010 |
Color Harmonies of #8E0ACE
Complementary color
Monochromatic Colors of #8E0ACE
Black with #8E0ACE
Text Example
Text Example
White with #8E0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0ACE; }
p { color: rgb(142,10,206); }
H1.HeaderClassName
{
color: #8E0ACE;
}
.AnyTagClassName
{
color: #8E0ACE;
}
</style>
background-color css
<style>
a { background-color: #8E0ACE; }
a { background-color: rgb(142,10,206); }
div.DivClassName
{
background-color: #8E0ACE;
}
.BgClassName
{
background-color: #8E0ACE;
}
</style>
border-color css
<style>
span { border-color: #8E0ACE; }
span { border-color: rgb(142,10,206); }
td.TdClassName
{
border-color: #8E0ACE;
}
.TagClassName
{
border-color: #8E0ACE;
}
</style>