Shades of Blue Violet #8221DB
Tints of Blue Violet #8221DB
RGB
CMYK
RGB Variations
Color information
#8221DB (or 0x8221DB) is known color: Blue Violet. HEX triplet: 82, 21 and DB. RGB value is (130,33,219). Sum of RGB (Red+Green+Blue) = 130+33+219=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #8221DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221DB is #7DDE24. Grayscale: #525252. Windows color (decimal): -8248869 or 14360962. OLE color: 14360962.
HSL color Cylindrical-coordinate representation of color #8221DB: hue angle of 271.29º degrees, saturation: 0.74, 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 #8221DB is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 33 | 219 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.14 |
| HSL | 271.29º | 0.74% | 0.49% | - |
| HSV(B) | 271.29º | 0.85% | 0.86% | - |
| XYZ | 22.54 | 10.95 | 67.94 | - |
| YUV | 83.21 | 204.64 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 219 | 0.41 | 0.85 | 0 | 0.14 | 271.29 | 0.74 | 0.49 |
| Hex | 82 | 21 | DB | 29 | 55 | 0 | E | 10F | 4A | 31 |
| Octal | 202 | 41 | 333 | 51 | 125 | 0 | 16 | 417 | 112 | 61 |
| Binary | 10000010 | 100001 | 11011011 | 101001 | 1010101 | 0 | 1110 | 100001111 | 1001010 | 110001 |
Color Harmonies of #8221DB
Complementary color
Monochromatic Colors of #8221DB
Black with #8221DB
Text Example
Text Example
White with #8221DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221DB; }
p { color: rgb(130,33,219); }
H1.HeaderClassName
{
color: #8221DB;
}
.AnyTagClassName
{
color: #8221DB;
}
</style>
background-color css
<style>
a { background-color: #8221DB; }
a { background-color: rgb(130,33,219); }
div.DivClassName
{
background-color: #8221DB;
}
.BgClassName
{
background-color: #8221DB;
}
</style>
border-color css
<style>
span { border-color: #8221DB; }
span { border-color: rgb(130,33,219); }
td.TdClassName
{
border-color: #8221DB;
}
.TagClassName
{
border-color: #8221DB;
}
</style>