Shades of Dark Violet #860AB4
Tints of Dark Violet #860AB4
RGB
CMYK
RGB Variations
Color information
#860AB4 (or 0x860AB4) is known color: Dark Violet. HEX triplet: 86, 0A and B4. RGB value is (134,10,180). Sum of RGB (Red+Green+Blue) = 134+10+180=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #860AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860AB4 is #79F54B. Grayscale: #414141. Windows color (decimal): -7992652 or 11799174. OLE color: 11799174.
HSL color Cylindrical-coordinate representation of color #860AB4: hue angle of 283.76º degrees, saturation: 0.89, 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 #860AB4 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 10 | 180 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.29 |
| HSL | 283.76º | 0.89% | 0.37% | - |
| HSV(B) | 283.76º | 0.94% | 0.71% | - |
| XYZ | 18.18 | 8.58 | 43.88 | - |
| YUV | 66.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 180 | 0.26 | 0.94 | 0 | 0.29 | 283.76 | 0.89 | 0.37 |
| Hex | 86 | A | B4 | 1A | 5E | 0 | 1D | 11C | 59 | 25 |
| Octal | 206 | 12 | 264 | 32 | 136 | 0 | 35 | 434 | 131 | 45 |
| Binary | 10000110 | 1010 | 10110100 | 11010 | 1011110 | 0 | 11101 | 100011100 | 1011001 | 100101 |
Color Harmonies of #860AB4
Complementary color
Monochromatic Colors of #860AB4
Black with #860AB4
Text Example
Text Example
White with #860AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860AB4; }
p { color: rgb(134,10,180); }
H1.HeaderClassName
{
color: #860AB4;
}
.AnyTagClassName
{
color: #860AB4;
}
</style>
background-color css
<style>
a { background-color: #860AB4; }
a { background-color: rgb(134,10,180); }
div.DivClassName
{
background-color: #860AB4;
}
.BgClassName
{
background-color: #860AB4;
}
</style>
border-color css
<style>
span { border-color: #860AB4; }
span { border-color: rgb(134,10,180); }
td.TdClassName
{
border-color: #860AB4;
}
.TagClassName
{
border-color: #860AB4;
}
</style>