Shades of Blue Violet #882EE0
Tints of Blue Violet #882EE0
RGB
CMYK
RGB Variations
Color information
#882EE0 (or 0x882EE0) is known color: Blue Violet. HEX triplet: 88, 2E and E0. RGB value is (136,46,224). Sum of RGB (Red+Green+Blue) = 136+46+224=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #882EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EE0 is #77D11F. Grayscale: #5C5C5C. Windows color (decimal): -7852320 or 14691976. OLE color: 14691976.
HSL color Cylindrical-coordinate representation of color #882EE0: hue angle of 270.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882EE0 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 46 | 224 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.12 |
| HSL | 270.34º | 0.74% | 0.53% | - |
| HSV(B) | 270.34º | 0.79% | 0.88% | - |
| XYZ | 24.58 | 12.57 | 71.65 | - |
| YUV | 93.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 224 | 0.39 | 0.79 | 0 | 0.12 | 270.34 | 0.74 | 0.53 |
| Hex | 88 | 2E | E0 | 27 | 4F | 0 | C | 10E | 4A | 35 |
| Octal | 210 | 56 | 340 | 47 | 117 | 0 | 14 | 416 | 112 | 65 |
| Binary | 10001000 | 101110 | 11100000 | 100111 | 1001111 | 0 | 1100 | 100001110 | 1001010 | 110101 |
Color Harmonies of #882EE0
Complementary color
Monochromatic Colors of #882EE0
Black with #882EE0
Text Example
Text Example
White with #882EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EE0; }
p { color: rgb(136,46,224); }
H1.HeaderClassName
{
color: #882EE0;
}
.AnyTagClassName
{
color: #882EE0;
}
</style>
background-color css
<style>
a { background-color: #882EE0; }
a { background-color: rgb(136,46,224); }
div.DivClassName
{
background-color: #882EE0;
}
.BgClassName
{
background-color: #882EE0;
}
</style>
border-color css
<style>
span { border-color: #882EE0; }
span { border-color: rgb(136,46,224); }
td.TdClassName
{
border-color: #882EE0;
}
.TagClassName
{
border-color: #882EE0;
}
</style>