Shades of Dark Violet #8412AD
Tints of Dark Violet #8412AD
RGB
CMYK
RGB Variations
Color information
#8412AD (or 0x8412AD) is known color: Dark Violet. HEX triplet: 84, 12 and AD. RGB value is (132,18,173). Sum of RGB (Red+Green+Blue) = 132+18+173=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #8412AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8412AD is #7BED52. Grayscale: #454545. Windows color (decimal): -8121683 or 11342468. OLE color: 11342468.
HSL color Cylindrical-coordinate representation of color #8412AD: hue angle of 284.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8412AD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 18 | 173 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.32 |
| HSL | 284.13º | 0.81% | 0.37% | - |
| HSV(B) | 284.13º | 0.9% | 0.68% | - |
| XYZ | 17.27 | 8.36 | 40.24 | - |
| YUV | 69.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 173 | 0.24 | 0.90 | 0 | 0.32 | 284.13 | 0.81 | 0.37 |
| Hex | 84 | 12 | AD | 18 | 5A | 0 | 20 | 11C | 51 | 25 |
| Octal | 204 | 22 | 255 | 30 | 132 | 0 | 40 | 434 | 121 | 45 |
| Binary | 10000100 | 10010 | 10101101 | 11000 | 1011010 | 0 | 100000 | 100011100 | 1010001 | 100101 |
Color Harmonies of #8412AD
Complementary color
Monochromatic Colors of #8412AD
Black with #8412AD
Text Example
Text Example
White with #8412AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412AD; }
p { color: rgb(132,18,173); }
H1.HeaderClassName
{
color: #8412AD;
}
.AnyTagClassName
{
color: #8412AD;
}
</style>
background-color css
<style>
a { background-color: #8412AD; }
a { background-color: rgb(132,18,173); }
div.DivClassName
{
background-color: #8412AD;
}
.BgClassName
{
background-color: #8412AD;
}
</style>
border-color css
<style>
span { border-color: #8412AD; }
span { border-color: rgb(132,18,173); }
td.TdClassName
{
border-color: #8412AD;
}
.TagClassName
{
border-color: #8412AD;
}
</style>