Shades of Blue Violet #882CE9
Tints of Blue Violet #882CE9
RGB
CMYK
RGB Variations
Color information
#882CE9 (or 0x882CE9) is known color: Blue Violet. HEX triplet: 88, 2C and E9. RGB value is (136,44,233). Sum of RGB (Red+Green+Blue) = 136+44+233=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #882CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CE9 is #77D316. Grayscale: #5C5C5C. Windows color (decimal): -7852823 or 15281288. OLE color: 15281288.
HSL color Cylindrical-coordinate representation of color #882CE9: hue angle of 269.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882CE9 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 44 | 233 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.09 |
| HSL | 269.21º | 0.81% | 0.54% | - |
| HSV(B) | 269.21º | 0.81% | 0.91% | - |
| XYZ | 25.76 | 12.92 | 78.23 | - |
| YUV | 93.05 | 206.98 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 233 | 0.42 | 0.81 | 0 | 0.09 | 269.21 | 0.81 | 0.54 |
| Hex | 88 | 2C | E9 | 2A | 51 | 0 | 9 | 10D | 51 | 36 |
| Octal | 210 | 54 | 351 | 52 | 121 | 0 | 11 | 415 | 121 | 66 |
| Binary | 10001000 | 101100 | 11101001 | 101010 | 1010001 | 0 | 1001 | 100001101 | 1010001 | 110110 |
Color Harmonies of #882CE9
Complementary color
Monochromatic Colors of #882CE9
Black with #882CE9
Text Example
Text Example
White with #882CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CE9; }
p { color: rgb(136,44,233); }
H1.HeaderClassName
{
color: #882CE9;
}
.AnyTagClassName
{
color: #882CE9;
}
</style>
background-color css
<style>
a { background-color: #882CE9; }
a { background-color: rgb(136,44,233); }
div.DivClassName
{
background-color: #882CE9;
}
.BgClassName
{
background-color: #882CE9;
}
</style>
border-color css
<style>
span { border-color: #882CE9; }
span { border-color: rgb(136,44,233); }
td.TdClassName
{
border-color: #882CE9;
}
.TagClassName
{
border-color: #882CE9;
}
</style>