Shades of Blue Violet #8827DB
Tints of Blue Violet #8827DB
RGB
CMYK
RGB Variations
Color information
#8827DB (or 0x8827DB) is known color: Blue Violet. HEX triplet: 88, 27 and DB. RGB value is (136,39,219). Sum of RGB (Red+Green+Blue) = 136+39+219=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #8827DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8827DB is #77D824. Grayscale: #575757. Windows color (decimal): -7854117 or 14362504. OLE color: 14362504.
HSL color Cylindrical-coordinate representation of color #8827DB: hue angle of 272.33º 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 #8827DB is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 39 | 219 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.14 |
| HSL | 272.33º | 0.71% | 0.51% | - |
| HSV(B) | 272.33º | 0.82% | 0.86% | - |
| XYZ | 23.67 | 11.8 | 68.05 | - |
| YUV | 88.52 | 201.64 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 219 | 0.38 | 0.82 | 0 | 0.14 | 272.33 | 0.71 | 0.51 |
| Hex | 88 | 27 | DB | 26 | 52 | 0 | E | 110 | 47 | 33 |
| Octal | 210 | 47 | 333 | 46 | 122 | 0 | 16 | 420 | 107 | 63 |
| Binary | 10001000 | 100111 | 11011011 | 100110 | 1010010 | 0 | 1110 | 100010000 | 1000111 | 110011 |
Color Harmonies of #8827DB
Complementary color
Monochromatic Colors of #8827DB
Black with #8827DB
Text Example
Text Example
White with #8827DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827DB; }
p { color: rgb(136,39,219); }
H1.HeaderClassName
{
color: #8827DB;
}
.AnyTagClassName
{
color: #8827DB;
}
</style>
background-color css
<style>
a { background-color: #8827DB; }
a { background-color: rgb(136,39,219); }
div.DivClassName
{
background-color: #8827DB;
}
.BgClassName
{
background-color: #8827DB;
}
</style>
border-color css
<style>
span { border-color: #8827DB; }
span { border-color: rgb(136,39,219); }
td.TdClassName
{
border-color: #8827DB;
}
.TagClassName
{
border-color: #8827DB;
}
</style>