Shades of Vivid Violet #882AA0
Tints of Vivid Violet #882AA0
RGB
CMYK
RGB Variations
Color information
#882AA0 (or 0x882AA0) is known color: Vivid Violet. HEX triplet: 88, 2A and A0. RGB value is (136,42,160). Sum of RGB (Red+Green+Blue) = 136+42+160=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #882AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882AA0 is #77D55F. Grayscale: #535353. Windows color (decimal): -7853408 or 10496648. OLE color: 10496648.
HSL color Cylindrical-coordinate representation of color #882AA0: hue angle of 287.8º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882AA0 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 42 | 160 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.37 |
| HSL | 287.8º | 0.58% | 0.4% | - |
| HSV(B) | 287.8º | 0.74% | 0.63% | - |
| XYZ | 17.33 | 9.43 | 34.16 | - |
| YUV | 83.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 160 | 0.15 | 0.74 | 0 | 0.37 | 287.8 | 0.58 | 0.4 |
| Hex | 88 | 2A | A0 | F | 4A | 0 | 25 | 120 | 3A | 28 |
| Octal | 210 | 52 | 240 | 17 | 112 | 0 | 45 | 440 | 72 | 50 |
| Binary | 10001000 | 101010 | 10100000 | 1111 | 1001010 | 0 | 100101 | 100100000 | 111010 | 101000 |
Color Harmonies of #882AA0
Complementary color
Monochromatic Colors of #882AA0
Black with #882AA0
Text Example
Text Example
White with #882AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AA0; }
p { color: rgb(136,42,160); }
H1.HeaderClassName
{
color: #882AA0;
}
.AnyTagClassName
{
color: #882AA0;
}
</style>
background-color css
<style>
a { background-color: #882AA0; }
a { background-color: rgb(136,42,160); }
div.DivClassName
{
background-color: #882AA0;
}
.BgClassName
{
background-color: #882AA0;
}
</style>
border-color css
<style>
span { border-color: #882AA0; }
span { border-color: rgb(136,42,160); }
td.TdClassName
{
border-color: #882AA0;
}
.TagClassName
{
border-color: #882AA0;
}
</style>