Shades of Vivid Violet #881DAB
Tints of Vivid Violet #881DAB
RGB
CMYK
RGB Variations
Color information
#881DAB (or 0x881DAB) is known color: Vivid Violet. HEX triplet: 88, 1D and AB. RGB value is (136,29,171). Sum of RGB (Red+Green+Blue) = 136+29+171=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #881DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DAB is #77E254. Grayscale: #4C4C4C. Windows color (decimal): -7856725 or 11214216. OLE color: 11214216.
HSL color Cylindrical-coordinate representation of color #881DAB: hue angle of 285.21º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881DAB is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 29 | 171 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.33 |
| HSL | 285.21º | 0.71% | 0.39% | - |
| HSV(B) | 285.21º | 0.83% | 0.67% | - |
| XYZ | 17.94 | 9.05 | 39.33 | - |
| YUV | 77.18 | 180.95 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 171 | 0.20 | 0.83 | 0 | 0.33 | 285.21 | 0.71 | 0.39 |
| Hex | 88 | 1D | AB | 14 | 53 | 0 | 21 | 11D | 47 | 27 |
| Octal | 210 | 35 | 253 | 24 | 123 | 0 | 41 | 435 | 107 | 47 |
| Binary | 10001000 | 11101 | 10101011 | 10100 | 1010011 | 0 | 100001 | 100011101 | 1000111 | 100111 |
Color Harmonies of #881DAB
Complementary color
Monochromatic Colors of #881DAB
Black with #881DAB
Text Example
Text Example
White with #881DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DAB; }
p { color: rgb(136,29,171); }
H1.HeaderClassName
{
color: #881DAB;
}
.AnyTagClassName
{
color: #881DAB;
}
</style>
background-color css
<style>
a { background-color: #881DAB; }
a { background-color: rgb(136,29,171); }
div.DivClassName
{
background-color: #881DAB;
}
.BgClassName
{
background-color: #881DAB;
}
</style>
border-color css
<style>
span { border-color: #881DAB; }
span { border-color: rgb(136,29,171); }
td.TdClassName
{
border-color: #881DAB;
}
.TagClassName
{
border-color: #881DAB;
}
</style>