Shades of Dark Violet #870BBA
Tints of Dark Violet #870BBA
RGB
CMYK
RGB Variations
Color information
#870BBA (or 0x870BBA) is known color: Dark Violet. HEX triplet: 87, 0B and BA. RGB value is (135,11,186). Sum of RGB (Red+Green+Blue) = 135+11+186=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #870BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BBA is #78F445. Grayscale: #434343. Windows color (decimal): -7926854 or 12192647. OLE color: 12192647.
HSL color Cylindrical-coordinate representation of color #870BBA: hue angle of 282.51º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870BBA is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 11 | 186 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.27 |
| HSL | 282.51º | 0.89% | 0.39% | - |
| HSV(B) | 282.51º | 0.94% | 0.73% | - |
| XYZ | 18.97 | 8.94 | 47.18 | - |
| YUV | 68.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 186 | 0.27 | 0.94 | 0 | 0.27 | 282.51 | 0.89 | 0.39 |
| Hex | 87 | B | BA | 1B | 5E | 0 | 1B | 11B | 59 | 27 |
| Octal | 207 | 13 | 272 | 33 | 136 | 0 | 33 | 433 | 131 | 47 |
| Binary | 10000111 | 1011 | 10111010 | 11011 | 1011110 | 0 | 11011 | 100011011 | 1011001 | 100111 |
Color Harmonies of #870BBA
Complementary color
Monochromatic Colors of #870BBA
Black with #870BBA
Text Example
Text Example
White with #870BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BBA; }
p { color: rgb(135,11,186); }
H1.HeaderClassName
{
color: #870BBA;
}
.AnyTagClassName
{
color: #870BBA;
}
</style>
background-color css
<style>
a { background-color: #870BBA; }
a { background-color: rgb(135,11,186); }
div.DivClassName
{
background-color: #870BBA;
}
.BgClassName
{
background-color: #870BBA;
}
</style>
border-color css
<style>
span { border-color: #870BBA; }
span { border-color: rgb(135,11,186); }
td.TdClassName
{
border-color: #870BBA;
}
.TagClassName
{
border-color: #870BBA;
}
</style>