Shades of Blue Violet #882EEB
Tints of Blue Violet #882EEB
RGB
CMYK
RGB Variations
Color information
#882EEB (or 0x882EEB) is known color: Blue Violet. HEX triplet: 88, 2E and EB. RGB value is (136,46,235). Sum of RGB (Red+Green+Blue) = 136+46+235=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #882EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EEB is #77D114. Grayscale: #5D5D5D. Windows color (decimal): -7852309 or 15412872. OLE color: 15412872.
HSL color Cylindrical-coordinate representation of color #882EEB: hue angle of 268.57º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882EEB is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 46 | 235 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.08 |
| HSL | 268.57º | 0.83% | 0.55% | - |
| HSV(B) | 268.57º | 0.8% | 0.92% | - |
| XYZ | 26.13 | 13.19 | 79.77 | - |
| YUV | 94.46 | 207.32 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 235 | 0.42 | 0.80 | 0 | 0.08 | 268.57 | 0.83 | 0.55 |
| Hex | 88 | 2E | EB | 2A | 50 | 0 | 8 | 10D | 53 | 37 |
| Octal | 210 | 56 | 353 | 52 | 120 | 0 | 10 | 415 | 123 | 67 |
| Binary | 10001000 | 101110 | 11101011 | 101010 | 1010000 | 0 | 1000 | 100001101 | 1010011 | 110111 |
Color Harmonies of #882EEB
Complementary color
Monochromatic Colors of #882EEB
Black with #882EEB
Text Example
Text Example
White with #882EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EEB; }
p { color: rgb(136,46,235); }
H1.HeaderClassName
{
color: #882EEB;
}
.AnyTagClassName
{
color: #882EEB;
}
</style>
background-color css
<style>
a { background-color: #882EEB; }
a { background-color: rgb(136,46,235); }
div.DivClassName
{
background-color: #882EEB;
}
.BgClassName
{
background-color: #882EEB;
}
</style>
border-color css
<style>
span { border-color: #882EEB; }
span { border-color: rgb(136,46,235); }
td.TdClassName
{
border-color: #882EEB;
}
.TagClassName
{
border-color: #882EEB;
}
</style>