Shades of Dark Violet #8712BB
Tints of Dark Violet #8712BB
RGB
CMYK
RGB Variations
Color information
#8712BB (or 0x8712BB) is known color: Dark Violet. HEX triplet: 87, 12 and BB. RGB value is (135,18,187). Sum of RGB (Red+Green+Blue) = 135+18+187=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #8712BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712BB is #78ED44. Grayscale: #474747. Windows color (decimal): -7925061 or 12259975. OLE color: 12259975.
HSL color Cylindrical-coordinate representation of color #8712BB: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8712BB is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 18 | 187 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.27 |
| HSL | 281.54º | 0.82% | 0.4% | - |
| HSV(B) | 281.54º | 0.9% | 0.73% | - |
| XYZ | 19.18 | 9.17 | 47.77 | - |
| YUV | 72.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 187 | 0.28 | 0.90 | 0 | 0.27 | 281.54 | 0.82 | 0.4 |
| Hex | 87 | 12 | BB | 1C | 5A | 0 | 1B | 11A | 52 | 28 |
| Octal | 207 | 22 | 273 | 34 | 132 | 0 | 33 | 432 | 122 | 50 |
| Binary | 10000111 | 10010 | 10111011 | 11100 | 1011010 | 0 | 11011 | 100011010 | 1010010 | 101000 |
Color Harmonies of #8712BB
Complementary color
Monochromatic Colors of #8712BB
Black with #8712BB
Text Example
Text Example
White with #8712BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712BB; }
p { color: rgb(135,18,187); }
H1.HeaderClassName
{
color: #8712BB;
}
.AnyTagClassName
{
color: #8712BB;
}
</style>
background-color css
<style>
a { background-color: #8712BB; }
a { background-color: rgb(135,18,187); }
div.DivClassName
{
background-color: #8712BB;
}
.BgClassName
{
background-color: #8712BB;
}
</style>
border-color css
<style>
span { border-color: #8712BB; }
span { border-color: rgb(135,18,187); }
td.TdClassName
{
border-color: #8712BB;
}
.TagClassName
{
border-color: #8712BB;
}
</style>