Shades of Dark Violet #870ACE
Tints of Dark Violet #870ACE
RGB
CMYK
RGB Variations
Color information
#870ACE (or 0x870ACE) is known color: Dark Violet. HEX triplet: 87, 0A and CE. RGB value is (135,10,206). Sum of RGB (Red+Green+Blue) = 135+10+206=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #870ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ACE is #78F531. Grayscale: #454545. Windows color (decimal): -7927090 or 13503111. OLE color: 13503111.
HSL color Cylindrical-coordinate representation of color #870ACE: hue angle of 278.27º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870ACE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 10 | 206 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.19 |
| HSL | 278.27º | 0.91% | 0.42% | - |
| HSV(B) | 278.27º | 0.95% | 0.81% | - |
| XYZ | 21.24 | 9.82 | 59.17 | - |
| YUV | 69.72 | 204.91 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 206 | 0.34 | 0.95 | 0 | 0.19 | 278.27 | 0.91 | 0.42 |
| Hex | 87 | A | CE | 22 | 5F | 0 | 13 | 116 | 5B | 2A |
| Octal | 207 | 12 | 316 | 42 | 137 | 0 | 23 | 426 | 133 | 52 |
| Binary | 10000111 | 1010 | 11001110 | 100010 | 1011111 | 0 | 10011 | 100010110 | 1011011 | 101010 |
Color Harmonies of #870ACE
Complementary color
Monochromatic Colors of #870ACE
Black with #870ACE
Text Example
Text Example
White with #870ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ACE; }
p { color: rgb(135,10,206); }
H1.HeaderClassName
{
color: #870ACE;
}
.AnyTagClassName
{
color: #870ACE;
}
</style>
background-color css
<style>
a { background-color: #870ACE; }
a { background-color: rgb(135,10,206); }
div.DivClassName
{
background-color: #870ACE;
}
.BgClassName
{
background-color: #870ACE;
}
</style>
border-color css
<style>
span { border-color: #870ACE; }
span { border-color: rgb(135,10,206); }
td.TdClassName
{
border-color: #870ACE;
}
.TagClassName
{
border-color: #870ACE;
}
</style>