Shades of Dark Violet #8606BA
Tints of Dark Violet #8606BA
RGB
CMYK
RGB Variations
Color information
#8606BA (or 0x8606BA) is known color: Dark Violet. HEX triplet: 86, 06 and BA. RGB value is (134,6,186). Sum of RGB (Red+Green+Blue) = 134+6+186=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #8606BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8606BA is #79F945. Grayscale: #404040. Windows color (decimal): -7993670 or 12191366. OLE color: 12191366.
HSL color Cylindrical-coordinate representation of color #8606BA: hue angle of 282.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8606BA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 6 | 186 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.27 |
| HSL | 282.67º | 0.94% | 0.38% | - |
| HSV(B) | 282.67º | 0.97% | 0.73% | - |
| XYZ | 18.76 | 8.74 | 47.15 | - |
| YUV | 64.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 186 | 0.28 | 0.97 | 0 | 0.27 | 282.67 | 0.94 | 0.38 |
| Hex | 86 | 6 | BA | 1C | 61 | 0 | 1B | 11B | 5E | 26 |
| Octal | 206 | 6 | 272 | 34 | 141 | 0 | 33 | 433 | 136 | 46 |
| Binary | 10000110 | 110 | 10111010 | 11100 | 1100001 | 0 | 11011 | 100011011 | 1011110 | 100110 |
Color Harmonies of #8606BA
Complementary color
Monochromatic Colors of #8606BA
Black with #8606BA
Text Example
Text Example
White with #8606BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8606BA; }
p { color: rgb(134,6,186); }
H1.HeaderClassName
{
color: #8606BA;
}
.AnyTagClassName
{
color: #8606BA;
}
</style>
background-color css
<style>
a { background-color: #8606BA; }
a { background-color: rgb(134,6,186); }
div.DivClassName
{
background-color: #8606BA;
}
.BgClassName
{
background-color: #8606BA;
}
</style>
border-color css
<style>
span { border-color: #8606BA; }
span { border-color: rgb(134,6,186); }
td.TdClassName
{
border-color: #8606BA;
}
.TagClassName
{
border-color: #8606BA;
}
</style>