Shades of Dark Violet #870EE0
Tints of Dark Violet #870EE0
RGB
CMYK
RGB Variations
Color information
#870EE0 (or 0x870EE0) is known color: Dark Violet. HEX triplet: 87, 0E and E0. RGB value is (135,14,224). Sum of RGB (Red+Green+Blue) = 135+14+224=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #870EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EE0 is #78F11F. Grayscale: #494949. Windows color (decimal): -7926048 or 14683783. OLE color: 14683783.
HSL color Cylindrical-coordinate representation of color #870EE0: hue angle of 274.57º 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 #870EE0 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 14 | 224 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.12 |
| HSL | 274.57º | 0.88% | 0.47% | - |
| HSV(B) | 274.57º | 0.94% | 0.88% | - |
| XYZ | 23.6 | 10.85 | 71.37 | - |
| YUV | 74.12 | 212.59 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 224 | 0.40 | 0.94 | 0 | 0.12 | 274.57 | 0.88 | 0.47 |
| Hex | 87 | E | E0 | 28 | 5E | 0 | C | 113 | 58 | 2F |
| Octal | 207 | 16 | 340 | 50 | 136 | 0 | 14 | 423 | 130 | 57 |
| Binary | 10000111 | 1110 | 11100000 | 101000 | 1011110 | 0 | 1100 | 100010011 | 1011000 | 101111 |
Color Harmonies of #870EE0
Complementary color
Monochromatic Colors of #870EE0
Black with #870EE0
Text Example
Text Example
White with #870EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870EE0; }
p { color: rgb(135,14,224); }
H1.HeaderClassName
{
color: #870EE0;
}
.AnyTagClassName
{
color: #870EE0;
}
</style>
background-color css
<style>
a { background-color: #870EE0; }
a { background-color: rgb(135,14,224); }
div.DivClassName
{
background-color: #870EE0;
}
.BgClassName
{
background-color: #870EE0;
}
</style>
border-color css
<style>
span { border-color: #870EE0; }
span { border-color: rgb(135,14,224); }
td.TdClassName
{
border-color: #870EE0;
}
.TagClassName
{
border-color: #870EE0;
}
</style>