Shades of Blue Violet #8821F4
Tints of Blue Violet #8821F4
RGB
CMYK
RGB Variations
Color information
#8821F4 (or 0x8821F4) is known color: Blue Violet. HEX triplet: 88, 21 and F4. RGB value is (136,33,244). Sum of RGB (Red+Green+Blue) = 136+33+244=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 244 (95.70% from 255 or 59.08% from 413); Max value from RGB is 244 - color contains mainly: blue. Hex color #8821F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8821F4 is #77DE0B. Grayscale: #575757. Windows color (decimal): -7855628 or 15999368. OLE color: 15999368.
HSL color Cylindrical-coordinate representation of color #8821F4: hue angle of 269.29º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8821F4 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 33 | 244 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.04 |
| HSL | 269.29º | 0.91% | 0.54% | - |
| HSV(B) | 269.29º | 0.86% | 0.96% | - |
| XYZ | 27.03 | 12.85 | 86.64 | - |
| YUV | 87.85 | 216.12 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 244 | 0.44 | 0.86 | 0 | 0.04 | 269.29 | 0.91 | 0.54 |
| Hex | 88 | 21 | F4 | 2C | 56 | 0 | 4 | 10D | 5B | 36 |
| Octal | 210 | 41 | 364 | 54 | 126 | 0 | 4 | 415 | 133 | 66 |
| Binary | 10001000 | 100001 | 11110100 | 101100 | 1010110 | 0 | 100 | 100001101 | 1011011 | 110110 |
Color Harmonies of #8821F4
Complementary color
Monochromatic Colors of #8821F4
Black with #8821F4
Text Example
Text Example
White with #8821F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8821F4; }
p { color: rgb(136,33,244); }
H1.HeaderClassName
{
color: #8821F4;
}
.AnyTagClassName
{
color: #8821F4;
}
</style>
background-color css
<style>
a { background-color: #8821F4; }
a { background-color: rgb(136,33,244); }
div.DivClassName
{
background-color: #8821F4;
}
.BgClassName
{
background-color: #8821F4;
}
</style>
border-color css
<style>
span { border-color: #8821F4; }
span { border-color: rgb(136,33,244); }
td.TdClassName
{
border-color: #8821F4;
}
.TagClassName
{
border-color: #8821F4;
}
</style>