Shades of Dark Violet #870ADB
Tints of Dark Violet #870ADB
RGB
CMYK
RGB Variations
Color information
#870ADB (or 0x870ADB) is known color: Dark Violet. HEX triplet: 87, 0A and DB. RGB value is (135,10,219). Sum of RGB (Red+Green+Blue) = 135+10+219=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #870ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ADB is #78F524. Grayscale: #464646. Windows color (decimal): -7927077 or 14355079. OLE color: 14355079.
HSL color Cylindrical-coordinate representation of color #870ADB: hue angle of 275.89º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870ADB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 10 | 219 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.14 |
| HSL | 275.89º | 0.91% | 0.45% | - |
| HSV(B) | 275.89º | 0.95% | 0.86% | - |
| XYZ | 22.89 | 10.48 | 67.83 | - |
| YUV | 71.2 | 211.41 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 219 | 0.38 | 0.95 | 0 | 0.14 | 275.89 | 0.91 | 0.45 |
| Hex | 87 | A | DB | 26 | 5F | 0 | E | 114 | 5B | 2D |
| Octal | 207 | 12 | 333 | 46 | 137 | 0 | 16 | 424 | 133 | 55 |
| Binary | 10000111 | 1010 | 11011011 | 100110 | 1011111 | 0 | 1110 | 100010100 | 1011011 | 101101 |
Color Harmonies of #870ADB
Complementary color
Monochromatic Colors of #870ADB
Black with #870ADB
Text Example
Text Example
White with #870ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ADB; }
p { color: rgb(135,10,219); }
H1.HeaderClassName
{
color: #870ADB;
}
.AnyTagClassName
{
color: #870ADB;
}
</style>
background-color css
<style>
a { background-color: #870ADB; }
a { background-color: rgb(135,10,219); }
div.DivClassName
{
background-color: #870ADB;
}
.BgClassName
{
background-color: #870ADB;
}
</style>
border-color css
<style>
span { border-color: #870ADB; }
span { border-color: rgb(135,10,219); }
td.TdClassName
{
border-color: #870ADB;
}
.TagClassName
{
border-color: #870ADB;
}
</style>