Shades of Dark Violet #8912BA
Tints of Dark Violet #8912BA
RGB
CMYK
RGB Variations
Color information
#8912BA (or 0x8912BA) is known color: Dark Violet. HEX triplet: 89, 12 and BA. RGB value is (137,18,186). Sum of RGB (Red+Green+Blue) = 137+18+186=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8912BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912BA is #76ED45. Grayscale: #484848. Windows color (decimal): -7793990 or 12194441. OLE color: 12194441.
HSL color Cylindrical-coordinate representation of color #8912BA: hue angle of 282.5º 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 #8912BA is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 18 | 186 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.27 |
| HSL | 282.5º | 0.82% | 0.4% | - |
| HSV(B) | 282.5º | 0.9% | 0.73% | - |
| XYZ | 19.4 | 9.3 | 47.23 | - |
| YUV | 72.73 | 191.92 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 186 | 0.26 | 0.90 | 0 | 0.27 | 282.5 | 0.82 | 0.4 |
| Hex | 89 | 12 | BA | 1A | 5A | 0 | 1B | 11A | 52 | 28 |
| Octal | 211 | 22 | 272 | 32 | 132 | 0 | 33 | 432 | 122 | 50 |
| Binary | 10001001 | 10010 | 10111010 | 11010 | 1011010 | 0 | 11011 | 100011010 | 1010010 | 101000 |
Color Harmonies of #8912BA
Complementary color
Monochromatic Colors of #8912BA
Black with #8912BA
Text Example
Text Example
White with #8912BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912BA; }
p { color: rgb(137,18,186); }
H1.HeaderClassName
{
color: #8912BA;
}
.AnyTagClassName
{
color: #8912BA;
}
</style>
background-color css
<style>
a { background-color: #8912BA; }
a { background-color: rgb(137,18,186); }
div.DivClassName
{
background-color: #8912BA;
}
.BgClassName
{
background-color: #8912BA;
}
</style>
border-color css
<style>
span { border-color: #8912BA; }
span { border-color: rgb(137,18,186); }
td.TdClassName
{
border-color: #8912BA;
}
.TagClassName
{
border-color: #8912BA;
}
</style>