Shades of Blue Violet #8820E9
Tints of Blue Violet #8820E9
RGB
CMYK
RGB Variations
Color information
#8820E9 (or 0x8820E9) is known color: Blue Violet. HEX triplet: 88, 20 and E9. RGB value is (136,32,233). Sum of RGB (Red+Green+Blue) = 136+32+233=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #8820E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8820E9 is #77DF16. Grayscale: #555555. Windows color (decimal): -7855895 or 15278216. OLE color: 15278216.
HSL color Cylindrical-coordinate representation of color #8820E9: hue angle of 271.04º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8820E9 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 32 | 233 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.09 |
| HSL | 271.04º | 0.82% | 0.52% | - |
| HSV(B) | 271.04º | 0.86% | 0.91% | - |
| XYZ | 25.38 | 12.15 | 78.1 | - |
| YUV | 86.01 | 210.96 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 233 | 0.42 | 0.86 | 0 | 0.09 | 271.04 | 0.82 | 0.52 |
| Hex | 88 | 20 | E9 | 2A | 56 | 0 | 9 | 10F | 52 | 34 |
| Octal | 210 | 40 | 351 | 52 | 126 | 0 | 11 | 417 | 122 | 64 |
| Binary | 10001000 | 100000 | 11101001 | 101010 | 1010110 | 0 | 1001 | 100001111 | 1010010 | 110100 |
Color Harmonies of #8820E9
Complementary color
Monochromatic Colors of #8820E9
Black with #8820E9
Text Example
Text Example
White with #8820E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8820E9; }
p { color: rgb(136,32,233); }
H1.HeaderClassName
{
color: #8820E9;
}
.AnyTagClassName
{
color: #8820E9;
}
</style>
background-color css
<style>
a { background-color: #8820E9; }
a { background-color: rgb(136,32,233); }
div.DivClassName
{
background-color: #8820E9;
}
.BgClassName
{
background-color: #8820E9;
}
</style>
border-color css
<style>
span { border-color: #8820E9; }
span { border-color: rgb(136,32,233); }
td.TdClassName
{
border-color: #8820E9;
}
.TagClassName
{
border-color: #8820E9;
}
</style>