Shades of Dark Violet #8711BB
Tints of Dark Violet #8711BB
RGB
CMYK
RGB Variations
Color information
#8711BB (or 0x8711BB) is known color: Dark Violet. HEX triplet: 87, 11 and BB. RGB value is (135,17,187). Sum of RGB (Red+Green+Blue) = 135+17+187=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #8711BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8711BB is #78EE44. Grayscale: #474747. Windows color (decimal): -7925317 or 12259719. OLE color: 12259719.
HSL color Cylindrical-coordinate representation of color #8711BB: hue angle of 281.65º degrees, saturation: 0.83, 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 #8711BB is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 17 | 187 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.27 |
| HSL | 281.65º | 0.83% | 0.4% | - |
| HSV(B) | 281.65º | 0.91% | 0.73% | - |
| XYZ | 19.16 | 9.14 | 47.77 | - |
| YUV | 71.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 187 | 0.28 | 0.91 | 0 | 0.27 | 281.65 | 0.83 | 0.4 |
| Hex | 87 | 11 | BB | 1C | 5B | 0 | 1B | 11A | 53 | 28 |
| Octal | 207 | 21 | 273 | 34 | 133 | 0 | 33 | 432 | 123 | 50 |
| Binary | 10000111 | 10001 | 10111011 | 11100 | 1011011 | 0 | 11011 | 100011010 | 1010011 | 101000 |
Color Harmonies of #8711BB
Complementary color
Monochromatic Colors of #8711BB
Black with #8711BB
Text Example
Text Example
White with #8711BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8711BB; }
p { color: rgb(135,17,187); }
H1.HeaderClassName
{
color: #8711BB;
}
.AnyTagClassName
{
color: #8711BB;
}
</style>
background-color css
<style>
a { background-color: #8711BB; }
a { background-color: rgb(135,17,187); }
div.DivClassName
{
background-color: #8711BB;
}
.BgClassName
{
background-color: #8711BB;
}
</style>
border-color css
<style>
span { border-color: #8711BB; }
span { border-color: rgb(135,17,187); }
td.TdClassName
{
border-color: #8711BB;
}
.TagClassName
{
border-color: #8711BB;
}
</style>