Shades of Dark Violet #870BDC
Tints of Dark Violet #870BDC
RGB
CMYK
RGB Variations
Color information
#870BDC (or 0x870BDC) is known color: Dark Violet. HEX triplet: 87, 0B and DC. RGB value is (135,11,220). Sum of RGB (Red+Green+Blue) = 135+11+220=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #870BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BDC is #78F423. Grayscale: #474747. Windows color (decimal): -7926820 or 14420871. OLE color: 14420871.
HSL color Cylindrical-coordinate representation of color #870BDC: hue angle of 275.6º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BDC is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 11 | 220 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.14 |
| HSL | 275.6º | 0.9% | 0.45% | - |
| HSV(B) | 275.6º | 0.95% | 0.86% | - |
| XYZ | 23.03 | 10.56 | 68.53 | - |
| YUV | 71.9 | 211.58 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 220 | 0.39 | 0.95 | 0 | 0.14 | 275.6 | 0.9 | 0.45 |
| Hex | 87 | B | DC | 27 | 5F | 0 | E | 114 | 5A | 2D |
| Octal | 207 | 13 | 334 | 47 | 137 | 0 | 16 | 424 | 132 | 55 |
| Binary | 10000111 | 1011 | 11011100 | 100111 | 1011111 | 0 | 1110 | 100010100 | 1011010 | 101101 |
Color Harmonies of #870BDC
Complementary color
Monochromatic Colors of #870BDC
Black with #870BDC
Text Example
Text Example
White with #870BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BDC; }
p { color: rgb(135,11,220); }
H1.HeaderClassName
{
color: #870BDC;
}
.AnyTagClassName
{
color: #870BDC;
}
</style>
background-color css
<style>
a { background-color: #870BDC; }
a { background-color: rgb(135,11,220); }
div.DivClassName
{
background-color: #870BDC;
}
.BgClassName
{
background-color: #870BDC;
}
</style>
border-color css
<style>
span { border-color: #870BDC; }
span { border-color: rgb(135,11,220); }
td.TdClassName
{
border-color: #870BDC;
}
.TagClassName
{
border-color: #870BDC;
}
</style>