Shades of Vivid Violet #882AAC
Tints of Vivid Violet #882AAC
RGB
CMYK
RGB Variations
Color information
#882AAC (or 0x882AAC) is known color: Vivid Violet. HEX triplet: 88, 2A and AC. RGB value is (136,42,172). Sum of RGB (Red+Green+Blue) = 136+42+172=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #882AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882AAC is #77D553. Grayscale: #545454. Windows color (decimal): -7853396 or 11283080. OLE color: 11283080.
HSL color Cylindrical-coordinate representation of color #882AAC: hue angle of 283.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882AAC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 42 | 172 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.33 |
| HSL | 283.38º | 0.61% | 0.42% | - |
| HSV(B) | 283.38º | 0.76% | 0.67% | - |
| XYZ | 18.43 | 9.87 | 39.96 | - |
| YUV | 84.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 172 | 0.21 | 0.76 | 0 | 0.33 | 283.38 | 0.61 | 0.42 |
| Hex | 88 | 2A | AC | 15 | 4C | 0 | 21 | 11B | 3D | 2A |
| Octal | 210 | 52 | 254 | 25 | 114 | 0 | 41 | 433 | 75 | 52 |
| Binary | 10001000 | 101010 | 10101100 | 10101 | 1001100 | 0 | 100001 | 100011011 | 111101 | 101010 |
Color Harmonies of #882AAC
Complementary color
Monochromatic Colors of #882AAC
Black with #882AAC
Text Example
Text Example
White with #882AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AAC; }
p { color: rgb(136,42,172); }
H1.HeaderClassName
{
color: #882AAC;
}
.AnyTagClassName
{
color: #882AAC;
}
</style>
background-color css
<style>
a { background-color: #882AAC; }
a { background-color: rgb(136,42,172); }
div.DivClassName
{
background-color: #882AAC;
}
.BgClassName
{
background-color: #882AAC;
}
</style>
border-color css
<style>
span { border-color: #882AAC; }
span { border-color: rgb(136,42,172); }
td.TdClassName
{
border-color: #882AAC;
}
.TagClassName
{
border-color: #882AAC;
}
</style>