Shades of Blue Violet #882BEE
Tints of Blue Violet #882BEE
RGB
CMYK
RGB Variations
Color information
#882BEE (or 0x882BEE) is known color: Blue Violet. HEX triplet: 88, 2B and EE. RGB value is (136,43,238). Sum of RGB (Red+Green+Blue) = 136+43+238=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #882BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BEE is #77D411. Grayscale: #5C5C5C. Windows color (decimal): -7853074 or 15608712. OLE color: 15608712.
HSL color Cylindrical-coordinate representation of color #882BEE: hue angle of 268.62º 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 #882BEE is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 43 | 238 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.07 |
| HSL | 268.62º | 0.85% | 0.55% | - |
| HSV(B) | 268.62º | 0.82% | 0.93% | - |
| XYZ | 26.45 | 13.14 | 82.03 | - |
| YUV | 93.04 | 209.81 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 238 | 0.43 | 0.82 | 0 | 0.07 | 268.62 | 0.85 | 0.55 |
| Hex | 88 | 2B | EE | 2B | 52 | 0 | 7 | 10D | 55 | 37 |
| Octal | 210 | 53 | 356 | 53 | 122 | 0 | 7 | 415 | 125 | 67 |
| Binary | 10001000 | 101011 | 11101110 | 101011 | 1010010 | 0 | 111 | 100001101 | 1010101 | 110111 |
Color Harmonies of #882BEE
Complementary color
Monochromatic Colors of #882BEE
Black with #882BEE
Text Example
Text Example
White with #882BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BEE; }
p { color: rgb(136,43,238); }
H1.HeaderClassName
{
color: #882BEE;
}
.AnyTagClassName
{
color: #882BEE;
}
</style>
background-color css
<style>
a { background-color: #882BEE; }
a { background-color: rgb(136,43,238); }
div.DivClassName
{
background-color: #882BEE;
}
.BgClassName
{
background-color: #882BEE;
}
</style>
border-color css
<style>
span { border-color: #882BEE; }
span { border-color: rgb(136,43,238); }
td.TdClassName
{
border-color: #882BEE;
}
.TagClassName
{
border-color: #882BEE;
}
</style>