Shades of Blue Violet #8821EF
Tints of Blue Violet #8821EF
RGB
CMYK
RGB Variations
Color information
#8821EF (or 0x8821EF) is known color: Blue Violet. HEX triplet: 88, 21 and EF. RGB value is (136,33,239). Sum of RGB (Red+Green+Blue) = 136+33+239=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #8821EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8821EF is #77DE10. Grayscale: #565656. Windows color (decimal): -7855633 or 15671688. OLE color: 15671688.
HSL color Cylindrical-coordinate representation of color #8821EF: hue angle of 270º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8821EF is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 33 | 239 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.06 |
| HSL | 270º | 0.87% | 0.53% | - |
| HSV(B) | 270º | 0.86% | 0.94% | - |
| XYZ | 26.28 | 12.55 | 82.7 | - |
| YUV | 87.28 | 213.62 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 239 | 0.43 | 0.86 | 0 | 0.06 | 270 | 0.87 | 0.53 |
| Hex | 88 | 21 | EF | 2B | 56 | 0 | 6 | 10E | 57 | 35 |
| Octal | 210 | 41 | 357 | 53 | 126 | 0 | 6 | 416 | 127 | 65 |
| Binary | 10001000 | 100001 | 11101111 | 101011 | 1010110 | 0 | 110 | 100001110 | 1010111 | 110101 |
Color Harmonies of #8821EF
Complementary color
Monochromatic Colors of #8821EF
Black with #8821EF
Text Example
Text Example
White with #8821EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8821EF; }
p { color: rgb(136,33,239); }
H1.HeaderClassName
{
color: #8821EF;
}
.AnyTagClassName
{
color: #8821EF;
}
</style>
background-color css
<style>
a { background-color: #8821EF; }
a { background-color: rgb(136,33,239); }
div.DivClassName
{
background-color: #8821EF;
}
.BgClassName
{
background-color: #8821EF;
}
</style>
border-color css
<style>
span { border-color: #8821EF; }
span { border-color: rgb(136,33,239); }
td.TdClassName
{
border-color: #8821EF;
}
.TagClassName
{
border-color: #8821EF;
}
</style>