Shades of Vivid Violet #882C96
Tints of Vivid Violet #882C96
RGB
CMYK
RGB Variations
Color information
#882C96 (or 0x882C96) is known color: Vivid Violet. HEX triplet: 88, 2C and 96. RGB value is (136,44,150). Sum of RGB (Red+Green+Blue) = 136+44+150=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #882C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882C96 is #77D369. Grayscale: #535353. Windows color (decimal): -7852906 or 9841800. OLE color: 9841800.
HSL color Cylindrical-coordinate representation of color #882C96: hue angle of 292.08º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882C96 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 44 | 150 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.41 |
| HSL | 292.08º | 0.55% | 0.38% | - |
| HSV(B) | 292.08º | 0.71% | 0.59% | - |
| XYZ | 16.56 | 9.24 | 29.76 | - |
| YUV | 83.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 150 | 0.09 | 0.71 | 0 | 0.41 | 292.08 | 0.55 | 0.38 |
| Hex | 88 | 2C | 96 | 9 | 47 | 0 | 29 | 124 | 37 | 26 |
| Octal | 210 | 54 | 226 | 11 | 107 | 0 | 51 | 444 | 67 | 46 |
| Binary | 10001000 | 101100 | 10010110 | 1001 | 1000111 | 0 | 101001 | 100100100 | 110111 | 100110 |
Color Harmonies of #882C96
Complementary color
Monochromatic Colors of #882C96
Black with #882C96
Text Example
Text Example
White with #882C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C96; }
p { color: rgb(136,44,150); }
H1.HeaderClassName
{
color: #882C96;
}
.AnyTagClassName
{
color: #882C96;
}
</style>
background-color css
<style>
a { background-color: #882C96; }
a { background-color: rgb(136,44,150); }
div.DivClassName
{
background-color: #882C96;
}
.BgClassName
{
background-color: #882C96;
}
</style>
border-color css
<style>
span { border-color: #882C96; }
span { border-color: rgb(136,44,150); }
td.TdClassName
{
border-color: #882C96;
}
.TagClassName
{
border-color: #882C96;
}
</style>