Shades of Blue Violet #882BE0
Tints of Blue Violet #882BE0
RGB
CMYK
RGB Variations
Color information
#882BE0 (or 0x882BE0) is known color: Blue Violet. HEX triplet: 88, 2B and E0. RGB value is (136,43,224). Sum of RGB (Red+Green+Blue) = 136+43+224=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #882BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BE0 is #77D41F. Grayscale: #5A5A5A. Windows color (decimal): -7853088 or 14691208. OLE color: 14691208.
HSL color Cylindrical-coordinate representation of color #882BE0: hue angle of 270.83º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882BE0 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 43 | 224 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.12 |
| HSL | 270.83º | 0.74% | 0.52% | - |
| HSV(B) | 270.83º | 0.81% | 0.88% | - |
| XYZ | 24.47 | 12.34 | 71.61 | - |
| YUV | 91.44 | 202.81 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 224 | 0.39 | 0.81 | 0 | 0.12 | 270.83 | 0.74 | 0.52 |
| Hex | 88 | 2B | E0 | 27 | 51 | 0 | C | 10F | 4A | 34 |
| Octal | 210 | 53 | 340 | 47 | 121 | 0 | 14 | 417 | 112 | 64 |
| Binary | 10001000 | 101011 | 11100000 | 100111 | 1010001 | 0 | 1100 | 100001111 | 1001010 | 110100 |
Color Harmonies of #882BE0
Complementary color
Monochromatic Colors of #882BE0
Black with #882BE0
Text Example
Text Example
White with #882BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BE0; }
p { color: rgb(136,43,224); }
H1.HeaderClassName
{
color: #882BE0;
}
.AnyTagClassName
{
color: #882BE0;
}
</style>
background-color css
<style>
a { background-color: #882BE0; }
a { background-color: rgb(136,43,224); }
div.DivClassName
{
background-color: #882BE0;
}
.BgClassName
{
background-color: #882BE0;
}
</style>
border-color css
<style>
span { border-color: #882BE0; }
span { border-color: rgb(136,43,224); }
td.TdClassName
{
border-color: #882BE0;
}
.TagClassName
{
border-color: #882BE0;
}
</style>