Shades of Dark Violet #8412B4
Tints of Dark Violet #8412B4
RGB
CMYK
RGB Variations
Color information
#8412B4 (or 0x8412B4) is known color: Dark Violet. HEX triplet: 84, 12 and B4. RGB value is (132,18,180). Sum of RGB (Red+Green+Blue) = 132+18+180=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #8412B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412B4 is #7BED4B. Grayscale: #464646. Windows color (decimal): -8121676 or 11801220. OLE color: 11801220.
HSL color Cylindrical-coordinate representation of color #8412B4: hue angle of 282.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8412B4 is Cyan = 0.27, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 18 | 180 | - |
| CMYK | 0.27 | 0.9 | 0 | 0.29 |
| HSL | 282.22º | 0.82% | 0.39% | - |
| HSV(B) | 282.22º | 0.9% | 0.71% | - |
| XYZ | 17.97 | 8.63 | 43.9 | - |
| YUV | 70.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 180 | 0.27 | 0.9 | 0 | 0.29 | 282.22 | 0.82 | 0.39 |
| Hex | 84 | 12 | B4 | 1B | 5A | 0 | 1D | 11A | 52 | 27 |
| Octal | 204 | 22 | 264 | 33 | 132 | 0 | 35 | 432 | 122 | 47 |
| Binary | 10000100 | 10010 | 10110100 | 11011 | 1011010 | 0 | 11101 | 100011010 | 1010010 | 100111 |
Color Harmonies of #8412B4
Complementary color
Monochromatic Colors of #8412B4
Black with #8412B4
Text Example
Text Example
White with #8412B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412B4; }
p { color: rgb(132,18,180); }
H1.HeaderClassName
{
color: #8412B4;
}
.AnyTagClassName
{
color: #8412B4;
}
</style>
background-color css
<style>
a { background-color: #8412B4; }
a { background-color: rgb(132,18,180); }
div.DivClassName
{
background-color: #8412B4;
}
.BgClassName
{
background-color: #8412B4;
}
</style>
border-color css
<style>
span { border-color: #8412B4; }
span { border-color: rgb(132,18,180); }
td.TdClassName
{
border-color: #8412B4;
}
.TagClassName
{
border-color: #8412B4;
}
</style>