Shades of Blue Violet #881BDE
Tints of Blue Violet #881BDE
RGB
CMYK
RGB Variations
Color information
#881BDE (or 0x881BDE) is known color: Blue Violet. HEX triplet: 88, 1B and DE. RGB value is (136,27,222). Sum of RGB (Red+Green+Blue) = 136+27+222=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #881BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BDE is #77E421. Grayscale: #515151. Windows color (decimal): -7857186 or 14556040. OLE color: 14556040.
HSL color Cylindrical-coordinate representation of color #881BDE: hue angle of 273.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881BDE is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 27 | 222 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.13 |
| HSL | 273.54º | 0.78% | 0.49% | - |
| HSV(B) | 273.54º | 0.88% | 0.87% | - |
| XYZ | 23.73 | 11.29 | 70.04 | - |
| YUV | 81.82 | 207.11 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 222 | 0.39 | 0.88 | 0 | 0.13 | 273.54 | 0.78 | 0.49 |
| Hex | 88 | 1B | DE | 27 | 58 | 0 | D | 112 | 4E | 31 |
| Octal | 210 | 33 | 336 | 47 | 130 | 0 | 15 | 422 | 116 | 61 |
| Binary | 10001000 | 11011 | 11011110 | 100111 | 1011000 | 0 | 1101 | 100010010 | 1001110 | 110001 |
Color Harmonies of #881BDE
Complementary color
Monochromatic Colors of #881BDE
Black with #881BDE
Text Example
Text Example
White with #881BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881BDE; }
p { color: rgb(136,27,222); }
H1.HeaderClassName
{
color: #881BDE;
}
.AnyTagClassName
{
color: #881BDE;
}
</style>
background-color css
<style>
a { background-color: #881BDE; }
a { background-color: rgb(136,27,222); }
div.DivClassName
{
background-color: #881BDE;
}
.BgClassName
{
background-color: #881BDE;
}
</style>
border-color css
<style>
span { border-color: #881BDE; }
span { border-color: rgb(136,27,222); }
td.TdClassName
{
border-color: #881BDE;
}
.TagClassName
{
border-color: #881BDE;
}
</style>