Shades of Dark Violet #8606B2
Tints of Dark Violet #8606B2
RGB
CMYK
RGB Variations
Color information
#8606B2 (or 0x8606B2) is known color: Dark Violet. HEX triplet: 86, 06 and B2. RGB value is (134,6,178). Sum of RGB (Red+Green+Blue) = 134+6+178=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 178 (69.92% from 255 or 55.97% from 318); Max value from RGB is 178 - color contains mainly: blue. Hex color #8606B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8606B2 is #79F94D. Grayscale: #3F3F3F. Windows color (decimal): -7993678 or 11667078. OLE color: 11667078.
HSL color Cylindrical-coordinate representation of color #8606B2: hue angle of 284.65º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8606B2 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 6 | 178 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.30 |
| HSL | 284.65º | 0.93% | 0.36% | - |
| HSV(B) | 284.65º | 0.97% | 0.7% | - |
| XYZ | 17.93 | 8.41 | 42.8 | - |
| YUV | 63.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 178 | 0.25 | 0.97 | 0 | 0.30 | 284.65 | 0.93 | 0.36 |
| Hex | 86 | 6 | B2 | 19 | 61 | 0 | 1E | 11D | 5D | 24 |
| Octal | 206 | 6 | 262 | 31 | 141 | 0 | 36 | 435 | 135 | 44 |
| Binary | 10000110 | 110 | 10110010 | 11001 | 1100001 | 0 | 11110 | 100011101 | 1011101 | 100100 |
Color Harmonies of #8606B2
Complementary color
Monochromatic Colors of #8606B2
Black with #8606B2
Text Example
Text Example
White with #8606B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8606B2; }
p { color: rgb(134,6,178); }
H1.HeaderClassName
{
color: #8606B2;
}
.AnyTagClassName
{
color: #8606B2;
}
</style>
background-color css
<style>
a { background-color: #8606B2; }
a { background-color: rgb(134,6,178); }
div.DivClassName
{
background-color: #8606B2;
}
.BgClassName
{
background-color: #8606B2;
}
</style>
border-color css
<style>
span { border-color: #8606B2; }
span { border-color: rgb(134,6,178); }
td.TdClassName
{
border-color: #8606B2;
}
.TagClassName
{
border-color: #8606B2;
}
</style>