Shades of Vivid Violet #882DAB
Tints of Vivid Violet #882DAB
RGB
CMYK
RGB Variations
Color information
#882DAB (or 0x882DAB) is known color: Vivid Violet. HEX triplet: 88, 2D and AB. RGB value is (136,45,171). Sum of RGB (Red+Green+Blue) = 136+45+171=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #882DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882DAB is #77D254. Grayscale: #565656. Windows color (decimal): -7852629 or 11218312. OLE color: 11218312.
HSL color Cylindrical-coordinate representation of color #882DAB: hue angle of 283.33º 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 #882DAB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 45 | 171 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.33 |
| HSL | 283.33º | 0.58% | 0.42% | - |
| HSV(B) | 283.33º | 0.74% | 0.67% | - |
| XYZ | 18.44 | 10.05 | 39.5 | - |
| YUV | 86.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 171 | 0.20 | 0.74 | 0 | 0.33 | 283.33 | 0.58 | 0.42 |
| Hex | 88 | 2D | AB | 14 | 4A | 0 | 21 | 11B | 3A | 2A |
| Octal | 210 | 55 | 253 | 24 | 112 | 0 | 41 | 433 | 72 | 52 |
| Binary | 10001000 | 101101 | 10101011 | 10100 | 1001010 | 0 | 100001 | 100011011 | 111010 | 101010 |
Color Harmonies of #882DAB
Complementary color
Monochromatic Colors of #882DAB
Black with #882DAB
Text Example
Text Example
White with #882DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DAB; }
p { color: rgb(136,45,171); }
H1.HeaderClassName
{
color: #882DAB;
}
.AnyTagClassName
{
color: #882DAB;
}
</style>
background-color css
<style>
a { background-color: #882DAB; }
a { background-color: rgb(136,45,171); }
div.DivClassName
{
background-color: #882DAB;
}
.BgClassName
{
background-color: #882DAB;
}
</style>
border-color css
<style>
span { border-color: #882DAB; }
span { border-color: rgb(136,45,171); }
td.TdClassName
{
border-color: #882DAB;
}
.TagClassName
{
border-color: #882DAB;
}
</style>