Shades of Dark Violet #8600BB
Tints of Dark Violet #8600BB
RGB
CMYK
RGB Variations
Color information
#8600BB (or 0x8600BB) is known color: Dark Violet. HEX triplet: 86, 00 and BB. RGB value is (134,0,187). Sum of RGB (Red+Green+Blue) = 134+0+187=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #8600BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8600BB is #79FF44. Grayscale: #3C3C3C. Windows color (decimal): -7995205 or 12255366. OLE color: 12255366.
HSL color Cylindrical-coordinate representation of color #8600BB: hue angle of 282.99º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8600BB is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 0 | 187 | - |
| CMYK | 0.28 | 1 | 0 | 0.27 |
| HSL | 282.99º | 1% | 0.37% | - |
| HSV(B) | 282.99º | 1% | 0.73% | - |
| XYZ | 18.8 | 8.66 | 47.69 | - |
| YUV | 61.38 | 198.89 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 187 | 0.28 | 1 | 0 | 0.27 | 282.99 | 1 | 0.37 |
| Hex | 86 | 0 | BB | 1C | 64 | 0 | 1B | 11B | 64 | 25 |
| Octal | 206 | 0 | 273 | 34 | 144 | 0 | 33 | 433 | 144 | 45 |
| Binary | 10000110 | 0 | 10111011 | 11100 | 1100100 | 0 | 11011 | 100011011 | 1100100 | 100101 |
Color Harmonies of #8600BB
Complementary color
Monochromatic Colors of #8600BB
Black with #8600BB
Text Example
Text Example
White with #8600BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8600BB; }
p { color: rgb(134,0,187); }
H1.HeaderClassName
{
color: #8600BB;
}
.AnyTagClassName
{
color: #8600BB;
}
</style>
background-color css
<style>
a { background-color: #8600BB; }
a { background-color: rgb(134,0,187); }
div.DivClassName
{
background-color: #8600BB;
}
.BgClassName
{
background-color: #8600BB;
}
</style>
border-color css
<style>
span { border-color: #8600BB; }
span { border-color: rgb(134,0,187); }
td.TdClassName
{
border-color: #8600BB;
}
.TagClassName
{
border-color: #8600BB;
}
</style>