Shades of Dark Violet #870DBD
Tints of Dark Violet #870DBD
RGB
CMYK
RGB Variations
Color information
#870DBD (or 0x870DBD) is known color: Dark Violet. HEX triplet: 87, 0D and BD. RGB value is (135,13,189). Sum of RGB (Red+Green+Blue) = 135+13+189=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #870DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DBD is #78F242. Grayscale: #444444. Windows color (decimal): -7926339 or 12389767. OLE color: 12389767.
HSL color Cylindrical-coordinate representation of color #870DBD: hue angle of 281.59º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870DBD is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 13 | 189 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.26 |
| HSL | 281.59º | 0.87% | 0.4% | - |
| HSV(B) | 281.59º | 0.93% | 0.74% | - |
| XYZ | 19.32 | 9.11 | 48.88 | - |
| YUV | 69.54 | 195.42 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 189 | 0.29 | 0.93 | 0 | 0.26 | 281.59 | 0.87 | 0.4 |
| Hex | 87 | D | BD | 1D | 5D | 0 | 1A | 11A | 57 | 28 |
| Octal | 207 | 15 | 275 | 35 | 135 | 0 | 32 | 432 | 127 | 50 |
| Binary | 10000111 | 1101 | 10111101 | 11101 | 1011101 | 0 | 11010 | 100011010 | 1010111 | 101000 |
Color Harmonies of #870DBD
Complementary color
Monochromatic Colors of #870DBD
Black with #870DBD
Text Example
Text Example
White with #870DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DBD; }
p { color: rgb(135,13,189); }
H1.HeaderClassName
{
color: #870DBD;
}
.AnyTagClassName
{
color: #870DBD;
}
</style>
background-color css
<style>
a { background-color: #870DBD; }
a { background-color: rgb(135,13,189); }
div.DivClassName
{
background-color: #870DBD;
}
.BgClassName
{
background-color: #870DBD;
}
</style>
border-color css
<style>
span { border-color: #870DBD; }
span { border-color: rgb(135,13,189); }
td.TdClassName
{
border-color: #870DBD;
}
.TagClassName
{
border-color: #870DBD;
}
</style>