Shades of Blue Violet #882CEE
Tints of Blue Violet #882CEE
RGB
CMYK
RGB Variations
Color information
#882CEE (or 0x882CEE) is known color: Blue Violet. HEX triplet: 88, 2C and EE. RGB value is (136,44,238). Sum of RGB (Red+Green+Blue) = 136+44+238=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #882CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CEE is #77D311. Grayscale: #5C5C5C. Windows color (decimal): -7852818 or 15608968. OLE color: 15608968.
HSL color Cylindrical-coordinate representation of color #882CEE: hue angle of 268.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882CEE is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 44 | 238 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.07 |
| HSL | 268.45º | 0.85% | 0.55% | - |
| HSV(B) | 268.45º | 0.82% | 0.93% | - |
| XYZ | 26.49 | 13.21 | 82.04 | - |
| YUV | 93.62 | 209.48 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 238 | 0.43 | 0.82 | 0 | 0.07 | 268.45 | 0.85 | 0.55 |
| Hex | 88 | 2C | EE | 2B | 52 | 0 | 7 | 10C | 55 | 37 |
| Octal | 210 | 54 | 356 | 53 | 122 | 0 | 7 | 414 | 125 | 67 |
| Binary | 10001000 | 101100 | 11101110 | 101011 | 1010010 | 0 | 111 | 100001100 | 1010101 | 110111 |
Color Harmonies of #882CEE
Complementary color
Monochromatic Colors of #882CEE
Black with #882CEE
Text Example
Text Example
White with #882CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CEE; }
p { color: rgb(136,44,238); }
H1.HeaderClassName
{
color: #882CEE;
}
.AnyTagClassName
{
color: #882CEE;
}
</style>
background-color css
<style>
a { background-color: #882CEE; }
a { background-color: rgb(136,44,238); }
div.DivClassName
{
background-color: #882CEE;
}
.BgClassName
{
background-color: #882CEE;
}
</style>
border-color css
<style>
span { border-color: #882CEE; }
span { border-color: rgb(136,44,238); }
td.TdClassName
{
border-color: #882CEE;
}
.TagClassName
{
border-color: #882CEE;
}
</style>