Shades of Vivid Violet #882FA9
Tints of Vivid Violet #882FA9
RGB
CMYK
RGB Variations
Color information
#882FA9 (or 0x882FA9) is known color: Vivid Violet. HEX triplet: 88, 2F and A9. RGB value is (136,47,169). Sum of RGB (Red+Green+Blue) = 136+47+169=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #882FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882FA9 is #77D056. Grayscale: #575757. Windows color (decimal): -7852119 or 11087752. OLE color: 11087752.
HSL color Cylindrical-coordinate representation of color #882FA9: hue angle of 283.77º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882FA9 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 47 | 169 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.34 |
| HSL | 283.77º | 0.56% | 0.42% | - |
| HSV(B) | 283.77º | 0.72% | 0.66% | - |
| XYZ | 18.33 | 10.13 | 38.53 | - |
| YUV | 87.52 | 173.99 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 169 | 0.20 | 0.72 | 0 | 0.34 | 283.77 | 0.56 | 0.42 |
| Hex | 88 | 2F | A9 | 14 | 48 | 0 | 22 | 11C | 38 | 2A |
| Octal | 210 | 57 | 251 | 24 | 110 | 0 | 42 | 434 | 70 | 52 |
| Binary | 10001000 | 101111 | 10101001 | 10100 | 1001000 | 0 | 100010 | 100011100 | 111000 | 101010 |
Color Harmonies of #882FA9
Complementary color
Monochromatic Colors of #882FA9
Black with #882FA9
Text Example
Text Example
White with #882FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FA9; }
p { color: rgb(136,47,169); }
H1.HeaderClassName
{
color: #882FA9;
}
.AnyTagClassName
{
color: #882FA9;
}
</style>
background-color css
<style>
a { background-color: #882FA9; }
a { background-color: rgb(136,47,169); }
div.DivClassName
{
background-color: #882FA9;
}
.BgClassName
{
background-color: #882FA9;
}
</style>
border-color css
<style>
span { border-color: #882FA9; }
span { border-color: rgb(136,47,169); }
td.TdClassName
{
border-color: #882FA9;
}
.TagClassName
{
border-color: #882FA9;
}
</style>