Shades of Blue Violet #8822EA
Tints of Blue Violet #8822EA
RGB
CMYK
RGB Variations
Color information
#8822EA (or 0x8822EA) is known color: Blue Violet. HEX triplet: 88, 22 and EA. RGB value is (136,34,234). Sum of RGB (Red+Green+Blue) = 136+34+234=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #8822EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8822EA is #77DD15. Grayscale: #565656. Windows color (decimal): -7855382 or 15344264. OLE color: 15344264.
HSL color Cylindrical-coordinate representation of color #8822EA: hue angle of 270.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8822EA is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 34 | 234 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.08 |
| HSL | 270.6º | 0.83% | 0.53% | - |
| HSV(B) | 270.6º | 0.85% | 0.92% | - |
| XYZ | 25.58 | 12.32 | 78.87 | - |
| YUV | 87.3 | 210.79 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 234 | 0.42 | 0.85 | 0 | 0.08 | 270.6 | 0.83 | 0.53 |
| Hex | 88 | 22 | EA | 2A | 55 | 0 | 8 | 10F | 53 | 35 |
| Octal | 210 | 42 | 352 | 52 | 125 | 0 | 10 | 417 | 123 | 65 |
| Binary | 10001000 | 100010 | 11101010 | 101010 | 1010101 | 0 | 1000 | 100001111 | 1010011 | 110101 |
Color Harmonies of #8822EA
Complementary color
Monochromatic Colors of #8822EA
Black with #8822EA
Text Example
Text Example
White with #8822EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8822EA; }
p { color: rgb(136,34,234); }
H1.HeaderClassName
{
color: #8822EA;
}
.AnyTagClassName
{
color: #8822EA;
}
</style>
background-color css
<style>
a { background-color: #8822EA; }
a { background-color: rgb(136,34,234); }
div.DivClassName
{
background-color: #8822EA;
}
.BgClassName
{
background-color: #8822EA;
}
</style>
border-color css
<style>
span { border-color: #8822EA; }
span { border-color: rgb(136,34,234); }
td.TdClassName
{
border-color: #8822EA;
}
.TagClassName
{
border-color: #8822EA;
}
</style>