Shades of Vivid Violet #882CAA
Tints of Vivid Violet #882CAA
RGB
CMYK
RGB Variations
Color information
#882CAA (or 0x882CAA) is known color: Vivid Violet. HEX triplet: 88, 2C and AA. RGB value is (136,44,170). Sum of RGB (Red+Green+Blue) = 136+44+170=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #882CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882CAA is #77D355. Grayscale: #555555. Windows color (decimal): -7852886 or 11152520. OLE color: 11152520.
HSL color Cylindrical-coordinate representation of color #882CAA: hue angle of 283.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882CAA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 44 | 170 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.33 |
| HSL | 283.81º | 0.59% | 0.42% | - |
| HSV(B) | 283.81º | 0.74% | 0.67% | - |
| XYZ | 18.31 | 9.94 | 38.98 | - |
| YUV | 85.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 170 | 0.20 | 0.74 | 0 | 0.33 | 283.81 | 0.59 | 0.42 |
| Hex | 88 | 2C | AA | 14 | 4A | 0 | 21 | 11C | 3B | 2A |
| Octal | 210 | 54 | 252 | 24 | 112 | 0 | 41 | 434 | 73 | 52 |
| Binary | 10001000 | 101100 | 10101010 | 10100 | 1001010 | 0 | 100001 | 100011100 | 111011 | 101010 |
Color Harmonies of #882CAA
Complementary color
Monochromatic Colors of #882CAA
Black with #882CAA
Text Example
Text Example
White with #882CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CAA; }
p { color: rgb(136,44,170); }
H1.HeaderClassName
{
color: #882CAA;
}
.AnyTagClassName
{
color: #882CAA;
}
</style>
background-color css
<style>
a { background-color: #882CAA; }
a { background-color: rgb(136,44,170); }
div.DivClassName
{
background-color: #882CAA;
}
.BgClassName
{
background-color: #882CAA;
}
</style>
border-color css
<style>
span { border-color: #882CAA; }
span { border-color: rgb(136,44,170); }
td.TdClassName
{
border-color: #882CAA;
}
.TagClassName
{
border-color: #882CAA;
}
</style>