Shades of Dark Violet #8610CE
Tints of Dark Violet #8610CE
RGB
CMYK
RGB Variations
Color information
#8610CE (or 0x8610CE) is known color: Dark Violet. HEX triplet: 86, 10 and CE. RGB value is (134,16,206). Sum of RGB (Red+Green+Blue) = 134+16+206=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #8610CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8610CE is #79EF31. Grayscale: #484848. Windows color (decimal): -7991090 or 13504646. OLE color: 13504646.
HSL color Cylindrical-coordinate representation of color #8610CE: hue angle of 277.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8610CE is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 16 | 206 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.19 |
| HSL | 277.26º | 0.86% | 0.44% | - |
| HSV(B) | 277.26º | 0.92% | 0.81% | - |
| XYZ | 21.16 | 9.9 | 59.19 | - |
| YUV | 72.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 206 | 0.35 | 0.92 | 0 | 0.19 | 277.26 | 0.86 | 0.44 |
| Hex | 86 | 10 | CE | 23 | 5C | 0 | 13 | 115 | 56 | 2C |
| Octal | 206 | 20 | 316 | 43 | 134 | 0 | 23 | 425 | 126 | 54 |
| Binary | 10000110 | 10000 | 11001110 | 100011 | 1011100 | 0 | 10011 | 100010101 | 1010110 | 101100 |
Color Harmonies of #8610CE
Complementary color
Monochromatic Colors of #8610CE
Black with #8610CE
Text Example
Text Example
White with #8610CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8610CE; }
p { color: rgb(134,16,206); }
H1.HeaderClassName
{
color: #8610CE;
}
.AnyTagClassName
{
color: #8610CE;
}
</style>
background-color css
<style>
a { background-color: #8610CE; }
a { background-color: rgb(134,16,206); }
div.DivClassName
{
background-color: #8610CE;
}
.BgClassName
{
background-color: #8610CE;
}
</style>
border-color css
<style>
span { border-color: #8610CE; }
span { border-color: rgb(134,16,206); }
td.TdClassName
{
border-color: #8610CE;
}
.TagClassName
{
border-color: #8610CE;
}
</style>