Shades of Dark Violet #860ADA
Tints of Dark Violet #860ADA
RGB
CMYK
RGB Variations
Color information
#860ADA (or 0x860ADA) is known color: Dark Violet. HEX triplet: 86, 0A and DA. RGB value is (134,10,218). Sum of RGB (Red+Green+Blue) = 134+10+218=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #860ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ADA is #79F525. Grayscale: #464646. Windows color (decimal): -7992614 or 14289542. OLE color: 14289542.
HSL color Cylindrical-coordinate representation of color #860ADA: hue angle of 275.77º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860ADA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 10 | 218 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.15 |
| HSL | 275.77º | 0.91% | 0.45% | - |
| HSV(B) | 275.77º | 0.95% | 0.85% | - |
| XYZ | 22.59 | 10.35 | 67.14 | - |
| YUV | 70.79 | 211.08 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 218 | 0.39 | 0.95 | 0 | 0.15 | 275.77 | 0.91 | 0.45 |
| Hex | 86 | A | DA | 27 | 5F | 0 | F | 114 | 5B | 2D |
| Octal | 206 | 12 | 332 | 47 | 137 | 0 | 17 | 424 | 133 | 55 |
| Binary | 10000110 | 1010 | 11011010 | 100111 | 1011111 | 0 | 1111 | 100010100 | 1011011 | 101101 |
Color Harmonies of #860ADA
Complementary color
Monochromatic Colors of #860ADA
Black with #860ADA
Text Example
Text Example
White with #860ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860ADA; }
p { color: rgb(134,10,218); }
H1.HeaderClassName
{
color: #860ADA;
}
.AnyTagClassName
{
color: #860ADA;
}
</style>
background-color css
<style>
a { background-color: #860ADA; }
a { background-color: rgb(134,10,218); }
div.DivClassName
{
background-color: #860ADA;
}
.BgClassName
{
background-color: #860ADA;
}
</style>
border-color css
<style>
span { border-color: #860ADA; }
span { border-color: rgb(134,10,218); }
td.TdClassName
{
border-color: #860ADA;
}
.TagClassName
{
border-color: #860ADA;
}
</style>