Shades of Vivid Violet #882CA2
Tints of Vivid Violet #882CA2
RGB
CMYK
RGB Variations
Color information
#882CA2 (or 0x882CA2) is known color: Vivid Violet. HEX triplet: 88, 2C and A2. RGB value is (136,44,162). Sum of RGB (Red+Green+Blue) = 136+44+162=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #882CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882CA2 is #77D35D. Grayscale: #545454. Windows color (decimal): -7852894 or 10628232. OLE color: 10628232.
HSL color Cylindrical-coordinate representation of color #882CA2: hue angle of 286.78º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882CA2 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 44 | 162 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.36 |
| HSL | 286.78º | 0.57% | 0.4% | - |
| HSV(B) | 286.78º | 0.73% | 0.64% | - |
| XYZ | 17.58 | 9.64 | 35.12 | - |
| YUV | 84.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 162 | 0.16 | 0.73 | 0 | 0.36 | 286.78 | 0.57 | 0.4 |
| Hex | 88 | 2C | A2 | 10 | 49 | 0 | 24 | 11F | 39 | 28 |
| Octal | 210 | 54 | 242 | 20 | 111 | 0 | 44 | 437 | 71 | 50 |
| Binary | 10001000 | 101100 | 10100010 | 10000 | 1001001 | 0 | 100100 | 100011111 | 111001 | 101000 |
Color Harmonies of #882CA2
Complementary color
Monochromatic Colors of #882CA2
Black with #882CA2
Text Example
Text Example
White with #882CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CA2; }
p { color: rgb(136,44,162); }
H1.HeaderClassName
{
color: #882CA2;
}
.AnyTagClassName
{
color: #882CA2;
}
</style>
background-color css
<style>
a { background-color: #882CA2; }
a { background-color: rgb(136,44,162); }
div.DivClassName
{
background-color: #882CA2;
}
.BgClassName
{
background-color: #882CA2;
}
</style>
border-color css
<style>
span { border-color: #882CA2; }
span { border-color: rgb(136,44,162); }
td.TdClassName
{
border-color: #882CA2;
}
.TagClassName
{
border-color: #882CA2;
}
</style>