Shades of Dark Violet #870CB7
Tints of Dark Violet #870CB7
RGB
CMYK
RGB Variations
Color information
#870CB7 (or 0x870CB7) is known color: Dark Violet. HEX triplet: 87, 0C and B7. RGB value is (135,12,183). Sum of RGB (Red+Green+Blue) = 135+12+183=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #870CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CB7 is #78F348. Grayscale: #434343. Windows color (decimal): -7926601 or 11996295. OLE color: 11996295.
HSL color Cylindrical-coordinate representation of color #870CB7: hue angle of 283.16º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870CB7 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 12 | 183 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.28 |
| HSL | 283.16º | 0.88% | 0.38% | - |
| HSV(B) | 283.16º | 0.93% | 0.72% | - |
| XYZ | 18.67 | 8.83 | 45.52 | - |
| YUV | 68.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 183 | 0.26 | 0.93 | 0 | 0.28 | 283.16 | 0.88 | 0.38 |
| Hex | 87 | C | B7 | 1A | 5D | 0 | 1C | 11B | 58 | 26 |
| Octal | 207 | 14 | 267 | 32 | 135 | 0 | 34 | 433 | 130 | 46 |
| Binary | 10000111 | 1100 | 10110111 | 11010 | 1011101 | 0 | 11100 | 100011011 | 1011000 | 100110 |
Color Harmonies of #870CB7
Complementary color
Monochromatic Colors of #870CB7
Black with #870CB7
Text Example
Text Example
White with #870CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CB7; }
p { color: rgb(135,12,183); }
H1.HeaderClassName
{
color: #870CB7;
}
.AnyTagClassName
{
color: #870CB7;
}
</style>
background-color css
<style>
a { background-color: #870CB7; }
a { background-color: rgb(135,12,183); }
div.DivClassName
{
background-color: #870CB7;
}
.BgClassName
{
background-color: #870CB7;
}
</style>
border-color css
<style>
span { border-color: #870CB7; }
span { border-color: rgb(135,12,183); }
td.TdClassName
{
border-color: #870CB7;
}
.TagClassName
{
border-color: #870CB7;
}
</style>