Shades of Dark Violet #8610E0
Tints of Dark Violet #8610E0
RGB
CMYK
RGB Variations
Color information
#8610E0 (or 0x8610E0) is known color: Dark Violet. HEX triplet: 86, 10 and E0. RGB value is (134,16,224). Sum of RGB (Red+Green+Blue) = 134+16+224=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #8610E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8610E0 is #79EF1F. Grayscale: #4A4A4A. Windows color (decimal): -7991072 or 14684294. OLE color: 14684294.
HSL color Cylindrical-coordinate representation of color #8610E0: hue angle of 274.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8610E0 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 16 | 224 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.12 |
| HSL | 274.04º | 0.87% | 0.47% | - |
| HSV(B) | 274.04º | 0.93% | 0.88% | - |
| XYZ | 23.47 | 10.82 | 71.37 | - |
| YUV | 74.99 | 212.09 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 224 | 0.40 | 0.93 | 0 | 0.12 | 274.04 | 0.87 | 0.47 |
| Hex | 86 | 10 | E0 | 28 | 5D | 0 | C | 112 | 57 | 2F |
| Octal | 206 | 20 | 340 | 50 | 135 | 0 | 14 | 422 | 127 | 57 |
| Binary | 10000110 | 10000 | 11100000 | 101000 | 1011101 | 0 | 1100 | 100010010 | 1010111 | 101111 |
Color Harmonies of #8610E0
Complementary color
Monochromatic Colors of #8610E0
Black with #8610E0
Text Example
Text Example
White with #8610E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8610E0; }
p { color: rgb(134,16,224); }
H1.HeaderClassName
{
color: #8610E0;
}
.AnyTagClassName
{
color: #8610E0;
}
</style>
background-color css
<style>
a { background-color: #8610E0; }
a { background-color: rgb(134,16,224); }
div.DivClassName
{
background-color: #8610E0;
}
.BgClassName
{
background-color: #8610E0;
}
</style>
border-color css
<style>
span { border-color: #8610E0; }
span { border-color: rgb(134,16,224); }
td.TdClassName
{
border-color: #8610E0;
}
.TagClassName
{
border-color: #8610E0;
}
</style>