Shades of Blue Violet #881EEE
Tints of Blue Violet #881EEE
RGB
CMYK
RGB Variations
Color information
#881EEE (or 0x881EEE) is known color: Blue Violet. HEX triplet: 88, 1E and EE. RGB value is (136,30,238). Sum of RGB (Red+Green+Blue) = 136+30+238=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #881EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881EEE is #77E111. Grayscale: #545454. Windows color (decimal): -7856402 or 15605384. OLE color: 15605384.
HSL color Cylindrical-coordinate representation of color #881EEE: hue angle of 270.58º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881EEE is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 30 | 238 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.07 |
| HSL | 270.58º | 0.86% | 0.53% | - |
| HSV(B) | 270.58º | 0.87% | 0.93% | - |
| XYZ | 26.05 | 12.34 | 81.9 | - |
| YUV | 85.41 | 214.12 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 238 | 0.43 | 0.87 | 0 | 0.07 | 270.58 | 0.86 | 0.53 |
| Hex | 88 | 1E | EE | 2B | 57 | 0 | 7 | 10F | 56 | 35 |
| Octal | 210 | 36 | 356 | 53 | 127 | 0 | 7 | 417 | 126 | 65 |
| Binary | 10001000 | 11110 | 11101110 | 101011 | 1010111 | 0 | 111 | 100001111 | 1010110 | 110101 |
Color Harmonies of #881EEE
Complementary color
Monochromatic Colors of #881EEE
Black with #881EEE
Text Example
Text Example
White with #881EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EEE; }
p { color: rgb(136,30,238); }
H1.HeaderClassName
{
color: #881EEE;
}
.AnyTagClassName
{
color: #881EEE;
}
</style>
background-color css
<style>
a { background-color: #881EEE; }
a { background-color: rgb(136,30,238); }
div.DivClassName
{
background-color: #881EEE;
}
.BgClassName
{
background-color: #881EEE;
}
</style>
border-color css
<style>
span { border-color: #881EEE; }
span { border-color: rgb(136,30,238); }
td.TdClassName
{
border-color: #881EEE;
}
.TagClassName
{
border-color: #881EEE;
}
</style>