Shades of Blue Violet #8412DC
Tints of Blue Violet #8412DC
RGB
CMYK
RGB Variations
Color information
#8412DC (or 0x8412DC) is known color: Blue Violet. HEX triplet: 84, 12 and DC. RGB value is (132,18,220). Sum of RGB (Red+Green+Blue) = 132+18+220=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #8412DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412DC is #7BED23. Grayscale: #4A4A4A. Windows color (decimal): -8121636 or 14422660. OLE color: 14422660.
HSL color Cylindrical-coordinate representation of color #8412DC: hue angle of 273.86º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8412DC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 18 | 220 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.14 |
| HSL | 273.86º | 0.85% | 0.47% | - |
| HSV(B) | 273.86º | 0.92% | 0.86% | - |
| XYZ | 22.65 | 10.51 | 68.54 | - |
| YUV | 75.11 | 209.77 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 220 | 0.40 | 0.92 | 0 | 0.14 | 273.86 | 0.85 | 0.47 |
| Hex | 84 | 12 | DC | 28 | 5C | 0 | E | 112 | 55 | 2F |
| Octal | 204 | 22 | 334 | 50 | 134 | 0 | 16 | 422 | 125 | 57 |
| Binary | 10000100 | 10010 | 11011100 | 101000 | 1011100 | 0 | 1110 | 100010010 | 1010101 | 101111 |
Color Harmonies of #8412DC
Complementary color
Monochromatic Colors of #8412DC
Black with #8412DC
Text Example
Text Example
White with #8412DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412DC; }
p { color: rgb(132,18,220); }
H1.HeaderClassName
{
color: #8412DC;
}
.AnyTagClassName
{
color: #8412DC;
}
</style>
background-color css
<style>
a { background-color: #8412DC; }
a { background-color: rgb(132,18,220); }
div.DivClassName
{
background-color: #8412DC;
}
.BgClassName
{
background-color: #8412DC;
}
</style>
border-color css
<style>
span { border-color: #8412DC; }
span { border-color: rgb(132,18,220); }
td.TdClassName
{
border-color: #8412DC;
}
.TagClassName
{
border-color: #8412DC;
}
</style>