Shades of Blue Violet #8828DB
Tints of Blue Violet #8828DB
RGB
CMYK
RGB Variations
Color information
#8828DB (or 0x8828DB) is known color: Blue Violet. HEX triplet: 88, 28 and DB. RGB value is (136,40,219). Sum of RGB (Red+Green+Blue) = 136+40+219=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #8828DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828DB is #77D724. Grayscale: #585858. Windows color (decimal): -7853861 or 14362760. OLE color: 14362760.
HSL color Cylindrical-coordinate representation of color #8828DB: hue angle of 272.18º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8828DB is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 40 | 219 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.14 |
| HSL | 272.18º | 0.71% | 0.51% | - |
| HSV(B) | 272.18º | 0.82% | 0.86% | - |
| XYZ | 23.7 | 11.87 | 68.06 | - |
| YUV | 89.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 219 | 0.38 | 0.82 | 0 | 0.14 | 272.18 | 0.71 | 0.51 |
| Hex | 88 | 28 | DB | 26 | 52 | 0 | E | 110 | 47 | 33 |
| Octal | 210 | 50 | 333 | 46 | 122 | 0 | 16 | 420 | 107 | 63 |
| Binary | 10001000 | 101000 | 11011011 | 100110 | 1010010 | 0 | 1110 | 100010000 | 1000111 | 110011 |
Color Harmonies of #8828DB
Complementary color
Monochromatic Colors of #8828DB
Black with #8828DB
Text Example
Text Example
White with #8828DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828DB; }
p { color: rgb(136,40,219); }
H1.HeaderClassName
{
color: #8828DB;
}
.AnyTagClassName
{
color: #8828DB;
}
</style>
background-color css
<style>
a { background-color: #8828DB; }
a { background-color: rgb(136,40,219); }
div.DivClassName
{
background-color: #8828DB;
}
.BgClassName
{
background-color: #8828DB;
}
</style>
border-color css
<style>
span { border-color: #8828DB; }
span { border-color: rgb(136,40,219); }
td.TdClassName
{
border-color: #8828DB;
}
.TagClassName
{
border-color: #8828DB;
}
</style>