Shades of Dark Violet #8610BA
Tints of Dark Violet #8610BA
RGB
CMYK
RGB Variations
Color information
#8610BA (or 0x8610BA) is known color: Dark Violet. HEX triplet: 86, 10 and BA. RGB value is (134,16,186). Sum of RGB (Red+Green+Blue) = 134+16+186=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #8610BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8610BA is #79EF45. Grayscale: #464646. Windows color (decimal): -7991110 or 12193926. OLE color: 12193926.
HSL color Cylindrical-coordinate representation of color #8610BA: hue angle of 281.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8610BA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 16 | 186 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.27 |
| HSL | 281.65º | 0.84% | 0.4% | - |
| HSV(B) | 281.65º | 0.91% | 0.73% | - |
| XYZ | 18.88 | 8.98 | 47.19 | - |
| YUV | 70.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 186 | 0.28 | 0.91 | 0 | 0.27 | 281.65 | 0.84 | 0.4 |
| Hex | 86 | 10 | BA | 1C | 5B | 0 | 1B | 11A | 54 | 28 |
| Octal | 206 | 20 | 272 | 34 | 133 | 0 | 33 | 432 | 124 | 50 |
| Binary | 10000110 | 10000 | 10111010 | 11100 | 1011011 | 0 | 11011 | 100011010 | 1010100 | 101000 |
Color Harmonies of #8610BA
Complementary color
Monochromatic Colors of #8610BA
Black with #8610BA
Text Example
Text Example
White with #8610BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8610BA; }
p { color: rgb(134,16,186); }
H1.HeaderClassName
{
color: #8610BA;
}
.AnyTagClassName
{
color: #8610BA;
}
</style>
background-color css
<style>
a { background-color: #8610BA; }
a { background-color: rgb(134,16,186); }
div.DivClassName
{
background-color: #8610BA;
}
.BgClassName
{
background-color: #8610BA;
}
</style>
border-color css
<style>
span { border-color: #8610BA; }
span { border-color: rgb(134,16,186); }
td.TdClassName
{
border-color: #8610BA;
}
.TagClassName
{
border-color: #8610BA;
}
</style>