Shades of Dark Violet #870EAE
Tints of Dark Violet #870EAE
RGB
CMYK
RGB Variations
Color information
#870EAE (or 0x870EAE) is known color: Dark Violet. HEX triplet: 87, 0E and AE. RGB value is (135,14,174). Sum of RGB (Red+Green+Blue) = 135+14+174=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #870EAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870EAE is #78F151. Grayscale: #434343. Windows color (decimal): -7926098 or 11406983. OLE color: 11406983.
HSL color Cylindrical-coordinate representation of color #870EAE: hue angle of 285.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870EAE is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 14 | 174 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.32 |
| HSL | 285.38º | 0.85% | 0.37% | - |
| HSV(B) | 285.38º | 0.92% | 0.68% | - |
| XYZ | 17.79 | 8.52 | 40.75 | - |
| YUV | 68.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 174 | 0.22 | 0.92 | 0 | 0.32 | 285.38 | 0.85 | 0.37 |
| Hex | 87 | E | AE | 16 | 5C | 0 | 20 | 11D | 55 | 25 |
| Octal | 207 | 16 | 256 | 26 | 134 | 0 | 40 | 435 | 125 | 45 |
| Binary | 10000111 | 1110 | 10101110 | 10110 | 1011100 | 0 | 100000 | 100011101 | 1010101 | 100101 |
Color Harmonies of #870EAE
Complementary color
Monochromatic Colors of #870EAE
Black with #870EAE
Text Example
Text Example
White with #870EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870EAE; }
p { color: rgb(135,14,174); }
H1.HeaderClassName
{
color: #870EAE;
}
.AnyTagClassName
{
color: #870EAE;
}
</style>
background-color css
<style>
a { background-color: #870EAE; }
a { background-color: rgb(135,14,174); }
div.DivClassName
{
background-color: #870EAE;
}
.BgClassName
{
background-color: #870EAE;
}
</style>
border-color css
<style>
span { border-color: #870EAE; }
span { border-color: rgb(135,14,174); }
td.TdClassName
{
border-color: #870EAE;
}
.TagClassName
{
border-color: #870EAE;
}
</style>