Shades of Blue Violet #882BEA
Tints of Blue Violet #882BEA
RGB
CMYK
RGB Variations
Color information
#882BEA (or 0x882BEA) is known color: Blue Violet. HEX triplet: 88, 2B and EA. RGB value is (136,43,234). Sum of RGB (Red+Green+Blue) = 136+43+234=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #882BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BEA is #77D415. Grayscale: #5B5B5B. Windows color (decimal): -7853078 or 15346568. OLE color: 15346568.
HSL color Cylindrical-coordinate representation of color #882BEA: hue angle of 269.21º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882BEA is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 43 | 234 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.08 |
| HSL | 269.21º | 0.82% | 0.54% | - |
| HSV(B) | 269.21º | 0.82% | 0.92% | - |
| XYZ | 25.87 | 12.9 | 78.97 | - |
| YUV | 92.58 | 207.81 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 234 | 0.42 | 0.82 | 0 | 0.08 | 269.21 | 0.82 | 0.54 |
| Hex | 88 | 2B | EA | 2A | 52 | 0 | 8 | 10D | 52 | 36 |
| Octal | 210 | 53 | 352 | 52 | 122 | 0 | 10 | 415 | 122 | 66 |
| Binary | 10001000 | 101011 | 11101010 | 101010 | 1010010 | 0 | 1000 | 100001101 | 1010010 | 110110 |
Color Harmonies of #882BEA
Complementary color
Monochromatic Colors of #882BEA
Black with #882BEA
Text Example
Text Example
White with #882BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BEA; }
p { color: rgb(136,43,234); }
H1.HeaderClassName
{
color: #882BEA;
}
.AnyTagClassName
{
color: #882BEA;
}
</style>
background-color css
<style>
a { background-color: #882BEA; }
a { background-color: rgb(136,43,234); }
div.DivClassName
{
background-color: #882BEA;
}
.BgClassName
{
background-color: #882BEA;
}
</style>
border-color css
<style>
span { border-color: #882BEA; }
span { border-color: rgb(136,43,234); }
td.TdClassName
{
border-color: #882BEA;
}
.TagClassName
{
border-color: #882BEA;
}
</style>