Shades of Dark Violet #870EC1
Tints of Dark Violet #870EC1
RGB
CMYK
RGB Variations
Color information
#870EC1 (or 0x870EC1) is known color: Dark Violet. HEX triplet: 87, 0E and C1. RGB value is (135,14,193). Sum of RGB (Red+Green+Blue) = 135+14+193=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #870EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EC1 is #78F13E. Grayscale: #454545. Windows color (decimal): -7926079 or 12652167. OLE color: 12652167.
HSL color Cylindrical-coordinate representation of color #870EC1: hue angle of 280.56º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870EC1 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 14 | 193 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.24 |
| HSL | 280.56º | 0.86% | 0.41% | - |
| HSV(B) | 280.56º | 0.93% | 0.76% | - |
| XYZ | 19.77 | 9.32 | 51.21 | - |
| YUV | 70.59 | 197.09 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 193 | 0.30 | 0.93 | 0 | 0.24 | 280.56 | 0.86 | 0.41 |
| Hex | 87 | E | C1 | 1E | 5D | 0 | 18 | 119 | 56 | 29 |
| Octal | 207 | 16 | 301 | 36 | 135 | 0 | 30 | 431 | 126 | 51 |
| Binary | 10000111 | 1110 | 11000001 | 11110 | 1011101 | 0 | 11000 | 100011001 | 1010110 | 101001 |
Color Harmonies of #870EC1
Complementary color
Monochromatic Colors of #870EC1
Black with #870EC1
Text Example
Text Example
White with #870EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870EC1; }
p { color: rgb(135,14,193); }
H1.HeaderClassName
{
color: #870EC1;
}
.AnyTagClassName
{
color: #870EC1;
}
</style>
background-color css
<style>
a { background-color: #870EC1; }
a { background-color: rgb(135,14,193); }
div.DivClassName
{
background-color: #870EC1;
}
.BgClassName
{
background-color: #870EC1;
}
</style>
border-color css
<style>
span { border-color: #870EC1; }
span { border-color: rgb(135,14,193); }
td.TdClassName
{
border-color: #870EC1;
}
.TagClassName
{
border-color: #870EC1;
}
</style>