Shades of Dark Violet #8712BA
Tints of Dark Violet #8712BA
RGB
CMYK
RGB Variations
Color information
#8712BA (or 0x8712BA) is known color: Dark Violet. HEX triplet: 87, 12 and BA. RGB value is (135,18,186). Sum of RGB (Red+Green+Blue) = 135+18+186=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8712BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712BA is #78ED45. Grayscale: #474747. Windows color (decimal): -7925062 or 12194439. OLE color: 12194439.
HSL color Cylindrical-coordinate representation of color #8712BA: hue angle of 281.79º 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 #8712BA is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 18 | 186 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.27 |
| HSL | 281.79º | 0.82% | 0.4% | - |
| HSV(B) | 281.79º | 0.9% | 0.73% | - |
| XYZ | 19.07 | 9.13 | 47.21 | - |
| YUV | 72.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 186 | 0.27 | 0.90 | 0 | 0.27 | 281.79 | 0.82 | 0.4 |
| Hex | 87 | 12 | BA | 1B | 5A | 0 | 1B | 11A | 52 | 28 |
| Octal | 207 | 22 | 272 | 33 | 132 | 0 | 33 | 432 | 122 | 50 |
| Binary | 10000111 | 10010 | 10111010 | 11011 | 1011010 | 0 | 11011 | 100011010 | 1010010 | 101000 |
Color Harmonies of #8712BA
Complementary color
Monochromatic Colors of #8712BA
Black with #8712BA
Text Example
Text Example
White with #8712BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712BA; }
p { color: rgb(135,18,186); }
H1.HeaderClassName
{
color: #8712BA;
}
.AnyTagClassName
{
color: #8712BA;
}
</style>
background-color css
<style>
a { background-color: #8712BA; }
a { background-color: rgb(135,18,186); }
div.DivClassName
{
background-color: #8712BA;
}
.BgClassName
{
background-color: #8712BA;
}
</style>
border-color css
<style>
span { border-color: #8712BA; }
span { border-color: rgb(135,18,186); }
td.TdClassName
{
border-color: #8712BA;
}
.TagClassName
{
border-color: #8712BA;
}
</style>