Shades of Vivid Violet #882192
Tints of Vivid Violet #882192
RGB
CMYK
RGB Variations
Color information
#882192 (or 0x882192) is known color: Vivid Violet. HEX triplet: 88, 21 and 92. RGB value is (136,33,146). Sum of RGB (Red+Green+Blue) = 136+33+146=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #882192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882192 is #77DE6D. Grayscale: #4C4C4C. Windows color (decimal): -7855726 or 9576840. OLE color: 9576840.
HSL color Cylindrical-coordinate representation of color #882192: hue angle of 294.69º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882192 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 33 | 146 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.43 |
| HSL | 294.69º | 0.63% | 0.35% | - |
| HSV(B) | 294.69º | 0.77% | 0.57% | - |
| XYZ | 15.89 | 8.4 | 27.98 | - |
| YUV | 76.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 146 | 0.07 | 0.77 | 0 | 0.43 | 294.69 | 0.63 | 0.35 |
| Hex | 88 | 21 | 92 | 7 | 4D | 0 | 2B | 127 | 3F | 23 |
| Octal | 210 | 41 | 222 | 7 | 115 | 0 | 53 | 447 | 77 | 43 |
| Binary | 10001000 | 100001 | 10010010 | 111 | 1001101 | 0 | 101011 | 100100111 | 111111 | 100011 |
Color Harmonies of #882192
Complementary color
Monochromatic Colors of #882192
Black with #882192
Text Example
Text Example
White with #882192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882192; }
p { color: rgb(136,33,146); }
H1.HeaderClassName
{
color: #882192;
}
.AnyTagClassName
{
color: #882192;
}
</style>
background-color css
<style>
a { background-color: #882192; }
a { background-color: rgb(136,33,146); }
div.DivClassName
{
background-color: #882192;
}
.BgClassName
{
background-color: #882192;
}
</style>
border-color css
<style>
span { border-color: #882192; }
span { border-color: rgb(136,33,146); }
td.TdClassName
{
border-color: #882192;
}
.TagClassName
{
border-color: #882192;
}
</style>