Shades of Vivid Violet #882AAD
Tints of Vivid Violet #882AAD
RGB
CMYK
RGB Variations
Color information
#882AAD (or 0x882AAD) is known color: Vivid Violet. HEX triplet: 88, 2A and AD. RGB value is (136,42,173). Sum of RGB (Red+Green+Blue) = 136+42+173=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #882AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882AAD is #77D552. Grayscale: #545454. Windows color (decimal): -7853395 or 11348616. OLE color: 11348616.
HSL color Cylindrical-coordinate representation of color #882AAD: hue angle of 283.05º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882AAD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 42 | 173 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.32 |
| HSL | 283.05º | 0.61% | 0.42% | - |
| HSV(B) | 283.05º | 0.76% | 0.68% | - |
| XYZ | 18.52 | 9.91 | 40.47 | - |
| YUV | 85.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 173 | 0.21 | 0.76 | 0 | 0.32 | 283.05 | 0.61 | 0.42 |
| Hex | 88 | 2A | AD | 15 | 4C | 0 | 20 | 11B | 3D | 2A |
| Octal | 210 | 52 | 255 | 25 | 114 | 0 | 40 | 433 | 75 | 52 |
| Binary | 10001000 | 101010 | 10101101 | 10101 | 1001100 | 0 | 100000 | 100011011 | 111101 | 101010 |
Color Harmonies of #882AAD
Complementary color
Monochromatic Colors of #882AAD
Black with #882AAD
Text Example
Text Example
White with #882AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882AAD; }
p { color: rgb(136,42,173); }
H1.HeaderClassName
{
color: #882AAD;
}
.AnyTagClassName
{
color: #882AAD;
}
</style>
background-color css
<style>
a { background-color: #882AAD; }
a { background-color: rgb(136,42,173); }
div.DivClassName
{
background-color: #882AAD;
}
.BgClassName
{
background-color: #882AAD;
}
</style>
border-color css
<style>
span { border-color: #882AAD; }
span { border-color: rgb(136,42,173); }
td.TdClassName
{
border-color: #882AAD;
}
.TagClassName
{
border-color: #882AAD;
}
</style>