Shades of Dark Violet #870BBC
Tints of Dark Violet #870BBC
RGB
CMYK
RGB Variations
Color information
#870BBC (or 0x870BBC) is known color: Dark Violet. HEX triplet: 87, 0B and BC. RGB value is (135,11,188). Sum of RGB (Red+Green+Blue) = 135+11+188=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #870BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BBC is #78F443. Grayscale: #434343. Windows color (decimal): -7926852 or 12323719. OLE color: 12323719.
HSL color Cylindrical-coordinate representation of color #870BBC: hue angle of 282.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870BBC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 11 | 188 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.26 |
| HSL | 282.03º | 0.89% | 0.39% | - |
| HSV(B) | 282.03º | 0.94% | 0.74% | - |
| XYZ | 19.19 | 9.02 | 48.31 | - |
| YUV | 68.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 188 | 0.28 | 0.94 | 0 | 0.26 | 282.03 | 0.89 | 0.39 |
| Hex | 87 | B | BC | 1C | 5E | 0 | 1A | 11A | 59 | 27 |
| Octal | 207 | 13 | 274 | 34 | 136 | 0 | 32 | 432 | 131 | 47 |
| Binary | 10000111 | 1011 | 10111100 | 11100 | 1011110 | 0 | 11010 | 100011010 | 1011001 | 100111 |
Color Harmonies of #870BBC
Complementary color
Monochromatic Colors of #870BBC
Black with #870BBC
Text Example
Text Example
White with #870BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BBC; }
p { color: rgb(135,11,188); }
H1.HeaderClassName
{
color: #870BBC;
}
.AnyTagClassName
{
color: #870BBC;
}
</style>
background-color css
<style>
a { background-color: #870BBC; }
a { background-color: rgb(135,11,188); }
div.DivClassName
{
background-color: #870BBC;
}
.BgClassName
{
background-color: #870BBC;
}
</style>
border-color css
<style>
span { border-color: #870BBC; }
span { border-color: rgb(135,11,188); }
td.TdClassName
{
border-color: #870BBC;
}
.TagClassName
{
border-color: #870BBC;
}
</style>