Shades of Blue Violet #882EE3
Tints of Blue Violet #882EE3
RGB
CMYK
RGB Variations
Color information
#882EE3 (or 0x882EE3) is known color: Blue Violet. HEX triplet: 88, 2E and E3. RGB value is (136,46,227). Sum of RGB (Red+Green+Blue) = 136+46+227=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 227 (89.06% from 255 or 55.50% from 409); Max value from RGB is 227 - color contains mainly: blue. Hex color #882EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EE3 is #77D11C. Grayscale: #5C5C5C. Windows color (decimal): -7852317 or 14888584. OLE color: 14888584.
HSL color Cylindrical-coordinate representation of color #882EE3: hue angle of 269.83º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882EE3 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 46 | 227 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.11 |
| HSL | 269.83º | 0.76% | 0.54% | - |
| HSV(B) | 269.83º | 0.8% | 0.89% | - |
| XYZ | 25 | 12.73 | 73.81 | - |
| YUV | 93.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 227 | 0.40 | 0.80 | 0 | 0.11 | 269.83 | 0.76 | 0.54 |
| Hex | 88 | 2E | E3 | 28 | 50 | 0 | B | 10E | 4C | 36 |
| Octal | 210 | 56 | 343 | 50 | 120 | 0 | 13 | 416 | 114 | 66 |
| Binary | 10001000 | 101110 | 11100011 | 101000 | 1010000 | 0 | 1011 | 100001110 | 1001100 | 110110 |
Color Harmonies of #882EE3
Complementary color
Monochromatic Colors of #882EE3
Black with #882EE3
Text Example
Text Example
White with #882EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EE3; }
p { color: rgb(136,46,227); }
H1.HeaderClassName
{
color: #882EE3;
}
.AnyTagClassName
{
color: #882EE3;
}
</style>
background-color css
<style>
a { background-color: #882EE3; }
a { background-color: rgb(136,46,227); }
div.DivClassName
{
background-color: #882EE3;
}
.BgClassName
{
background-color: #882EE3;
}
</style>
border-color css
<style>
span { border-color: #882EE3; }
span { border-color: rgb(136,46,227); }
td.TdClassName
{
border-color: #882EE3;
}
.TagClassName
{
border-color: #882EE3;
}
</style>