Shades of Blue Violet #881BDD
Tints of Blue Violet #881BDD
RGB
CMYK
RGB Variations
Color information
#881BDD (or 0x881BDD) is known color: Blue Violet. HEX triplet: 88, 1B and DD. RGB value is (136,27,221). Sum of RGB (Red+Green+Blue) = 136+27+221=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #881BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BDD is #77E422. Grayscale: #515151. Windows color (decimal): -7857187 or 14490504. OLE color: 14490504.
HSL color Cylindrical-coordinate representation of color #881BDD: hue angle of 273.71º 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 #881BDD is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 27 | 221 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.13 |
| HSL | 273.71º | 0.78% | 0.49% | - |
| HSV(B) | 273.71º | 0.88% | 0.87% | - |
| XYZ | 23.6 | 11.24 | 69.33 | - |
| YUV | 81.71 | 206.61 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 221 | 0.38 | 0.88 | 0 | 0.13 | 273.71 | 0.78 | 0.49 |
| Hex | 88 | 1B | DD | 26 | 58 | 0 | D | 112 | 4E | 31 |
| Octal | 210 | 33 | 335 | 46 | 130 | 0 | 15 | 422 | 116 | 61 |
| Binary | 10001000 | 11011 | 11011101 | 100110 | 1011000 | 0 | 1101 | 100010010 | 1001110 | 110001 |
Color Harmonies of #881BDD
Complementary color
Monochromatic Colors of #881BDD
Black with #881BDD
Text Example
Text Example
White with #881BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881BDD; }
p { color: rgb(136,27,221); }
H1.HeaderClassName
{
color: #881BDD;
}
.AnyTagClassName
{
color: #881BDD;
}
</style>
background-color css
<style>
a { background-color: #881BDD; }
a { background-color: rgb(136,27,221); }
div.DivClassName
{
background-color: #881BDD;
}
.BgClassName
{
background-color: #881BDD;
}
</style>
border-color css
<style>
span { border-color: #881BDD; }
span { border-color: rgb(136,27,221); }
td.TdClassName
{
border-color: #881BDD;
}
.TagClassName
{
border-color: #881BDD;
}
</style>