Shades of Dark Violet #870ED0
Tints of Dark Violet #870ED0
RGB
CMYK
RGB Variations
Color information
#870ED0 (or 0x870ED0) is known color: Dark Violet. HEX triplet: 87, 0E and D0. RGB value is (135,14,208). Sum of RGB (Red+Green+Blue) = 135+14+208=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #870ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ED0 is #78F12F. Grayscale: #474747. Windows color (decimal): -7926064 or 13635207. OLE color: 13635207.
HSL color Cylindrical-coordinate representation of color #870ED0: hue angle of 277.42º 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 #870ED0 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 14 | 208 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.18 |
| HSL | 277.42º | 0.87% | 0.44% | - |
| HSV(B) | 277.42º | 0.93% | 0.82% | - |
| XYZ | 21.53 | 10.02 | 60.47 | - |
| YUV | 72.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 208 | 0.35 | 0.93 | 0 | 0.18 | 277.42 | 0.87 | 0.44 |
| Hex | 87 | E | D0 | 23 | 5D | 0 | 12 | 115 | 57 | 2C |
| Octal | 207 | 16 | 320 | 43 | 135 | 0 | 22 | 425 | 127 | 54 |
| Binary | 10000111 | 1110 | 11010000 | 100011 | 1011101 | 0 | 10010 | 100010101 | 1010111 | 101100 |
Color Harmonies of #870ED0
Complementary color
Monochromatic Colors of #870ED0
Black with #870ED0
Text Example
Text Example
White with #870ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ED0; }
p { color: rgb(135,14,208); }
H1.HeaderClassName
{
color: #870ED0;
}
.AnyTagClassName
{
color: #870ED0;
}
</style>
background-color css
<style>
a { background-color: #870ED0; }
a { background-color: rgb(135,14,208); }
div.DivClassName
{
background-color: #870ED0;
}
.BgClassName
{
background-color: #870ED0;
}
</style>
border-color css
<style>
span { border-color: #870ED0; }
span { border-color: rgb(135,14,208); }
td.TdClassName
{
border-color: #870ED0;
}
.TagClassName
{
border-color: #870ED0;
}
</style>