Shades of Dark Violet #860ADB
Tints of Dark Violet #860ADB
RGB
CMYK
RGB Variations
Color information
#860ADB (or 0x860ADB) is known color: Dark Violet. HEX triplet: 86, 0A and DB. RGB value is (134,10,219). Sum of RGB (Red+Green+Blue) = 134+10+219=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #860ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ADB is #79F524. Grayscale: #464646. Windows color (decimal): -7992613 or 14355078. OLE color: 14355078.
HSL color Cylindrical-coordinate representation of color #860ADB: hue angle of 275.6º 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 #860ADB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 10 | 219 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.14 |
| HSL | 275.6º | 0.91% | 0.45% | - |
| HSV(B) | 275.6º | 0.95% | 0.86% | - |
| XYZ | 22.73 | 10.4 | 67.83 | - |
| YUV | 70.9 | 211.58 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 219 | 0.39 | 0.95 | 0 | 0.14 | 275.6 | 0.91 | 0.45 |
| Hex | 86 | A | DB | 27 | 5F | 0 | E | 114 | 5B | 2D |
| Octal | 206 | 12 | 333 | 47 | 137 | 0 | 16 | 424 | 133 | 55 |
| Binary | 10000110 | 1010 | 11011011 | 100111 | 1011111 | 0 | 1110 | 100010100 | 1011011 | 101101 |
Color Harmonies of #860ADB
Complementary color
Monochromatic Colors of #860ADB
Black with #860ADB
Text Example
Text Example
White with #860ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860ADB; }
p { color: rgb(134,10,219); }
H1.HeaderClassName
{
color: #860ADB;
}
.AnyTagClassName
{
color: #860ADB;
}
</style>
background-color css
<style>
a { background-color: #860ADB; }
a { background-color: rgb(134,10,219); }
div.DivClassName
{
background-color: #860ADB;
}
.BgClassName
{
background-color: #860ADB;
}
</style>
border-color css
<style>
span { border-color: #860ADB; }
span { border-color: rgb(134,10,219); }
td.TdClassName
{
border-color: #860ADB;
}
.TagClassName
{
border-color: #860ADB;
}
</style>