Shades of Dark Violet #870DBA
Tints of Dark Violet #870DBA
RGB
CMYK
RGB Variations
Color information
#870DBA (or 0x870DBA) is known color: Dark Violet. HEX triplet: 87, 0D and BA. RGB value is (135,13,186). Sum of RGB (Red+Green+Blue) = 135+13+186=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #870DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DBA is #78F245. Grayscale: #444444. Windows color (decimal): -7926342 or 12193159. OLE color: 12193159.
HSL color Cylindrical-coordinate representation of color #870DBA: hue angle of 282.31º 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 #870DBA is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 13 | 186 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.27 |
| HSL | 282.31º | 0.87% | 0.39% | - |
| HSV(B) | 282.31º | 0.93% | 0.73% | - |
| XYZ | 19 | 8.98 | 47.19 | - |
| YUV | 69.2 | 193.92 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 186 | 0.27 | 0.93 | 0 | 0.27 | 282.31 | 0.87 | 0.39 |
| Hex | 87 | D | BA | 1B | 5D | 0 | 1B | 11A | 57 | 27 |
| Octal | 207 | 15 | 272 | 33 | 135 | 0 | 33 | 432 | 127 | 47 |
| Binary | 10000111 | 1101 | 10111010 | 11011 | 1011101 | 0 | 11011 | 100011010 | 1010111 | 100111 |
Color Harmonies of #870DBA
Complementary color
Monochromatic Colors of #870DBA
Black with #870DBA
Text Example
Text Example
White with #870DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DBA; }
p { color: rgb(135,13,186); }
H1.HeaderClassName
{
color: #870DBA;
}
.AnyTagClassName
{
color: #870DBA;
}
</style>
background-color css
<style>
a { background-color: #870DBA; }
a { background-color: rgb(135,13,186); }
div.DivClassName
{
background-color: #870DBA;
}
.BgClassName
{
background-color: #870DBA;
}
</style>
border-color css
<style>
span { border-color: #870DBA; }
span { border-color: rgb(135,13,186); }
td.TdClassName
{
border-color: #870DBA;
}
.TagClassName
{
border-color: #870DBA;
}
</style>