Shades of Dark Violet #870FE0
Tints of Dark Violet #870FE0
RGB
CMYK
RGB Variations
Color information
#870FE0 (or 0x870FE0) is known color: Dark Violet. HEX triplet: 87, 0F and E0. RGB value is (135,15,224). Sum of RGB (Red+Green+Blue) = 135+15+224=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #870FE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FE0 is #78F01F. Grayscale: #494949. Windows color (decimal): -7925792 or 14684039. OLE color: 14684039.
HSL color Cylindrical-coordinate representation of color #870FE0: hue angle of 274.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FE0 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 15 | 224 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.12 |
| HSL | 274.45º | 0.87% | 0.47% | - |
| HSV(B) | 274.45º | 0.93% | 0.88% | - |
| XYZ | 23.62 | 10.87 | 71.38 | - |
| YUV | 74.71 | 212.26 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 224 | 0.40 | 0.93 | 0 | 0.12 | 274.45 | 0.87 | 0.47 |
| Hex | 87 | F | E0 | 28 | 5D | 0 | C | 112 | 57 | 2F |
| Octal | 207 | 17 | 340 | 50 | 135 | 0 | 14 | 422 | 127 | 57 |
| Binary | 10000111 | 1111 | 11100000 | 101000 | 1011101 | 0 | 1100 | 100010010 | 1010111 | 101111 |
Color Harmonies of #870FE0
Complementary color
Monochromatic Colors of #870FE0
Black with #870FE0
Text Example
Text Example
White with #870FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FE0; }
p { color: rgb(135,15,224); }
H1.HeaderClassName
{
color: #870FE0;
}
.AnyTagClassName
{
color: #870FE0;
}
</style>
background-color css
<style>
a { background-color: #870FE0; }
a { background-color: rgb(135,15,224); }
div.DivClassName
{
background-color: #870FE0;
}
.BgClassName
{
background-color: #870FE0;
}
</style>
border-color css
<style>
span { border-color: #870FE0; }
span { border-color: rgb(135,15,224); }
td.TdClassName
{
border-color: #870FE0;
}
.TagClassName
{
border-color: #870FE0;
}
</style>