Shades of Vivid Violet #882CAB
Tints of Vivid Violet #882CAB
RGB
CMYK
RGB Variations
Color information
#882CAB (or 0x882CAB) is known color: Vivid Violet. HEX triplet: 88, 2C and AB. RGB value is (136,44,171). Sum of RGB (Red+Green+Blue) = 136+44+171=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #882CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882CAB is #77D354. Grayscale: #555555. Windows color (decimal): -7852885 or 11218056. OLE color: 11218056.
HSL color Cylindrical-coordinate representation of color #882CAB: hue angle of 283.46º degrees, saturation: 0.59, 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 #882CAB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 44 | 171 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.33 |
| HSL | 283.46º | 0.59% | 0.42% | - |
| HSV(B) | 283.46º | 0.74% | 0.67% | - |
| XYZ | 18.4 | 9.98 | 39.48 | - |
| YUV | 85.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 171 | 0.20 | 0.74 | 0 | 0.33 | 283.46 | 0.59 | 0.42 |
| Hex | 88 | 2C | AB | 14 | 4A | 0 | 21 | 11B | 3B | 2A |
| Octal | 210 | 54 | 253 | 24 | 112 | 0 | 41 | 433 | 73 | 52 |
| Binary | 10001000 | 101100 | 10101011 | 10100 | 1001010 | 0 | 100001 | 100011011 | 111011 | 101010 |
Color Harmonies of #882CAB
Complementary color
Monochromatic Colors of #882CAB
Black with #882CAB
Text Example
Text Example
White with #882CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CAB; }
p { color: rgb(136,44,171); }
H1.HeaderClassName
{
color: #882CAB;
}
.AnyTagClassName
{
color: #882CAB;
}
</style>
background-color css
<style>
a { background-color: #882CAB; }
a { background-color: rgb(136,44,171); }
div.DivClassName
{
background-color: #882CAB;
}
.BgClassName
{
background-color: #882CAB;
}
</style>
border-color css
<style>
span { border-color: #882CAB; }
span { border-color: rgb(136,44,171); }
td.TdClassName
{
border-color: #882CAB;
}
.TagClassName
{
border-color: #882CAB;
}
</style>