Shades of Dark Violet #870EE1
Tints of Dark Violet #870EE1
RGB
CMYK
RGB Variations
Color information
#870EE1 (or 0x870EE1) is known color: Dark Violet. HEX triplet: 87, 0E and E1. RGB value is (135,14,225). Sum of RGB (Red+Green+Blue) = 135+14+225=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 225 (88.28% from 255 or 60.16% from 374); Max value from RGB is 225 - color contains mainly: blue. Hex color #870EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EE1 is #78F11E. Grayscale: #494949. Windows color (decimal): -7926047 or 14749319. OLE color: 14749319.
HSL color Cylindrical-coordinate representation of color #870EE1: hue angle of 274.41º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870EE1 is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 14 | 225 | - |
| CMYK | 0.4 | 0.94 | 0 | 0.12 |
| HSL | 274.41º | 0.88% | 0.47% | - |
| HSV(B) | 274.41º | 0.94% | 0.88% | - |
| XYZ | 23.74 | 10.9 | 72.09 | - |
| YUV | 74.23 | 213.09 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 225 | 0.4 | 0.94 | 0 | 0.12 | 274.41 | 0.88 | 0.47 |
| Hex | 87 | E | E1 | 28 | 5E | 0 | C | 112 | 58 | 2F |
| Octal | 207 | 16 | 341 | 50 | 136 | 0 | 14 | 422 | 130 | 57 |
| Binary | 10000111 | 1110 | 11100001 | 101000 | 1011110 | 0 | 1100 | 100010010 | 1011000 | 101111 |
Color Harmonies of #870EE1
Complementary color
Monochromatic Colors of #870EE1
Black with #870EE1
Text Example
Text Example
White with #870EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870EE1; }
p { color: rgb(135,14,225); }
H1.HeaderClassName
{
color: #870EE1;
}
.AnyTagClassName
{
color: #870EE1;
}
</style>
background-color css
<style>
a { background-color: #870EE1; }
a { background-color: rgb(135,14,225); }
div.DivClassName
{
background-color: #870EE1;
}
.BgClassName
{
background-color: #870EE1;
}
</style>
border-color css
<style>
span { border-color: #870EE1; }
span { border-color: rgb(135,14,225); }
td.TdClassName
{
border-color: #870EE1;
}
.TagClassName
{
border-color: #870EE1;
}
</style>