Shades of Vivid Violet #882AAA
Tints of Vivid Violet #882AAA
RGB
CMYK
RGB Variations
Color information
#882AAA (or 0x882AAA) is known color: Vivid Violet. HEX triplet: 88, 2A and AA. RGB value is (136,42,170). Sum of RGB (Red+Green+Blue) = 136+42+170=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #882AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882AAA is #77D555. Grayscale: #545454. Windows color (decimal): -7853398 or 11152008. OLE color: 11152008.
HSL color Cylindrical-coordinate representation of color #882AAA: hue angle of 284.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882AAA is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 42 | 170 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.33 |
| HSL | 284.06º | 0.6% | 0.42% | - |
| HSV(B) | 284.06º | 0.75% | 0.67% | - |
| XYZ | 18.24 | 9.79 | 38.96 | - |
| YUV | 84.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 170 | 0.20 | 0.75 | 0 | 0.33 | 284.06 | 0.6 | 0.42 |
| Hex | 88 | 2A | AA | 14 | 4B | 0 | 21 | 11C | 3C | 2A |
| Octal | 210 | 52 | 252 | 24 | 113 | 0 | 41 | 434 | 74 | 52 |
| Binary | 10001000 | 101010 | 10101010 | 10100 | 1001011 | 0 | 100001 | 100011100 | 111100 | 101010 |
Color Harmonies of #882AAA
Complementary color
Monochromatic Colors of #882AAA
Black with #882AAA
Text Example
Text Example
White with #882AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AAA; }
p { color: rgb(136,42,170); }
H1.HeaderClassName
{
color: #882AAA;
}
.AnyTagClassName
{
color: #882AAA;
}
</style>
background-color css
<style>
a { background-color: #882AAA; }
a { background-color: rgb(136,42,170); }
div.DivClassName
{
background-color: #882AAA;
}
.BgClassName
{
background-color: #882AAA;
}
</style>
border-color css
<style>
span { border-color: #882AAA; }
span { border-color: rgb(136,42,170); }
td.TdClassName
{
border-color: #882AAA;
}
.TagClassName
{
border-color: #882AAA;
}
</style>