Shades of Dark Violet #870BCC
Tints of Dark Violet #870BCC
RGB
CMYK
RGB Variations
Color information
#870BCC (or 0x870BCC) is known color: Dark Violet. HEX triplet: 87, 0B and CC. RGB value is (135,11,204). Sum of RGB (Red+Green+Blue) = 135+11+204=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #870BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BCC is #78F433. Grayscale: #454545. Windows color (decimal): -7926836 or 13372295. OLE color: 13372295.
HSL color Cylindrical-coordinate representation of color #870BCC: hue angle of 278.55º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870BCC is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 11 | 204 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.2 |
| HSL | 278.55º | 0.9% | 0.42% | - |
| HSV(B) | 278.55º | 0.95% | 0.8% | - |
| XYZ | 21.01 | 9.75 | 57.9 | - |
| YUV | 70.08 | 203.58 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 204 | 0.34 | 0.95 | 0 | 0.2 | 278.55 | 0.9 | 0.42 |
| Hex | 87 | B | CC | 22 | 5F | 0 | 14 | 117 | 5A | 2A |
| Octal | 207 | 13 | 314 | 42 | 137 | 0 | 24 | 427 | 132 | 52 |
| Binary | 10000111 | 1011 | 11001100 | 100010 | 1011111 | 0 | 10100 | 100010111 | 1011010 | 101010 |
Color Harmonies of #870BCC
Complementary color
Monochromatic Colors of #870BCC
Black with #870BCC
Text Example
Text Example
White with #870BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BCC; }
p { color: rgb(135,11,204); }
H1.HeaderClassName
{
color: #870BCC;
}
.AnyTagClassName
{
color: #870BCC;
}
</style>
background-color css
<style>
a { background-color: #870BCC; }
a { background-color: rgb(135,11,204); }
div.DivClassName
{
background-color: #870BCC;
}
.BgClassName
{
background-color: #870BCC;
}
</style>
border-color css
<style>
span { border-color: #870BCC; }
span { border-color: rgb(135,11,204); }
td.TdClassName
{
border-color: #870BCC;
}
.TagClassName
{
border-color: #870BCC;
}
</style>