Shades of Blue Violet #8412DB
Tints of Blue Violet #8412DB
RGB
CMYK
RGB Variations
Color information
#8412DB (or 0x8412DB) is known color: Blue Violet. HEX triplet: 84, 12 and DB. RGB value is (132,18,219). Sum of RGB (Red+Green+Blue) = 132+18+219=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #8412DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412DB is #7BED24. Grayscale: #4A4A4A. Windows color (decimal): -8121637 or 14357124. OLE color: 14357124.
HSL color Cylindrical-coordinate representation of color #8412DB: hue angle of 274.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8412DB is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 18 | 219 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.14 |
| HSL | 274.03º | 0.85% | 0.46% | - |
| HSV(B) | 274.03º | 0.92% | 0.86% | - |
| XYZ | 22.52 | 10.45 | 67.85 | - |
| YUV | 75 | 209.27 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 219 | 0.40 | 0.92 | 0 | 0.14 | 274.03 | 0.85 | 0.46 |
| Hex | 84 | 12 | DB | 28 | 5C | 0 | E | 112 | 55 | 2E |
| Octal | 204 | 22 | 333 | 50 | 134 | 0 | 16 | 422 | 125 | 56 |
| Binary | 10000100 | 10010 | 11011011 | 101000 | 1011100 | 0 | 1110 | 100010010 | 1010101 | 101110 |
Color Harmonies of #8412DB
Complementary color
Monochromatic Colors of #8412DB
Black with #8412DB
Text Example
Text Example
White with #8412DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412DB; }
p { color: rgb(132,18,219); }
H1.HeaderClassName
{
color: #8412DB;
}
.AnyTagClassName
{
color: #8412DB;
}
</style>
background-color css
<style>
a { background-color: #8412DB; }
a { background-color: rgb(132,18,219); }
div.DivClassName
{
background-color: #8412DB;
}
.BgClassName
{
background-color: #8412DB;
}
</style>
border-color css
<style>
span { border-color: #8412DB; }
span { border-color: rgb(132,18,219); }
td.TdClassName
{
border-color: #8412DB;
}
.TagClassName
{
border-color: #8412DB;
}
</style>