Shades of Vivid Violet #882BAB
Tints of Vivid Violet #882BAB
RGB
CMYK
RGB Variations
Color information
#882BAB (or 0x882BAB) is known color: Vivid Violet. HEX triplet: 88, 2B and AB. RGB value is (136,43,171). Sum of RGB (Red+Green+Blue) = 136+43+171=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #882BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882BAB is #77D454. Grayscale: #545454. Windows color (decimal): -7853141 or 11217800. OLE color: 11217800.
HSL color Cylindrical-coordinate representation of color #882BAB: hue angle of 283.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882BAB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 43 | 171 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.33 |
| HSL | 283.59º | 0.6% | 0.42% | - |
| HSV(B) | 283.59º | 0.75% | 0.67% | - |
| XYZ | 18.37 | 9.9 | 39.47 | - |
| YUV | 85.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 171 | 0.20 | 0.75 | 0 | 0.33 | 283.59 | 0.6 | 0.42 |
| Hex | 88 | 2B | AB | 14 | 4B | 0 | 21 | 11C | 3C | 2A |
| Octal | 210 | 53 | 253 | 24 | 113 | 0 | 41 | 434 | 74 | 52 |
| Binary | 10001000 | 101011 | 10101011 | 10100 | 1001011 | 0 | 100001 | 100011100 | 111100 | 101010 |
Color Harmonies of #882BAB
Complementary color
Monochromatic Colors of #882BAB
Black with #882BAB
Text Example
Text Example
White with #882BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BAB; }
p { color: rgb(136,43,171); }
H1.HeaderClassName
{
color: #882BAB;
}
.AnyTagClassName
{
color: #882BAB;
}
</style>
background-color css
<style>
a { background-color: #882BAB; }
a { background-color: rgb(136,43,171); }
div.DivClassName
{
background-color: #882BAB;
}
.BgClassName
{
background-color: #882BAB;
}
</style>
border-color css
<style>
span { border-color: #882BAB; }
span { border-color: rgb(136,43,171); }
td.TdClassName
{
border-color: #882BAB;
}
.TagClassName
{
border-color: #882BAB;
}
</style>