Shades of Dark Violet #860AB5
Tints of Dark Violet #860AB5
RGB
CMYK
RGB Variations
Color information
#860AB5 (or 0x860AB5) is known color: Dark Violet. HEX triplet: 86, 0A and B5. RGB value is (134,10,181). Sum of RGB (Red+Green+Blue) = 134+10+181=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #860AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860AB5 is #79F54A. Grayscale: #424242. Windows color (decimal): -7992651 or 11864710. OLE color: 11864710.
HSL color Cylindrical-coordinate representation of color #860AB5: hue angle of 283.51º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860AB5 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 10 | 181 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.29 |
| HSL | 283.51º | 0.9% | 0.37% | - |
| HSV(B) | 283.51º | 0.94% | 0.71% | - |
| XYZ | 18.28 | 8.62 | 44.42 | - |
| YUV | 66.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 181 | 0.26 | 0.94 | 0 | 0.29 | 283.51 | 0.9 | 0.37 |
| Hex | 86 | A | B5 | 1A | 5E | 0 | 1D | 11C | 5A | 25 |
| Octal | 206 | 12 | 265 | 32 | 136 | 0 | 35 | 434 | 132 | 45 |
| Binary | 10000110 | 1010 | 10110101 | 11010 | 1011110 | 0 | 11101 | 100011100 | 1011010 | 100101 |
Color Harmonies of #860AB5
Complementary color
Monochromatic Colors of #860AB5
Black with #860AB5
Text Example
Text Example
White with #860AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860AB5; }
p { color: rgb(134,10,181); }
H1.HeaderClassName
{
color: #860AB5;
}
.AnyTagClassName
{
color: #860AB5;
}
</style>
background-color css
<style>
a { background-color: #860AB5; }
a { background-color: rgb(134,10,181); }
div.DivClassName
{
background-color: #860AB5;
}
.BgClassName
{
background-color: #860AB5;
}
</style>
border-color css
<style>
span { border-color: #860AB5; }
span { border-color: rgb(134,10,181); }
td.TdClassName
{
border-color: #860AB5;
}
.TagClassName
{
border-color: #860AB5;
}
</style>