Shades of Blue Violet #8820DB
Tints of Blue Violet #8820DB
RGB
CMYK
RGB Variations
Color information
#8820DB (or 0x8820DB) is known color: Blue Violet. HEX triplet: 88, 20 and DB. RGB value is (136,32,219). Sum of RGB (Red+Green+Blue) = 136+32+219=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #8820DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8820DB is #77DF24. Grayscale: #535353. Windows color (decimal): -7855909 or 14360712. OLE color: 14360712.
HSL color Cylindrical-coordinate representation of color #8820DB: hue angle of 273.37º 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 #8820DB is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 32 | 219 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.14 |
| HSL | 273.37º | 0.75% | 0.49% | - |
| HSV(B) | 273.37º | 0.85% | 0.86% | - |
| XYZ | 23.46 | 11.38 | 67.98 | - |
| YUV | 84.41 | 203.96 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 219 | 0.38 | 0.85 | 0 | 0.14 | 273.37 | 0.75 | 0.49 |
| Hex | 88 | 20 | DB | 26 | 55 | 0 | E | 111 | 4B | 31 |
| Octal | 210 | 40 | 333 | 46 | 125 | 0 | 16 | 421 | 113 | 61 |
| Binary | 10001000 | 100000 | 11011011 | 100110 | 1010101 | 0 | 1110 | 100010001 | 1001011 | 110001 |
Color Harmonies of #8820DB
Complementary color
Monochromatic Colors of #8820DB
Black with #8820DB
Text Example
Text Example
White with #8820DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8820DB; }
p { color: rgb(136,32,219); }
H1.HeaderClassName
{
color: #8820DB;
}
.AnyTagClassName
{
color: #8820DB;
}
</style>
background-color css
<style>
a { background-color: #8820DB; }
a { background-color: rgb(136,32,219); }
div.DivClassName
{
background-color: #8820DB;
}
.BgClassName
{
background-color: #8820DB;
}
</style>
border-color css
<style>
span { border-color: #8820DB; }
span { border-color: rgb(136,32,219); }
td.TdClassName
{
border-color: #8820DB;
}
.TagClassName
{
border-color: #8820DB;
}
</style>