Shades of Dark Violet #870FE1
Tints of Dark Violet #870FE1
RGB
CMYK
RGB Variations
Color information
#870FE1 (or 0x870FE1) is known color: Dark Violet. HEX triplet: 87, 0F and E1. RGB value is (135,15,225). Sum of RGB (Red+Green+Blue) = 135+15+225=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 225 (88.28% from 255 or 60% from 375); Max value from RGB is 225 - color contains mainly: blue. Hex color #870FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FE1 is #78F01E. Grayscale: #4A4A4A. Windows color (decimal): -7925791 or 14749575. OLE color: 14749575.
HSL color Cylindrical-coordinate representation of color #870FE1: hue angle of 274.29º degrees, saturation: 0.88, 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 #870FE1 is Cyan = 0.4, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 15 | 225 | - |
| CMYK | 0.4 | 0.93 | 0 | 0.12 |
| HSL | 274.29º | 0.88% | 0.47% | - |
| HSV(B) | 274.29º | 0.93% | 0.88% | - |
| XYZ | 23.75 | 10.93 | 72.09 | - |
| YUV | 74.82 | 212.76 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 225 | 0.4 | 0.93 | 0 | 0.12 | 274.29 | 0.88 | 0.47 |
| Hex | 87 | F | E1 | 28 | 5D | 0 | C | 112 | 58 | 2F |
| Octal | 207 | 17 | 341 | 50 | 135 | 0 | 14 | 422 | 130 | 57 |
| Binary | 10000111 | 1111 | 11100001 | 101000 | 1011101 | 0 | 1100 | 100010010 | 1011000 | 101111 |
Color Harmonies of #870FE1
Complementary color
Monochromatic Colors of #870FE1
Black with #870FE1
Text Example
Text Example
White with #870FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FE1; }
p { color: rgb(135,15,225); }
H1.HeaderClassName
{
color: #870FE1;
}
.AnyTagClassName
{
color: #870FE1;
}
</style>
background-color css
<style>
a { background-color: #870FE1; }
a { background-color: rgb(135,15,225); }
div.DivClassName
{
background-color: #870FE1;
}
.BgClassName
{
background-color: #870FE1;
}
</style>
border-color css
<style>
span { border-color: #870FE1; }
span { border-color: rgb(135,15,225); }
td.TdClassName
{
border-color: #870FE1;
}
.TagClassName
{
border-color: #870FE1;
}
</style>