Shades of Blue Violet #8420DB
Tints of Blue Violet #8420DB
RGB
CMYK
RGB Variations
Color information
#8420DB (or 0x8420DB) is known color: Blue Violet. HEX triplet: 84, 20 and DB. RGB value is (132,32,219). Sum of RGB (Red+Green+Blue) = 132+32+219=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #8420DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8420DB is #7BDF24. Grayscale: #525252. Windows color (decimal): -8118053 or 14360708. OLE color: 14360708.
HSL color Cylindrical-coordinate representation of color #8420DB: hue angle of 272.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8420DB is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 32 | 219 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.14 |
| HSL | 272.09º | 0.75% | 0.49% | - |
| HSV(B) | 272.09º | 0.85% | 0.86% | - |
| XYZ | 22.82 | 11.05 | 67.95 | - |
| YUV | 83.22 | 204.63 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 219 | 0.40 | 0.85 | 0 | 0.14 | 272.09 | 0.75 | 0.49 |
| Hex | 84 | 20 | DB | 28 | 55 | 0 | E | 110 | 4B | 31 |
| Octal | 204 | 40 | 333 | 50 | 125 | 0 | 16 | 420 | 113 | 61 |
| Binary | 10000100 | 100000 | 11011011 | 101000 | 1010101 | 0 | 1110 | 100010000 | 1001011 | 110001 |
Color Harmonies of #8420DB
Complementary color
Monochromatic Colors of #8420DB
Black with #8420DB
Text Example
Text Example
White with #8420DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8420DB; }
p { color: rgb(132,32,219); }
H1.HeaderClassName
{
color: #8420DB;
}
.AnyTagClassName
{
color: #8420DB;
}
</style>
background-color css
<style>
a { background-color: #8420DB; }
a { background-color: rgb(132,32,219); }
div.DivClassName
{
background-color: #8420DB;
}
.BgClassName
{
background-color: #8420DB;
}
</style>
border-color css
<style>
span { border-color: #8420DB; }
span { border-color: rgb(132,32,219); }
td.TdClassName
{
border-color: #8420DB;
}
.TagClassName
{
border-color: #8420DB;
}
</style>