Shades of Vivid Violet #882DAC
Tints of Vivid Violet #882DAC
RGB
CMYK
RGB Variations
Color information
#882DAC (or 0x882DAC) is known color: Vivid Violet. HEX triplet: 88, 2D and AC. RGB value is (136,45,172). Sum of RGB (Red+Green+Blue) = 136+45+172=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #882DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882DAC is #77D253. Grayscale: #565656. Windows color (decimal): -7852628 or 11283848. OLE color: 11283848.
HSL color Cylindrical-coordinate representation of color #882DAC: hue angle of 282.99º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882DAC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 45 | 172 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.33 |
| HSL | 282.99º | 0.59% | 0.43% | - |
| HSV(B) | 282.99º | 0.74% | 0.67% | - |
| XYZ | 18.54 | 10.09 | 40 | - |
| YUV | 86.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 172 | 0.21 | 0.74 | 0 | 0.33 | 282.99 | 0.59 | 0.43 |
| Hex | 88 | 2D | AC | 15 | 4A | 0 | 21 | 11B | 3B | 2B |
| Octal | 210 | 55 | 254 | 25 | 112 | 0 | 41 | 433 | 73 | 53 |
| Binary | 10001000 | 101101 | 10101100 | 10101 | 1001010 | 0 | 100001 | 100011011 | 111011 | 101011 |
Color Harmonies of #882DAC
Complementary color
Monochromatic Colors of #882DAC
Black with #882DAC
Text Example
Text Example
White with #882DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DAC; }
p { color: rgb(136,45,172); }
H1.HeaderClassName
{
color: #882DAC;
}
.AnyTagClassName
{
color: #882DAC;
}
</style>
background-color css
<style>
a { background-color: #882DAC; }
a { background-color: rgb(136,45,172); }
div.DivClassName
{
background-color: #882DAC;
}
.BgClassName
{
background-color: #882DAC;
}
</style>
border-color css
<style>
span { border-color: #882DAC; }
span { border-color: rgb(136,45,172); }
td.TdClassName
{
border-color: #882DAC;
}
.TagClassName
{
border-color: #882DAC;
}
</style>