Shades of Blue Violet #8821DB
Tints of Blue Violet #8821DB
RGB
CMYK
RGB Variations
Color information
#8821DB (or 0x8821DB) is known color: Blue Violet. HEX triplet: 88, 21 and DB. RGB value is (136,33,219). Sum of RGB (Red+Green+Blue) = 136+33+219=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #8821DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8821DB is #77DE24. Grayscale: #545454. Windows color (decimal): -7855653 or 14360968. OLE color: 14360968.
HSL color Cylindrical-coordinate representation of color #8821DB: hue angle of 273.23º 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 #8821DB is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 33 | 219 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.14 |
| HSL | 273.23º | 0.74% | 0.49% | - |
| HSV(B) | 273.23º | 0.85% | 0.86% | - |
| XYZ | 23.48 | 11.44 | 67.99 | - |
| YUV | 85 | 203.62 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 219 | 0.38 | 0.85 | 0 | 0.14 | 273.23 | 0.74 | 0.49 |
| Hex | 88 | 21 | DB | 26 | 55 | 0 | E | 111 | 4A | 31 |
| Octal | 210 | 41 | 333 | 46 | 125 | 0 | 16 | 421 | 112 | 61 |
| Binary | 10001000 | 100001 | 11011011 | 100110 | 1010101 | 0 | 1110 | 100010001 | 1001010 | 110001 |
Color Harmonies of #8821DB
Complementary color
Monochromatic Colors of #8821DB
Black with #8821DB
Text Example
Text Example
White with #8821DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8821DB; }
p { color: rgb(136,33,219); }
H1.HeaderClassName
{
color: #8821DB;
}
.AnyTagClassName
{
color: #8821DB;
}
</style>
background-color css
<style>
a { background-color: #8821DB; }
a { background-color: rgb(136,33,219); }
div.DivClassName
{
background-color: #8821DB;
}
.BgClassName
{
background-color: #8821DB;
}
</style>
border-color css
<style>
span { border-color: #8821DB; }
span { border-color: rgb(136,33,219); }
td.TdClassName
{
border-color: #8821DB;
}
.TagClassName
{
border-color: #8821DB;
}
</style>