Shades of Blue Violet #8021DB
Tints of Blue Violet #8021DB
RGB
CMYK
RGB Variations
Color information
#8021DB (or 0x8021DB) is known color: Blue Violet. HEX triplet: 80, 21 and DB. RGB value is (128,33,219). Sum of RGB (Red+Green+Blue) = 128+33+219=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #8021DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8021DB is #7FDE24. Grayscale: #515151. Windows color (decimal): -8379941 or 14360960. OLE color: 14360960.
HSL color Cylindrical-coordinate representation of color #8021DB: hue angle of 270.65º 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 #8021DB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 33 | 219 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.14 |
| HSL | 270.65º | 0.74% | 0.49% | - |
| HSV(B) | 270.65º | 0.85% | 0.86% | - |
| XYZ | 22.23 | 10.79 | 67.93 | - |
| YUV | 82.61 | 204.97 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 219 | 0.42 | 0.85 | 0 | 0.14 | 270.65 | 0.74 | 0.49 |
| Hex | 80 | 21 | DB | 2A | 55 | 0 | E | 10F | 4A | 31 |
| Octal | 200 | 41 | 333 | 52 | 125 | 0 | 16 | 417 | 112 | 61 |
| Binary | 10000000 | 100001 | 11011011 | 101010 | 1010101 | 0 | 1110 | 100001111 | 1001010 | 110001 |
Color Harmonies of #8021DB
Complementary color
Monochromatic Colors of #8021DB
Black with #8021DB
Text Example
Text Example
White with #8021DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8021DB; }
p { color: rgb(128,33,219); }
H1.HeaderClassName
{
color: #8021DB;
}
.AnyTagClassName
{
color: #8021DB;
}
</style>
background-color css
<style>
a { background-color: #8021DB; }
a { background-color: rgb(128,33,219); }
div.DivClassName
{
background-color: #8021DB;
}
.BgClassName
{
background-color: #8021DB;
}
</style>
border-color css
<style>
span { border-color: #8021DB; }
span { border-color: rgb(128,33,219); }
td.TdClassName
{
border-color: #8021DB;
}
.TagClassName
{
border-color: #8021DB;
}
</style>