Shades of Dark Violet #870BAF
Tints of Dark Violet #870BAF
RGB
CMYK
RGB Variations
Color information
#870BAF (or 0x870BAF) is known color: Dark Violet. HEX triplet: 87, 0B and AF. RGB value is (135,11,175). Sum of RGB (Red+Green+Blue) = 135+11+175=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #870BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870BAF is #78F450. Grayscale: #424242. Windows color (decimal): -7926865 or 11471751. OLE color: 11471751.
HSL color Cylindrical-coordinate representation of color #870BAF: hue angle of 285.37º degrees, saturation: 0.88, 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 #870BAF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 11 | 175 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.31 |
| HSL | 285.37º | 0.88% | 0.36% | - |
| HSV(B) | 285.37º | 0.94% | 0.69% | - |
| XYZ | 17.85 | 8.49 | 41.25 | - |
| YUV | 66.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 175 | 0.23 | 0.94 | 0 | 0.31 | 285.37 | 0.88 | 0.36 |
| Hex | 87 | B | AF | 17 | 5E | 0 | 1F | 11D | 58 | 24 |
| Octal | 207 | 13 | 257 | 27 | 136 | 0 | 37 | 435 | 130 | 44 |
| Binary | 10000111 | 1011 | 10101111 | 10111 | 1011110 | 0 | 11111 | 100011101 | 1011000 | 100100 |
Color Harmonies of #870BAF
Complementary color
Monochromatic Colors of #870BAF
Black with #870BAF
Text Example
Text Example
White with #870BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BAF; }
p { color: rgb(135,11,175); }
H1.HeaderClassName
{
color: #870BAF;
}
.AnyTagClassName
{
color: #870BAF;
}
</style>
background-color css
<style>
a { background-color: #870BAF; }
a { background-color: rgb(135,11,175); }
div.DivClassName
{
background-color: #870BAF;
}
.BgClassName
{
background-color: #870BAF;
}
</style>
border-color css
<style>
span { border-color: #870BAF; }
span { border-color: rgb(135,11,175); }
td.TdClassName
{
border-color: #870BAF;
}
.TagClassName
{
border-color: #870BAF;
}
</style>