Shades of Blue Violet #882EE8
Tints of Blue Violet #882EE8
RGB
CMYK
RGB Variations
Color information
#882EE8 (or 0x882EE8) is known color: Blue Violet. HEX triplet: 88, 2E and E8. RGB value is (136,46,232). Sum of RGB (Red+Green+Blue) = 136+46+232=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #882EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EE8 is #77D117. Grayscale: #5D5D5D. Windows color (decimal): -7852312 or 15216264. OLE color: 15216264.
HSL color Cylindrical-coordinate representation of color #882EE8: hue angle of 269.03º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882EE8 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 46 | 232 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.09 |
| HSL | 269.03º | 0.8% | 0.55% | - |
| HSV(B) | 269.03º | 0.8% | 0.91% | - |
| XYZ | 25.7 | 13.01 | 77.5 | - |
| YUV | 94.11 | 205.82 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 232 | 0.41 | 0.80 | 0 | 0.09 | 269.03 | 0.8 | 0.55 |
| Hex | 88 | 2E | E8 | 29 | 50 | 0 | 9 | 10D | 50 | 37 |
| Octal | 210 | 56 | 350 | 51 | 120 | 0 | 11 | 415 | 120 | 67 |
| Binary | 10001000 | 101110 | 11101000 | 101001 | 1010000 | 0 | 1001 | 100001101 | 1010000 | 110111 |
Color Harmonies of #882EE8
Complementary color
Monochromatic Colors of #882EE8
Black with #882EE8
Text Example
Text Example
White with #882EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EE8; }
p { color: rgb(136,46,232); }
H1.HeaderClassName
{
color: #882EE8;
}
.AnyTagClassName
{
color: #882EE8;
}
</style>
background-color css
<style>
a { background-color: #882EE8; }
a { background-color: rgb(136,46,232); }
div.DivClassName
{
background-color: #882EE8;
}
.BgClassName
{
background-color: #882EE8;
}
</style>
border-color css
<style>
span { border-color: #882EE8; }
span { border-color: rgb(136,46,232); }
td.TdClassName
{
border-color: #882EE8;
}
.TagClassName
{
border-color: #882EE8;
}
</style>