Shades of Blue Violet #881EEC
Tints of Blue Violet #881EEC
RGB
CMYK
RGB Variations
Color information
#881EEC (or 0x881EEC) is known color: Blue Violet. HEX triplet: 88, 1E and EC. RGB value is (136,30,236). Sum of RGB (Red+Green+Blue) = 136+30+236=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #881EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881EEC is #77E113. Grayscale: #545454. Windows color (decimal): -7856404 or 15474312. OLE color: 15474312.
HSL color Cylindrical-coordinate representation of color #881EEC: hue angle of 270.87º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881EEC is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 30 | 236 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.07 |
| HSL | 270.87º | 0.84% | 0.52% | - |
| HSV(B) | 270.87º | 0.87% | 0.93% | - |
| XYZ | 25.76 | 12.22 | 80.36 | - |
| YUV | 85.18 | 213.12 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 236 | 0.42 | 0.87 | 0 | 0.07 | 270.87 | 0.84 | 0.52 |
| Hex | 88 | 1E | EC | 2A | 57 | 0 | 7 | 10F | 54 | 34 |
| Octal | 210 | 36 | 354 | 52 | 127 | 0 | 7 | 417 | 124 | 64 |
| Binary | 10001000 | 11110 | 11101100 | 101010 | 1010111 | 0 | 111 | 100001111 | 1010100 | 110100 |
Color Harmonies of #881EEC
Complementary color
Monochromatic Colors of #881EEC
Black with #881EEC
Text Example
Text Example
White with #881EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EEC; }
p { color: rgb(136,30,236); }
H1.HeaderClassName
{
color: #881EEC;
}
.AnyTagClassName
{
color: #881EEC;
}
</style>
background-color css
<style>
a { background-color: #881EEC; }
a { background-color: rgb(136,30,236); }
div.DivClassName
{
background-color: #881EEC;
}
.BgClassName
{
background-color: #881EEC;
}
</style>
border-color css
<style>
span { border-color: #881EEC; }
span { border-color: rgb(136,30,236); }
td.TdClassName
{
border-color: #881EEC;
}
.TagClassName
{
border-color: #881EEC;
}
</style>