Shades of Dark Violet #8412BA
Tints of Dark Violet #8412BA
RGB
CMYK
RGB Variations
Color information
#8412BA (or 0x8412BA) is known color: Dark Violet. HEX triplet: 84, 12 and BA. RGB value is (132,18,186). Sum of RGB (Red+Green+Blue) = 132+18+186=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #8412BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412BA is #7BED45. Grayscale: #464646. Windows color (decimal): -8121670 or 12194436. OLE color: 12194436.
HSL color Cylindrical-coordinate representation of color #8412BA: hue angle of 280.71º 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 #8412BA is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 18 | 186 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.27 |
| HSL | 280.71º | 0.82% | 0.4% | - |
| HSV(B) | 280.71º | 0.9% | 0.73% | - |
| XYZ | 18.59 | 8.88 | 47.19 | - |
| YUV | 71.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 186 | 0.29 | 0.90 | 0 | 0.27 | 280.71 | 0.82 | 0.4 |
| Hex | 84 | 12 | BA | 1D | 5A | 0 | 1B | 119 | 52 | 28 |
| Octal | 204 | 22 | 272 | 35 | 132 | 0 | 33 | 431 | 122 | 50 |
| Binary | 10000100 | 10010 | 10111010 | 11101 | 1011010 | 0 | 11011 | 100011001 | 1010010 | 101000 |
Color Harmonies of #8412BA
Complementary color
Monochromatic Colors of #8412BA
Black with #8412BA
Text Example
Text Example
White with #8412BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412BA; }
p { color: rgb(132,18,186); }
H1.HeaderClassName
{
color: #8412BA;
}
.AnyTagClassName
{
color: #8412BA;
}
</style>
background-color css
<style>
a { background-color: #8412BA; }
a { background-color: rgb(132,18,186); }
div.DivClassName
{
background-color: #8412BA;
}
.BgClassName
{
background-color: #8412BA;
}
</style>
border-color css
<style>
span { border-color: #8412BA; }
span { border-color: rgb(132,18,186); }
td.TdClassName
{
border-color: #8412BA;
}
.TagClassName
{
border-color: #8412BA;
}
</style>