Shades of Dark Violet #870AAF
Tints of Dark Violet #870AAF
RGB
CMYK
RGB Variations
Color information
#870AAF (or 0x870AAF) is known color: Dark Violet. HEX triplet: 87, 0A and AF. RGB value is (135,10,175). Sum of RGB (Red+Green+Blue) = 135+10+175=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #870AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870AAF is #78F550. Grayscale: #414141. Windows color (decimal): -7927121 or 11471495. OLE color: 11471495.
HSL color Cylindrical-coordinate representation of color #870AAF: hue angle of 285.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870AAF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 10 | 175 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.31 |
| HSL | 285.45º | 0.89% | 0.36% | - |
| HSV(B) | 285.45º | 0.94% | 0.69% | - |
| XYZ | 17.84 | 8.46 | 41.25 | - |
| YUV | 66.19 | 189.41 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 175 | 0.23 | 0.94 | 0 | 0.31 | 285.45 | 0.89 | 0.36 |
| Hex | 87 | A | AF | 17 | 5E | 0 | 1F | 11D | 59 | 24 |
| Octal | 207 | 12 | 257 | 27 | 136 | 0 | 37 | 435 | 131 | 44 |
| Binary | 10000111 | 1010 | 10101111 | 10111 | 1011110 | 0 | 11111 | 100011101 | 1011001 | 100100 |
Color Harmonies of #870AAF
Complementary color
Monochromatic Colors of #870AAF
Black with #870AAF
Text Example
Text Example
White with #870AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870AAF; }
p { color: rgb(135,10,175); }
H1.HeaderClassName
{
color: #870AAF;
}
.AnyTagClassName
{
color: #870AAF;
}
</style>
background-color css
<style>
a { background-color: #870AAF; }
a { background-color: rgb(135,10,175); }
div.DivClassName
{
background-color: #870AAF;
}
.BgClassName
{
background-color: #870AAF;
}
</style>
border-color css
<style>
span { border-color: #870AAF; }
span { border-color: rgb(135,10,175); }
td.TdClassName
{
border-color: #870AAF;
}
.TagClassName
{
border-color: #870AAF;
}
</style>