Shades of Blue Violet #8821E6
Tints of Blue Violet #8821E6
RGB
CMYK
RGB Variations
Color information
#8821E6 (or 0x8821E6) is known color: Blue Violet. HEX triplet: 88, 21 and E6. RGB value is (136,33,230). Sum of RGB (Red+Green+Blue) = 136+33+230=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #8821E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8821E6 is #77DE19. Grayscale: #555555. Windows color (decimal): -7855642 or 15081864. OLE color: 15081864.
HSL color Cylindrical-coordinate representation of color #8821E6: hue angle of 271.37º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8821E6 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 33 | 230 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.10 |
| HSL | 271.37º | 0.8% | 0.52% | - |
| HSV(B) | 271.37º | 0.86% | 0.9% | - |
| XYZ | 24.98 | 12.04 | 75.87 | - |
| YUV | 86.26 | 209.12 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 230 | 0.41 | 0.86 | 0 | 0.10 | 271.37 | 0.8 | 0.52 |
| Hex | 88 | 21 | E6 | 29 | 56 | 0 | A | 10F | 50 | 34 |
| Octal | 210 | 41 | 346 | 51 | 126 | 0 | 12 | 417 | 120 | 64 |
| Binary | 10001000 | 100001 | 11100110 | 101001 | 1010110 | 0 | 1010 | 100001111 | 1010000 | 110100 |
Color Harmonies of #8821E6
Complementary color
Monochromatic Colors of #8821E6
Black with #8821E6
Text Example
Text Example
White with #8821E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8821E6; }
p { color: rgb(136,33,230); }
H1.HeaderClassName
{
color: #8821E6;
}
.AnyTagClassName
{
color: #8821E6;
}
</style>
background-color css
<style>
a { background-color: #8821E6; }
a { background-color: rgb(136,33,230); }
div.DivClassName
{
background-color: #8821E6;
}
.BgClassName
{
background-color: #8821E6;
}
</style>
border-color css
<style>
span { border-color: #8821E6; }
span { border-color: rgb(136,33,230); }
td.TdClassName
{
border-color: #8821E6;
}
.TagClassName
{
border-color: #8821E6;
}
</style>