Shades of Dark Violet #870EDD
Tints of Dark Violet #870EDD
RGB
CMYK
RGB Variations
Color information
#870EDD (or 0x870EDD) is known color: Dark Violet. HEX triplet: 87, 0E and DD. RGB value is (135,14,221). Sum of RGB (Red+Green+Blue) = 135+14+221=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #870EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EDD is #78F122. Grayscale: #494949. Windows color (decimal): -7926051 or 14487175. OLE color: 14487175.
HSL color Cylindrical-coordinate representation of color #870EDD: hue angle of 275.07º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870EDD is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 14 | 221 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.13 |
| HSL | 275.07º | 0.88% | 0.46% | - |
| HSV(B) | 275.07º | 0.94% | 0.87% | - |
| XYZ | 23.2 | 10.69 | 69.25 | - |
| YUV | 73.78 | 211.09 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 221 | 0.39 | 0.94 | 0 | 0.13 | 275.07 | 0.88 | 0.46 |
| Hex | 87 | E | DD | 27 | 5E | 0 | D | 113 | 58 | 2E |
| Octal | 207 | 16 | 335 | 47 | 136 | 0 | 15 | 423 | 130 | 56 |
| Binary | 10000111 | 1110 | 11011101 | 100111 | 1011110 | 0 | 1101 | 100010011 | 1011000 | 101110 |
Color Harmonies of #870EDD
Complementary color
Monochromatic Colors of #870EDD
Black with #870EDD
Text Example
Text Example
White with #870EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870EDD; }
p { color: rgb(135,14,221); }
H1.HeaderClassName
{
color: #870EDD;
}
.AnyTagClassName
{
color: #870EDD;
}
</style>
background-color css
<style>
a { background-color: #870EDD; }
a { background-color: rgb(135,14,221); }
div.DivClassName
{
background-color: #870EDD;
}
.BgClassName
{
background-color: #870EDD;
}
</style>
border-color css
<style>
span { border-color: #870EDD; }
span { border-color: rgb(135,14,221); }
td.TdClassName
{
border-color: #870EDD;
}
.TagClassName
{
border-color: #870EDD;
}
</style>