Shades of Blue Violet #8422DB
Tints of Blue Violet #8422DB
RGB
CMYK
RGB Variations
Color information
#8422DB (or 0x8422DB) is known color: Blue Violet. HEX triplet: 84, 22 and DB. RGB value is (132,34,219). Sum of RGB (Red+Green+Blue) = 132+34+219=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #8422DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8422DB is #7BDD24. Grayscale: #535353. Windows color (decimal): -8117541 or 14361220. OLE color: 14361220.
HSL color Cylindrical-coordinate representation of color #8422DB: hue angle of 271.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8422DB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 34 | 219 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.14 |
| HSL | 271.78º | 0.73% | 0.5% | - |
| HSV(B) | 271.78º | 0.84% | 0.86% | - |
| XYZ | 22.87 | 11.16 | 67.97 | - |
| YUV | 84.39 | 203.97 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 219 | 0.40 | 0.84 | 0 | 0.14 | 271.78 | 0.73 | 0.5 |
| Hex | 84 | 22 | DB | 28 | 54 | 0 | E | 110 | 49 | 32 |
| Octal | 204 | 42 | 333 | 50 | 124 | 0 | 16 | 420 | 111 | 62 |
| Binary | 10000100 | 100010 | 11011011 | 101000 | 1010100 | 0 | 1110 | 100010000 | 1001001 | 110010 |
Color Harmonies of #8422DB
Complementary color
Monochromatic Colors of #8422DB
Black with #8422DB
Text Example
Text Example
White with #8422DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8422DB; }
p { color: rgb(132,34,219); }
H1.HeaderClassName
{
color: #8422DB;
}
.AnyTagClassName
{
color: #8422DB;
}
</style>
background-color css
<style>
a { background-color: #8422DB; }
a { background-color: rgb(132,34,219); }
div.DivClassName
{
background-color: #8422DB;
}
.BgClassName
{
background-color: #8422DB;
}
</style>
border-color css
<style>
span { border-color: #8422DB; }
span { border-color: rgb(132,34,219); }
td.TdClassName
{
border-color: #8422DB;
}
.TagClassName
{
border-color: #8422DB;
}
</style>