Shades of Blue Violet #881DEC
Tints of Blue Violet #881DEC
RGB
CMYK
RGB Variations
Color information
#881DEC (or 0x881DEC) is known color: Blue Violet. HEX triplet: 88, 1D and EC. RGB value is (136,29,236). Sum of RGB (Red+Green+Blue) = 136+29+236=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #881DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881DEC is #77E213. Grayscale: #535353. Windows color (decimal): -7856660 or 15474056. OLE color: 15474056.
HSL color Cylindrical-coordinate representation of color #881DEC: hue angle of 271.01º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881DEC is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 29 | 236 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.07 |
| HSL | 271.01º | 0.84% | 0.52% | - |
| HSV(B) | 271.01º | 0.88% | 0.93% | - |
| XYZ | 25.73 | 12.17 | 80.35 | - |
| YUV | 84.59 | 213.45 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 236 | 0.42 | 0.88 | 0 | 0.07 | 271.01 | 0.84 | 0.52 |
| Hex | 88 | 1D | EC | 2A | 58 | 0 | 7 | 10F | 54 | 34 |
| Octal | 210 | 35 | 354 | 52 | 130 | 0 | 7 | 417 | 124 | 64 |
| Binary | 10001000 | 11101 | 11101100 | 101010 | 1011000 | 0 | 111 | 100001111 | 1010100 | 110100 |
Color Harmonies of #881DEC
Complementary color
Monochromatic Colors of #881DEC
Black with #881DEC
Text Example
Text Example
White with #881DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DEC; }
p { color: rgb(136,29,236); }
H1.HeaderClassName
{
color: #881DEC;
}
.AnyTagClassName
{
color: #881DEC;
}
</style>
background-color css
<style>
a { background-color: #881DEC; }
a { background-color: rgb(136,29,236); }
div.DivClassName
{
background-color: #881DEC;
}
.BgClassName
{
background-color: #881DEC;
}
</style>
border-color css
<style>
span { border-color: #881DEC; }
span { border-color: rgb(136,29,236); }
td.TdClassName
{
border-color: #881DEC;
}
.TagClassName
{
border-color: #881DEC;
}
</style>