Shades of Vivid Violet #882496
Tints of Vivid Violet #882496
RGB
CMYK
RGB Variations
Color information
#882496 (or 0x882496) is known color: Vivid Violet. HEX triplet: 88, 24 and 96. RGB value is (136,36,150). Sum of RGB (Red+Green+Blue) = 136+36+150=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #882496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882496 is #77DB69. Grayscale: #4E4E4E. Windows color (decimal): -7854954 or 9839752. OLE color: 9839752.
HSL color Cylindrical-coordinate representation of color #882496: hue angle of 292.63º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882496 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 36 | 150 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.41 |
| HSL | 292.63º | 0.61% | 0.36% | - |
| HSV(B) | 292.63º | 0.76% | 0.59% | - |
| XYZ | 16.29 | 8.7 | 29.67 | - |
| YUV | 78.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 150 | 0.09 | 0.76 | 0 | 0.41 | 292.63 | 0.61 | 0.36 |
| Hex | 88 | 24 | 96 | 9 | 4C | 0 | 29 | 125 | 3D | 24 |
| Octal | 210 | 44 | 226 | 11 | 114 | 0 | 51 | 445 | 75 | 44 |
| Binary | 10001000 | 100100 | 10010110 | 1001 | 1001100 | 0 | 101001 | 100100101 | 111101 | 100100 |
Color Harmonies of #882496
Complementary color
Monochromatic Colors of #882496
Black with #882496
Text Example
Text Example
White with #882496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882496; }
p { color: rgb(136,36,150); }
H1.HeaderClassName
{
color: #882496;
}
.AnyTagClassName
{
color: #882496;
}
</style>
background-color css
<style>
a { background-color: #882496; }
a { background-color: rgb(136,36,150); }
div.DivClassName
{
background-color: #882496;
}
.BgClassName
{
background-color: #882496;
}
</style>
border-color css
<style>
span { border-color: #882496; }
span { border-color: rgb(136,36,150); }
td.TdClassName
{
border-color: #882496;
}
.TagClassName
{
border-color: #882496;
}
</style>