Shades of Dark Violet #860AD4
Tints of Dark Violet #860AD4
RGB
CMYK
RGB Variations
Color information
#860AD4 (or 0x860AD4) is known color: Dark Violet. HEX triplet: 86, 0A and D4. RGB value is (134,10,212). Sum of RGB (Red+Green+Blue) = 134+10+212=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 212 (83.20% from 255 or 59.55% from 356); Max value from RGB is 212 - color contains mainly: blue. Hex color #860AD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860AD4 is #79F52B. Grayscale: #454545. Windows color (decimal): -7992620 or 13896326. OLE color: 13896326.
HSL color Cylindrical-coordinate representation of color #860AD4: hue angle of 276.83º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860AD4 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 10 | 212 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.17 |
| HSL | 276.83º | 0.91% | 0.44% | - |
| HSV(B) | 276.83º | 0.95% | 0.83% | - |
| XYZ | 21.82 | 10.04 | 63.07 | - |
| YUV | 70.1 | 208.08 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 212 | 0.37 | 0.95 | 0 | 0.17 | 276.83 | 0.91 | 0.44 |
| Hex | 86 | A | D4 | 25 | 5F | 0 | 11 | 115 | 5B | 2C |
| Octal | 206 | 12 | 324 | 45 | 137 | 0 | 21 | 425 | 133 | 54 |
| Binary | 10000110 | 1010 | 11010100 | 100101 | 1011111 | 0 | 10001 | 100010101 | 1011011 | 101100 |
Color Harmonies of #860AD4
Complementary color
Monochromatic Colors of #860AD4
Black with #860AD4
Text Example
Text Example
White with #860AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860AD4; }
p { color: rgb(134,10,212); }
H1.HeaderClassName
{
color: #860AD4;
}
.AnyTagClassName
{
color: #860AD4;
}
</style>
background-color css
<style>
a { background-color: #860AD4; }
a { background-color: rgb(134,10,212); }
div.DivClassName
{
background-color: #860AD4;
}
.BgClassName
{
background-color: #860AD4;
}
</style>
border-color css
<style>
span { border-color: #860AD4; }
span { border-color: rgb(134,10,212); }
td.TdClassName
{
border-color: #860AD4;
}
.TagClassName
{
border-color: #860AD4;
}
</style>