Shades of Vivid Violet #881DAC
Tints of Vivid Violet #881DAC
RGB
CMYK
RGB Variations
Color information
#881DAC (or 0x881DAC) is known color: Vivid Violet. HEX triplet: 88, 1D and AC. RGB value is (136,29,172). Sum of RGB (Red+Green+Blue) = 136+29+172=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #881DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DAC is #77E253. Grayscale: #4C4C4C. Windows color (decimal): -7856724 or 11279752. OLE color: 11279752.
HSL color Cylindrical-coordinate representation of color #881DAC: hue angle of 284.9º 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 #881DAC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 29 | 172 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.33 |
| HSL | 284.9º | 0.71% | 0.39% | - |
| HSV(B) | 284.9º | 0.83% | 0.67% | - |
| XYZ | 18.04 | 9.09 | 39.83 | - |
| YUV | 77.3 | 181.45 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 172 | 0.21 | 0.83 | 0 | 0.33 | 284.9 | 0.71 | 0.39 |
| Hex | 88 | 1D | AC | 15 | 53 | 0 | 21 | 11D | 47 | 27 |
| Octal | 210 | 35 | 254 | 25 | 123 | 0 | 41 | 435 | 107 | 47 |
| Binary | 10001000 | 11101 | 10101100 | 10101 | 1010011 | 0 | 100001 | 100011101 | 1000111 | 100111 |
Color Harmonies of #881DAC
Complementary color
Monochromatic Colors of #881DAC
Black with #881DAC
Text Example
Text Example
White with #881DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DAC; }
p { color: rgb(136,29,172); }
H1.HeaderClassName
{
color: #881DAC;
}
.AnyTagClassName
{
color: #881DAC;
}
</style>
background-color css
<style>
a { background-color: #881DAC; }
a { background-color: rgb(136,29,172); }
div.DivClassName
{
background-color: #881DAC;
}
.BgClassName
{
background-color: #881DAC;
}
</style>
border-color css
<style>
span { border-color: #881DAC; }
span { border-color: rgb(136,29,172); }
td.TdClassName
{
border-color: #881DAC;
}
.TagClassName
{
border-color: #881DAC;
}
</style>