Shades of Dark Violet #870FDB
Tints of Dark Violet #870FDB
RGB
CMYK
RGB Variations
Color information
#870FDB (or 0x870FDB) is known color: Dark Violet. HEX triplet: 87, 0F and DB. RGB value is (135,15,219). Sum of RGB (Red+Green+Blue) = 135+15+219=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #870FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FDB is #78F024. Grayscale: #494949. Windows color (decimal): -7925797 or 14356359. OLE color: 14356359.
HSL color Cylindrical-coordinate representation of color #870FDB: hue angle of 275.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FDB is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 15 | 219 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.14 |
| HSL | 275.29º | 0.87% | 0.46% | - |
| HSV(B) | 275.29º | 0.93% | 0.86% | - |
| XYZ | 22.95 | 10.61 | 67.86 | - |
| YUV | 74.14 | 209.76 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 219 | 0.38 | 0.93 | 0 | 0.14 | 275.29 | 0.87 | 0.46 |
| Hex | 87 | F | DB | 26 | 5D | 0 | E | 113 | 57 | 2E |
| Octal | 207 | 17 | 333 | 46 | 135 | 0 | 16 | 423 | 127 | 56 |
| Binary | 10000111 | 1111 | 11011011 | 100110 | 1011101 | 0 | 1110 | 100010011 | 1010111 | 101110 |
Color Harmonies of #870FDB
Complementary color
Monochromatic Colors of #870FDB
Black with #870FDB
Text Example
Text Example
White with #870FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FDB; }
p { color: rgb(135,15,219); }
H1.HeaderClassName
{
color: #870FDB;
}
.AnyTagClassName
{
color: #870FDB;
}
</style>
background-color css
<style>
a { background-color: #870FDB; }
a { background-color: rgb(135,15,219); }
div.DivClassName
{
background-color: #870FDB;
}
.BgClassName
{
background-color: #870FDB;
}
</style>
border-color css
<style>
span { border-color: #870FDB; }
span { border-color: rgb(135,15,219); }
td.TdClassName
{
border-color: #870FDB;
}
.TagClassName
{
border-color: #870FDB;
}
</style>