Shades of Blue Violet #882BEB
Tints of Blue Violet #882BEB
RGB
CMYK
RGB Variations
Color information
#882BEB (or 0x882BEB) is known color: Blue Violet. HEX triplet: 88, 2B and EB. RGB value is (136,43,235). Sum of RGB (Red+Green+Blue) = 136+43+235=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #882BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BEB is #77D414. Grayscale: #5C5C5C. Windows color (decimal): -7853077 or 15412104. OLE color: 15412104.
HSL color Cylindrical-coordinate representation of color #882BEB: hue angle of 269.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882BEB is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 43 | 235 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.08 |
| HSL | 269.06º | 0.83% | 0.55% | - |
| HSV(B) | 269.06º | 0.82% | 0.92% | - |
| XYZ | 26.01 | 12.96 | 79.73 | - |
| YUV | 92.7 | 208.31 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 235 | 0.42 | 0.82 | 0 | 0.08 | 269.06 | 0.83 | 0.55 |
| Hex | 88 | 2B | EB | 2A | 52 | 0 | 8 | 10D | 53 | 37 |
| Octal | 210 | 53 | 353 | 52 | 122 | 0 | 10 | 415 | 123 | 67 |
| Binary | 10001000 | 101011 | 11101011 | 101010 | 1010010 | 0 | 1000 | 100001101 | 1010011 | 110111 |
Color Harmonies of #882BEB
Complementary color
Monochromatic Colors of #882BEB
Black with #882BEB
Text Example
Text Example
White with #882BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BEB; }
p { color: rgb(136,43,235); }
H1.HeaderClassName
{
color: #882BEB;
}
.AnyTagClassName
{
color: #882BEB;
}
</style>
background-color css
<style>
a { background-color: #882BEB; }
a { background-color: rgb(136,43,235); }
div.DivClassName
{
background-color: #882BEB;
}
.BgClassName
{
background-color: #882BEB;
}
</style>
border-color css
<style>
span { border-color: #882BEB; }
span { border-color: rgb(136,43,235); }
td.TdClassName
{
border-color: #882BEB;
}
.TagClassName
{
border-color: #882BEB;
}
</style>