Shades of Dark Violet #870AC2
Tints of Dark Violet #870AC2
RGB
CMYK
RGB Variations
Color information
#870AC2 (or 0x870AC2) is known color: Dark Violet. HEX triplet: 87, 0A and C2. RGB value is (135,10,194). Sum of RGB (Red+Green+Blue) = 135+10+194=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #870AC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870AC2 is #78F53D. Grayscale: #434343. Windows color (decimal): -7927102 or 12716679. OLE color: 12716679.
HSL color Cylindrical-coordinate representation of color #870AC2: hue angle of 280.76º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870AC2 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 10 | 194 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.24 |
| HSL | 280.76º | 0.9% | 0.4% | - |
| HSV(B) | 280.76º | 0.95% | 0.76% | - |
| XYZ | 19.84 | 9.26 | 51.78 | - |
| YUV | 68.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 194 | 0.30 | 0.95 | 0 | 0.24 | 280.76 | 0.9 | 0.4 |
| Hex | 87 | A | C2 | 1E | 5F | 0 | 18 | 119 | 5A | 28 |
| Octal | 207 | 12 | 302 | 36 | 137 | 0 | 30 | 431 | 132 | 50 |
| Binary | 10000111 | 1010 | 11000010 | 11110 | 1011111 | 0 | 11000 | 100011001 | 1011010 | 101000 |
Color Harmonies of #870AC2
Complementary color
Monochromatic Colors of #870AC2
Black with #870AC2
Text Example
Text Example
White with #870AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870AC2; }
p { color: rgb(135,10,194); }
H1.HeaderClassName
{
color: #870AC2;
}
.AnyTagClassName
{
color: #870AC2;
}
</style>
background-color css
<style>
a { background-color: #870AC2; }
a { background-color: rgb(135,10,194); }
div.DivClassName
{
background-color: #870AC2;
}
.BgClassName
{
background-color: #870AC2;
}
</style>
border-color css
<style>
span { border-color: #870AC2; }
span { border-color: rgb(135,10,194); }
td.TdClassName
{
border-color: #870AC2;
}
.TagClassName
{
border-color: #870AC2;
}
</style>