Shades of Dark Violet #860DDB
Tints of Dark Violet #860DDB
RGB
CMYK
RGB Variations
Color information
#860DDB (or 0x860DDB) is known color: Dark Violet. HEX triplet: 86, 0D and DB. RGB value is (134,13,219). Sum of RGB (Red+Green+Blue) = 134+13+219=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #860DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860DDB is #79F224. Grayscale: #474747. Windows color (decimal): -7991845 or 14355846. OLE color: 14355846.
HSL color Cylindrical-coordinate representation of color #860DDB: hue angle of 275.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860DDB is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 13 | 219 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.14 |
| HSL | 275.24º | 0.89% | 0.45% | - |
| HSV(B) | 275.24º | 0.94% | 0.86% | - |
| XYZ | 22.76 | 10.47 | 67.84 | - |
| YUV | 72.66 | 210.59 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 219 | 0.39 | 0.94 | 0 | 0.14 | 275.24 | 0.89 | 0.45 |
| Hex | 86 | D | DB | 27 | 5E | 0 | E | 113 | 59 | 2D |
| Octal | 206 | 15 | 333 | 47 | 136 | 0 | 16 | 423 | 131 | 55 |
| Binary | 10000110 | 1101 | 11011011 | 100111 | 1011110 | 0 | 1110 | 100010011 | 1011001 | 101101 |
Color Harmonies of #860DDB
Complementary color
Monochromatic Colors of #860DDB
Black with #860DDB
Text Example
Text Example
White with #860DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860DDB; }
p { color: rgb(134,13,219); }
H1.HeaderClassName
{
color: #860DDB;
}
.AnyTagClassName
{
color: #860DDB;
}
</style>
background-color css
<style>
a { background-color: #860DDB; }
a { background-color: rgb(134,13,219); }
div.DivClassName
{
background-color: #860DDB;
}
.BgClassName
{
background-color: #860DDB;
}
</style>
border-color css
<style>
span { border-color: #860DDB; }
span { border-color: rgb(134,13,219); }
td.TdClassName
{
border-color: #860DDB;
}
.TagClassName
{
border-color: #860DDB;
}
</style>