Shades of Dark Violet #870DBB
Tints of Dark Violet #870DBB
RGB
CMYK
RGB Variations
Color information
#870DBB (or 0x870DBB) is known color: Dark Violet. HEX triplet: 87, 0D and BB. RGB value is (135,13,187). Sum of RGB (Red+Green+Blue) = 135+13+187=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #870DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DBB is #78F244. Grayscale: #444444. Windows color (decimal): -7926341 or 12258695. OLE color: 12258695.
HSL color Cylindrical-coordinate representation of color #870DBB: hue angle of 282.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870DBB is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 13 | 187 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.27 |
| HSL | 282.07º | 0.87% | 0.39% | - |
| HSV(B) | 282.07º | 0.93% | 0.73% | - |
| XYZ | 19.11 | 9.03 | 47.75 | - |
| YUV | 69.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 187 | 0.28 | 0.93 | 0 | 0.27 | 282.07 | 0.87 | 0.39 |
| Hex | 87 | D | BB | 1C | 5D | 0 | 1B | 11A | 57 | 27 |
| Octal | 207 | 15 | 273 | 34 | 135 | 0 | 33 | 432 | 127 | 47 |
| Binary | 10000111 | 1101 | 10111011 | 11100 | 1011101 | 0 | 11011 | 100011010 | 1010111 | 100111 |
Color Harmonies of #870DBB
Complementary color
Monochromatic Colors of #870DBB
Black with #870DBB
Text Example
Text Example
White with #870DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DBB; }
p { color: rgb(135,13,187); }
H1.HeaderClassName
{
color: #870DBB;
}
.AnyTagClassName
{
color: #870DBB;
}
</style>
background-color css
<style>
a { background-color: #870DBB; }
a { background-color: rgb(135,13,187); }
div.DivClassName
{
background-color: #870DBB;
}
.BgClassName
{
background-color: #870DBB;
}
</style>
border-color css
<style>
span { border-color: #870DBB; }
span { border-color: rgb(135,13,187); }
td.TdClassName
{
border-color: #870DBB;
}
.TagClassName
{
border-color: #870DBB;
}
</style>