Shades of Dark Violet #870AE0
Tints of Dark Violet #870AE0
RGB
CMYK
RGB Variations
Color information
#870AE0 (or 0x870AE0) is known color: Dark Violet. HEX triplet: 87, 0A and E0. RGB value is (135,10,224). Sum of RGB (Red+Green+Blue) = 135+10+224=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #870AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870AE0 is #78F51F. Grayscale: #474747. Windows color (decimal): -7927072 or 14682759. OLE color: 14682759.
HSL color Cylindrical-coordinate representation of color #870AE0: hue angle of 275.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870AE0 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 10 | 224 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.12 |
| HSL | 275.05º | 0.91% | 0.46% | - |
| HSV(B) | 275.05º | 0.96% | 0.88% | - |
| XYZ | 23.55 | 10.75 | 71.35 | - |
| YUV | 71.77 | 213.91 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 224 | 0.40 | 0.96 | 0 | 0.12 | 275.05 | 0.91 | 0.46 |
| Hex | 87 | A | E0 | 28 | 60 | 0 | C | 113 | 5B | 2E |
| Octal | 207 | 12 | 340 | 50 | 140 | 0 | 14 | 423 | 133 | 56 |
| Binary | 10000111 | 1010 | 11100000 | 101000 | 1100000 | 0 | 1100 | 100010011 | 1011011 | 101110 |
Color Harmonies of #870AE0
Complementary color
Monochromatic Colors of #870AE0
Black with #870AE0
Text Example
Text Example
White with #870AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870AE0; }
p { color: rgb(135,10,224); }
H1.HeaderClassName
{
color: #870AE0;
}
.AnyTagClassName
{
color: #870AE0;
}
</style>
background-color css
<style>
a { background-color: #870AE0; }
a { background-color: rgb(135,10,224); }
div.DivClassName
{
background-color: #870AE0;
}
.BgClassName
{
background-color: #870AE0;
}
</style>
border-color css
<style>
span { border-color: #870AE0; }
span { border-color: rgb(135,10,224); }
td.TdClassName
{
border-color: #870AE0;
}
.TagClassName
{
border-color: #870AE0;
}
</style>