Shades of Blue Violet #8821F1
Tints of Blue Violet #8821F1
RGB
CMYK
RGB Variations
Color information
#8821F1 (or 0x8821F1) is known color: Blue Violet. HEX triplet: 88, 21 and F1. RGB value is (136,33,241). Sum of RGB (Red+Green+Blue) = 136+33+241=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #8821F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8821F1 is #77DE0E. Grayscale: #565656. Windows color (decimal): -7855631 or 15802760. OLE color: 15802760.
HSL color Cylindrical-coordinate representation of color #8821F1: hue angle of 269.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8821F1 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 33 | 241 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.05 |
| HSL | 269.71º | 0.88% | 0.54% | - |
| HSV(B) | 269.71º | 0.86% | 0.95% | - |
| XYZ | 26.57 | 12.67 | 84.26 | - |
| YUV | 87.51 | 214.62 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 241 | 0.44 | 0.86 | 0 | 0.05 | 269.71 | 0.88 | 0.54 |
| Hex | 88 | 21 | F1 | 2C | 56 | 0 | 5 | 10E | 58 | 36 |
| Octal | 210 | 41 | 361 | 54 | 126 | 0 | 5 | 416 | 130 | 66 |
| Binary | 10001000 | 100001 | 11110001 | 101100 | 1010110 | 0 | 101 | 100001110 | 1011000 | 110110 |
Color Harmonies of #8821F1
Complementary color
Monochromatic Colors of #8821F1
Black with #8821F1
Text Example
Text Example
White with #8821F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8821F1; }
p { color: rgb(136,33,241); }
H1.HeaderClassName
{
color: #8821F1;
}
.AnyTagClassName
{
color: #8821F1;
}
</style>
background-color css
<style>
a { background-color: #8821F1; }
a { background-color: rgb(136,33,241); }
div.DivClassName
{
background-color: #8821F1;
}
.BgClassName
{
background-color: #8821F1;
}
</style>
border-color css
<style>
span { border-color: #8821F1; }
span { border-color: rgb(136,33,241); }
td.TdClassName
{
border-color: #8821F1;
}
.TagClassName
{
border-color: #8821F1;
}
</style>