Shades of Vivid Violet #881AAA
Tints of Vivid Violet #881AAA
RGB
CMYK
RGB Variations
Color information
#881AAA (or 0x881AAA) is known color: Vivid Violet. HEX triplet: 88, 1A and AA. RGB value is (136,26,170). Sum of RGB (Red+Green+Blue) = 136+26+170=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #881AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881AAA is #77E555. Grayscale: #4A4A4A. Windows color (decimal): -7857494 or 11147912. OLE color: 11147912.
HSL color Cylindrical-coordinate representation of color #881AAA: hue angle of 285.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881AAA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 26 | 170 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.33 |
| HSL | 285.83º | 0.73% | 0.38% | - |
| HSV(B) | 285.83º | 0.85% | 0.67% | - |
| XYZ | 17.78 | 8.88 | 38.81 | - |
| YUV | 75.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 170 | 0.20 | 0.85 | 0 | 0.33 | 285.83 | 0.73 | 0.38 |
| Hex | 88 | 1A | AA | 14 | 55 | 0 | 21 | 11E | 49 | 26 |
| Octal | 210 | 32 | 252 | 24 | 125 | 0 | 41 | 436 | 111 | 46 |
| Binary | 10001000 | 11010 | 10101010 | 10100 | 1010101 | 0 | 100001 | 100011110 | 1001001 | 100110 |
Color Harmonies of #881AAA
Complementary color
Monochromatic Colors of #881AAA
Black with #881AAA
Text Example
Text Example
White with #881AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881AAA; }
p { color: rgb(136,26,170); }
H1.HeaderClassName
{
color: #881AAA;
}
.AnyTagClassName
{
color: #881AAA;
}
</style>
background-color css
<style>
a { background-color: #881AAA; }
a { background-color: rgb(136,26,170); }
div.DivClassName
{
background-color: #881AAA;
}
.BgClassName
{
background-color: #881AAA;
}
</style>
border-color css
<style>
span { border-color: #881AAA; }
span { border-color: rgb(136,26,170); }
td.TdClassName
{
border-color: #881AAA;
}
.TagClassName
{
border-color: #881AAA;
}
</style>