Shades of Dark Violet #870BCD
Tints of Dark Violet #870BCD
RGB
CMYK
RGB Variations
Color information
#870BCD (or 0x870BCD) is known color: Dark Violet. HEX triplet: 87, 0B and CD. RGB value is (135,11,205). Sum of RGB (Red+Green+Blue) = 135+11+205=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #870BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BCD is #78F432. Grayscale: #454545. Windows color (decimal): -7926835 or 13437831. OLE color: 13437831.
HSL color Cylindrical-coordinate representation of color #870BCD: hue angle of 278.35º 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 #870BCD is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 11 | 205 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.20 |
| HSL | 278.35º | 0.9% | 0.42% | - |
| HSV(B) | 278.35º | 0.95% | 0.8% | - |
| XYZ | 21.13 | 9.8 | 58.54 | - |
| YUV | 70.19 | 204.08 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 205 | 0.34 | 0.95 | 0 | 0.20 | 278.35 | 0.9 | 0.42 |
| Hex | 87 | B | CD | 22 | 5F | 0 | 14 | 116 | 5A | 2A |
| Octal | 207 | 13 | 315 | 42 | 137 | 0 | 24 | 426 | 132 | 52 |
| Binary | 10000111 | 1011 | 11001101 | 100010 | 1011111 | 0 | 10100 | 100010110 | 1011010 | 101010 |
Color Harmonies of #870BCD
Complementary color
Monochromatic Colors of #870BCD
Black with #870BCD
Text Example
Text Example
White with #870BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870BCD; }
p { color: rgb(135,11,205); }
H1.HeaderClassName
{
color: #870BCD;
}
.AnyTagClassName
{
color: #870BCD;
}
</style>
background-color css
<style>
a { background-color: #870BCD; }
a { background-color: rgb(135,11,205); }
div.DivClassName
{
background-color: #870BCD;
}
.BgClassName
{
background-color: #870BCD;
}
</style>
border-color css
<style>
span { border-color: #870BCD; }
span { border-color: rgb(135,11,205); }
td.TdClassName
{
border-color: #870BCD;
}
.TagClassName
{
border-color: #870BCD;
}
</style>