Shades of Vivid Violet #882AA7
Tints of Vivid Violet #882AA7
RGB
CMYK
RGB Variations
Color information
#882AA7 (or 0x882AA7) is known color: Vivid Violet. HEX triplet: 88, 2A and A7. RGB value is (136,42,167). Sum of RGB (Red+Green+Blue) = 136+42+167=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #882AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882AA7 is #77D558. Grayscale: #535353. Windows color (decimal): -7853401 or 10955400. OLE color: 10955400.
HSL color Cylindrical-coordinate representation of color #882AA7: hue angle of 285.12º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882AA7 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 42 | 167 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.35 |
| HSL | 285.12º | 0.6% | 0.41% | - |
| HSV(B) | 285.12º | 0.75% | 0.65% | - |
| XYZ | 17.96 | 9.68 | 37.48 | - |
| YUV | 84.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 167 | 0.19 | 0.75 | 0 | 0.35 | 285.12 | 0.6 | 0.41 |
| Hex | 88 | 2A | A7 | 13 | 4B | 0 | 23 | 11D | 3C | 29 |
| Octal | 210 | 52 | 247 | 23 | 113 | 0 | 43 | 435 | 74 | 51 |
| Binary | 10001000 | 101010 | 10100111 | 10011 | 1001011 | 0 | 100011 | 100011101 | 111100 | 101001 |
Color Harmonies of #882AA7
Complementary color
Monochromatic Colors of #882AA7
Black with #882AA7
Text Example
Text Example
White with #882AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AA7; }
p { color: rgb(136,42,167); }
H1.HeaderClassName
{
color: #882AA7;
}
.AnyTagClassName
{
color: #882AA7;
}
</style>
background-color css
<style>
a { background-color: #882AA7; }
a { background-color: rgb(136,42,167); }
div.DivClassName
{
background-color: #882AA7;
}
.BgClassName
{
background-color: #882AA7;
}
</style>
border-color css
<style>
span { border-color: #882AA7; }
span { border-color: rgb(136,42,167); }
td.TdClassName
{
border-color: #882AA7;
}
.TagClassName
{
border-color: #882AA7;
}
</style>