Shades of Blue Violet #881ADE
Tints of Blue Violet #881ADE
RGB
CMYK
RGB Variations
Color information
#881ADE (or 0x881ADE) is known color: Blue Violet. HEX triplet: 88, 1A and DE. RGB value is (136,26,222). Sum of RGB (Red+Green+Blue) = 136+26+222=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #881ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ADE is #77E521. Grayscale: #505050. Windows color (decimal): -7857442 or 14555784. OLE color: 14555784.
HSL color Cylindrical-coordinate representation of color #881ADE: hue angle of 273.67º degrees, saturation: 0.79, 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 #881ADE is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 26 | 222 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.13 |
| HSL | 273.67º | 0.79% | 0.49% | - |
| HSV(B) | 273.67º | 0.88% | 0.87% | - |
| XYZ | 23.71 | 11.25 | 70.03 | - |
| YUV | 81.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 222 | 0.39 | 0.88 | 0 | 0.13 | 273.67 | 0.79 | 0.49 |
| Hex | 88 | 1A | DE | 27 | 58 | 0 | D | 112 | 4F | 31 |
| Octal | 210 | 32 | 336 | 47 | 130 | 0 | 15 | 422 | 117 | 61 |
| Binary | 10001000 | 11010 | 11011110 | 100111 | 1011000 | 0 | 1101 | 100010010 | 1001111 | 110001 |
Color Harmonies of #881ADE
Complementary color
Monochromatic Colors of #881ADE
Black with #881ADE
Text Example
Text Example
White with #881ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881ADE; }
p { color: rgb(136,26,222); }
H1.HeaderClassName
{
color: #881ADE;
}
.AnyTagClassName
{
color: #881ADE;
}
</style>
background-color css
<style>
a { background-color: #881ADE; }
a { background-color: rgb(136,26,222); }
div.DivClassName
{
background-color: #881ADE;
}
.BgClassName
{
background-color: #881ADE;
}
</style>
border-color css
<style>
span { border-color: #881ADE; }
span { border-color: rgb(136,26,222); }
td.TdClassName
{
border-color: #881ADE;
}
.TagClassName
{
border-color: #881ADE;
}
</style>