Shades of Blue Violet #882CE0
Tints of Blue Violet #882CE0
RGB
CMYK
RGB Variations
Color information
#882CE0 (or 0x882CE0) is known color: Blue Violet. HEX triplet: 88, 2C and E0. RGB value is (136,44,224). Sum of RGB (Red+Green+Blue) = 136+44+224=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #882CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CE0 is #77D31F. Grayscale: #5B5B5B. Windows color (decimal): -7852832 or 14691464. OLE color: 14691464.
HSL color Cylindrical-coordinate representation of color #882CE0: hue angle of 270.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882CE0 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 44 | 224 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.12 |
| HSL | 270.67º | 0.74% | 0.53% | - |
| HSV(B) | 270.67º | 0.8% | 0.88% | - |
| XYZ | 24.51 | 12.42 | 71.63 | - |
| YUV | 92.03 | 202.48 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 224 | 0.39 | 0.80 | 0 | 0.12 | 270.67 | 0.74 | 0.53 |
| Hex | 88 | 2C | E0 | 27 | 50 | 0 | C | 10F | 4A | 35 |
| Octal | 210 | 54 | 340 | 47 | 120 | 0 | 14 | 417 | 112 | 65 |
| Binary | 10001000 | 101100 | 11100000 | 100111 | 1010000 | 0 | 1100 | 100001111 | 1001010 | 110101 |
Color Harmonies of #882CE0
Complementary color
Monochromatic Colors of #882CE0
Black with #882CE0
Text Example
Text Example
White with #882CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CE0; }
p { color: rgb(136,44,224); }
H1.HeaderClassName
{
color: #882CE0;
}
.AnyTagClassName
{
color: #882CE0;
}
</style>
background-color css
<style>
a { background-color: #882CE0; }
a { background-color: rgb(136,44,224); }
div.DivClassName
{
background-color: #882CE0;
}
.BgClassName
{
background-color: #882CE0;
}
</style>
border-color css
<style>
span { border-color: #882CE0; }
span { border-color: rgb(136,44,224); }
td.TdClassName
{
border-color: #882CE0;
}
.TagClassName
{
border-color: #882CE0;
}
</style>