Shades of Dark Violet #870AD1
Tints of Dark Violet #870AD1
RGB
CMYK
RGB Variations
Color information
#870AD1 (or 0x870AD1) is known color: Dark Violet. HEX triplet: 87, 0A and D1. RGB value is (135,10,209). Sum of RGB (Red+Green+Blue) = 135+10+209=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #870AD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870AD1 is #78F52E. Grayscale: #454545. Windows color (decimal): -7927087 or 13699719. OLE color: 13699719.
HSL color Cylindrical-coordinate representation of color #870AD1: hue angle of 277.69º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870AD1 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 10 | 209 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.18 |
| HSL | 277.69º | 0.91% | 0.43% | - |
| HSV(B) | 277.69º | 0.95% | 0.82% | - |
| XYZ | 21.61 | 9.97 | 61.11 | - |
| YUV | 70.06 | 206.41 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 209 | 0.35 | 0.95 | 0 | 0.18 | 277.69 | 0.91 | 0.43 |
| Hex | 87 | A | D1 | 23 | 5F | 0 | 12 | 116 | 5B | 2B |
| Octal | 207 | 12 | 321 | 43 | 137 | 0 | 22 | 426 | 133 | 53 |
| Binary | 10000111 | 1010 | 11010001 | 100011 | 1011111 | 0 | 10010 | 100010110 | 1011011 | 101011 |
Color Harmonies of #870AD1
Complementary color
Monochromatic Colors of #870AD1
Black with #870AD1
Text Example
Text Example
White with #870AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870AD1; }
p { color: rgb(135,10,209); }
H1.HeaderClassName
{
color: #870AD1;
}
.AnyTagClassName
{
color: #870AD1;
}
</style>
background-color css
<style>
a { background-color: #870AD1; }
a { background-color: rgb(135,10,209); }
div.DivClassName
{
background-color: #870AD1;
}
.BgClassName
{
background-color: #870AD1;
}
</style>
border-color css
<style>
span { border-color: #870AD1; }
span { border-color: rgb(135,10,209); }
td.TdClassName
{
border-color: #870AD1;
}
.TagClassName
{
border-color: #870AD1;
}
</style>