Shades of Vivid Violet #881DA1
Tints of Vivid Violet #881DA1
RGB
CMYK
RGB Variations
Color information
#881DA1 (or 0x881DA1) is known color: Vivid Violet. HEX triplet: 88, 1D and A1. RGB value is (136,29,161). Sum of RGB (Red+Green+Blue) = 136+29+161=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #881DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DA1 is #77E25E. Grayscale: #4B4B4B. Windows color (decimal): -7856735 or 10558856. OLE color: 10558856.
HSL color Cylindrical-coordinate representation of color #881DA1: hue angle of 288.64º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881DA1 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 29 | 161 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.37 |
| HSL | 288.64º | 0.69% | 0.37% | - |
| HSV(B) | 288.64º | 0.82% | 0.63% | - |
| XYZ | 17.03 | 8.69 | 34.5 | - |
| YUV | 76.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 161 | 0.16 | 0.82 | 0 | 0.37 | 288.64 | 0.69 | 0.37 |
| Hex | 88 | 1D | A1 | 10 | 52 | 0 | 25 | 121 | 45 | 25 |
| Octal | 210 | 35 | 241 | 20 | 122 | 0 | 45 | 441 | 105 | 45 |
| Binary | 10001000 | 11101 | 10100001 | 10000 | 1010010 | 0 | 100101 | 100100001 | 1000101 | 100101 |
Color Harmonies of #881DA1
Complementary color
Monochromatic Colors of #881DA1
Black with #881DA1
Text Example
Text Example
White with #881DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DA1; }
p { color: rgb(136,29,161); }
H1.HeaderClassName
{
color: #881DA1;
}
.AnyTagClassName
{
color: #881DA1;
}
</style>
background-color css
<style>
a { background-color: #881DA1; }
a { background-color: rgb(136,29,161); }
div.DivClassName
{
background-color: #881DA1;
}
.BgClassName
{
background-color: #881DA1;
}
</style>
border-color css
<style>
span { border-color: #881DA1; }
span { border-color: rgb(136,29,161); }
td.TdClassName
{
border-color: #881DA1;
}
.TagClassName
{
border-color: #881DA1;
}
</style>