Shades of Blue Violet #881BDA
Tints of Blue Violet #881BDA
RGB
CMYK
RGB Variations
Color information
#881BDA (or 0x881BDA) is known color: Blue Violet. HEX triplet: 88, 1B and DA. RGB value is (136,27,218). Sum of RGB (Red+Green+Blue) = 136+27+218=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #881BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BDA is #77E425. Grayscale: #505050. Windows color (decimal): -7857190 or 14293896. OLE color: 14293896.
HSL color Cylindrical-coordinate representation of color #881BDA: hue angle of 274.24º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881BDA is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 27 | 218 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.15 |
| HSL | 274.24º | 0.78% | 0.48% | - |
| HSV(B) | 274.24º | 0.88% | 0.85% | - |
| XYZ | 23.2 | 11.08 | 67.25 | - |
| YUV | 81.37 | 205.11 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 218 | 0.38 | 0.88 | 0 | 0.15 | 274.24 | 0.78 | 0.48 |
| Hex | 88 | 1B | DA | 26 | 58 | 0 | F | 112 | 4E | 30 |
| Octal | 210 | 33 | 332 | 46 | 130 | 0 | 17 | 422 | 116 | 60 |
| Binary | 10001000 | 11011 | 11011010 | 100110 | 1011000 | 0 | 1111 | 100010010 | 1001110 | 110000 |
Color Harmonies of #881BDA
Complementary color
Monochromatic Colors of #881BDA
Black with #881BDA
Text Example
Text Example
White with #881BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881BDA; }
p { color: rgb(136,27,218); }
H1.HeaderClassName
{
color: #881BDA;
}
.AnyTagClassName
{
color: #881BDA;
}
</style>
background-color css
<style>
a { background-color: #881BDA; }
a { background-color: rgb(136,27,218); }
div.DivClassName
{
background-color: #881BDA;
}
.BgClassName
{
background-color: #881BDA;
}
</style>
border-color css
<style>
span { border-color: #881BDA; }
span { border-color: rgb(136,27,218); }
td.TdClassName
{
border-color: #881BDA;
}
.TagClassName
{
border-color: #881BDA;
}
</style>