Shades of Dark Violet #8412AF
Tints of Dark Violet #8412AF
RGB
CMYK
RGB Variations
Color information
#8412AF (or 0x8412AF) is known color: Dark Violet. HEX triplet: 84, 12 and AF. RGB value is (132,18,175). Sum of RGB (Red+Green+Blue) = 132+18+175=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #8412AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8412AF is #7BED50. Grayscale: #454545. Windows color (decimal): -8121681 or 11473540. OLE color: 11473540.
HSL color Cylindrical-coordinate representation of color #8412AF: hue angle of 283.57º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8412AF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 18 | 175 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.31 |
| HSL | 283.57º | 0.81% | 0.38% | - |
| HSV(B) | 283.57º | 0.9% | 0.69% | - |
| XYZ | 17.47 | 8.43 | 41.26 | - |
| YUV | 69.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 175 | 0.25 | 0.90 | 0 | 0.31 | 283.57 | 0.81 | 0.38 |
| Hex | 84 | 12 | AF | 19 | 5A | 0 | 1F | 11C | 51 | 26 |
| Octal | 204 | 22 | 257 | 31 | 132 | 0 | 37 | 434 | 121 | 46 |
| Binary | 10000100 | 10010 | 10101111 | 11001 | 1011010 | 0 | 11111 | 100011100 | 1010001 | 100110 |
Color Harmonies of #8412AF
Complementary color
Monochromatic Colors of #8412AF
Black with #8412AF
Text Example
Text Example
White with #8412AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412AF; }
p { color: rgb(132,18,175); }
H1.HeaderClassName
{
color: #8412AF;
}
.AnyTagClassName
{
color: #8412AF;
}
</style>
background-color css
<style>
a { background-color: #8412AF; }
a { background-color: rgb(132,18,175); }
div.DivClassName
{
background-color: #8412AF;
}
.BgClassName
{
background-color: #8412AF;
}
</style>
border-color css
<style>
span { border-color: #8412AF; }
span { border-color: rgb(132,18,175); }
td.TdClassName
{
border-color: #8412AF;
}
.TagClassName
{
border-color: #8412AF;
}
</style>