Shades of Vivid Violet #882AAB
Tints of Vivid Violet #882AAB
RGB
CMYK
RGB Variations
Color information
#882AAB (or 0x882AAB) is known color: Vivid Violet. HEX triplet: 88, 2A and AB. RGB value is (136,42,171). Sum of RGB (Red+Green+Blue) = 136+42+171=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #882AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882AAB is #77D554. Grayscale: #545454. Windows color (decimal): -7853397 or 11217544. OLE color: 11217544.
HSL color Cylindrical-coordinate representation of color #882AAB: hue angle of 283.72º degrees, saturation: 0.61, 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 #882AAB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 42 | 171 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.33 |
| HSL | 283.72º | 0.61% | 0.42% | - |
| HSV(B) | 283.72º | 0.75% | 0.67% | - |
| XYZ | 18.33 | 9.83 | 39.46 | - |
| YUV | 84.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 171 | 0.20 | 0.75 | 0 | 0.33 | 283.72 | 0.61 | 0.42 |
| Hex | 88 | 2A | AB | 14 | 4B | 0 | 21 | 11C | 3D | 2A |
| Octal | 210 | 52 | 253 | 24 | 113 | 0 | 41 | 434 | 75 | 52 |
| Binary | 10001000 | 101010 | 10101011 | 10100 | 1001011 | 0 | 100001 | 100011100 | 111101 | 101010 |
Color Harmonies of #882AAB
Complementary color
Monochromatic Colors of #882AAB
Black with #882AAB
Text Example
Text Example
White with #882AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AAB; }
p { color: rgb(136,42,171); }
H1.HeaderClassName
{
color: #882AAB;
}
.AnyTagClassName
{
color: #882AAB;
}
</style>
background-color css
<style>
a { background-color: #882AAB; }
a { background-color: rgb(136,42,171); }
div.DivClassName
{
background-color: #882AAB;
}
.BgClassName
{
background-color: #882AAB;
}
</style>
border-color css
<style>
span { border-color: #882AAB; }
span { border-color: rgb(136,42,171); }
td.TdClassName
{
border-color: #882AAB;
}
.TagClassName
{
border-color: #882AAB;
}
</style>