Shades of Dark Violet #860AD3
Tints of Dark Violet #860AD3
RGB
CMYK
RGB Variations
Color information
#860AD3 (or 0x860AD3) is known color: Dark Violet. HEX triplet: 86, 0A and D3. RGB value is (134,10,211). Sum of RGB (Red+Green+Blue) = 134+10+211=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 211 (82.81% from 255 or 59.44% from 355); Max value from RGB is 211 - color contains mainly: blue. Hex color #860AD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860AD3 is #79F52C. Grayscale: #454545. Windows color (decimal): -7992621 or 13830790. OLE color: 13830790.
HSL color Cylindrical-coordinate representation of color #860AD3: hue angle of 277.01º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860AD3 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 10 | 211 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.17 |
| HSL | 277.01º | 0.91% | 0.43% | - |
| HSV(B) | 277.01º | 0.95% | 0.83% | - |
| XYZ | 21.7 | 9.99 | 62.41 | - |
| YUV | 69.99 | 207.58 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 211 | 0.36 | 0.95 | 0 | 0.17 | 277.01 | 0.91 | 0.43 |
| Hex | 86 | A | D3 | 24 | 5F | 0 | 11 | 115 | 5B | 2B |
| Octal | 206 | 12 | 323 | 44 | 137 | 0 | 21 | 425 | 133 | 53 |
| Binary | 10000110 | 1010 | 11010011 | 100100 | 1011111 | 0 | 10001 | 100010101 | 1011011 | 101011 |
Color Harmonies of #860AD3
Complementary color
Monochromatic Colors of #860AD3
Black with #860AD3
Text Example
Text Example
White with #860AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860AD3; }
p { color: rgb(134,10,211); }
H1.HeaderClassName
{
color: #860AD3;
}
.AnyTagClassName
{
color: #860AD3;
}
</style>
background-color css
<style>
a { background-color: #860AD3; }
a { background-color: rgb(134,10,211); }
div.DivClassName
{
background-color: #860AD3;
}
.BgClassName
{
background-color: #860AD3;
}
</style>
border-color css
<style>
span { border-color: #860AD3; }
span { border-color: rgb(134,10,211); }
td.TdClassName
{
border-color: #860AD3;
}
.TagClassName
{
border-color: #860AD3;
}
</style>