Shades of Vivid Violet #882DAA
Tints of Vivid Violet #882DAA
RGB
CMYK
RGB Variations
Color information
#882DAA (or 0x882DAA) is known color: Vivid Violet. HEX triplet: 88, 2D and AA. RGB value is (136,45,170). Sum of RGB (Red+Green+Blue) = 136+45+170=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #882DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882DAA is #77D255. Grayscale: #565656. Windows color (decimal): -7852630 or 11152776. OLE color: 11152776.
HSL color Cylindrical-coordinate representation of color #882DAA: hue angle of 283.68º degrees, saturation: 0.58, 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 #882DAA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 45 | 170 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.33 |
| HSL | 283.68º | 0.58% | 0.42% | - |
| HSV(B) | 283.68º | 0.74% | 0.67% | - |
| XYZ | 18.35 | 10.01 | 39 | - |
| YUV | 86.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 170 | 0.20 | 0.74 | 0 | 0.33 | 283.68 | 0.58 | 0.42 |
| Hex | 88 | 2D | AA | 14 | 4A | 0 | 21 | 11C | 3A | 2A |
| Octal | 210 | 55 | 252 | 24 | 112 | 0 | 41 | 434 | 72 | 52 |
| Binary | 10001000 | 101101 | 10101010 | 10100 | 1001010 | 0 | 100001 | 100011100 | 111010 | 101010 |
Color Harmonies of #882DAA
Complementary color
Monochromatic Colors of #882DAA
Black with #882DAA
Text Example
Text Example
White with #882DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DAA; }
p { color: rgb(136,45,170); }
H1.HeaderClassName
{
color: #882DAA;
}
.AnyTagClassName
{
color: #882DAA;
}
</style>
background-color css
<style>
a { background-color: #882DAA; }
a { background-color: rgb(136,45,170); }
div.DivClassName
{
background-color: #882DAA;
}
.BgClassName
{
background-color: #882DAA;
}
</style>
border-color css
<style>
span { border-color: #882DAA; }
span { border-color: rgb(136,45,170); }
td.TdClassName
{
border-color: #882DAA;
}
.TagClassName
{
border-color: #882DAA;
}
</style>