Shades of Dark Violet #870ED1
Tints of Dark Violet #870ED1
RGB
CMYK
RGB Variations
Color information
#870ED1 (or 0x870ED1) is known color: Dark Violet. HEX triplet: 87, 0E and D1. RGB value is (135,14,209). Sum of RGB (Red+Green+Blue) = 135+14+209=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #870ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ED1 is #78F12E. Grayscale: #474747. Windows color (decimal): -7926063 or 13700743. OLE color: 13700743.
HSL color Cylindrical-coordinate representation of color #870ED1: hue angle of 277.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870ED1 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 14 | 209 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.18 |
| HSL | 277.23º | 0.87% | 0.44% | - |
| HSV(B) | 277.23º | 0.93% | 0.82% | - |
| XYZ | 21.66 | 10.07 | 61.12 | - |
| YUV | 72.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 209 | 0.35 | 0.93 | 0 | 0.18 | 277.23 | 0.87 | 0.44 |
| Hex | 87 | E | D1 | 23 | 5D | 0 | 12 | 115 | 57 | 2C |
| Octal | 207 | 16 | 321 | 43 | 135 | 0 | 22 | 425 | 127 | 54 |
| Binary | 10000111 | 1110 | 11010001 | 100011 | 1011101 | 0 | 10010 | 100010101 | 1010111 | 101100 |
Color Harmonies of #870ED1
Complementary color
Monochromatic Colors of #870ED1
Black with #870ED1
Text Example
Text Example
White with #870ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ED1; }
p { color: rgb(135,14,209); }
H1.HeaderClassName
{
color: #870ED1;
}
.AnyTagClassName
{
color: #870ED1;
}
</style>
background-color css
<style>
a { background-color: #870ED1; }
a { background-color: rgb(135,14,209); }
div.DivClassName
{
background-color: #870ED1;
}
.BgClassName
{
background-color: #870ED1;
}
</style>
border-color css
<style>
span { border-color: #870ED1; }
span { border-color: rgb(135,14,209); }
td.TdClassName
{
border-color: #870ED1;
}
.TagClassName
{
border-color: #870ED1;
}
</style>