Shades of Vivid Violet #882092
Tints of Vivid Violet #882092
RGB
CMYK
RGB Variations
Color information
#882092 (or 0x882092) is known color: Vivid Violet. HEX triplet: 88, 20 and 92. RGB value is (136,32,146). Sum of RGB (Red+Green+Blue) = 136+32+146=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #882092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882092 is #77DF6D. Grayscale: #4B4B4B. Windows color (decimal): -7855982 or 9576584. OLE color: 9576584.
HSL color Cylindrical-coordinate representation of color #882092: hue angle of 294.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882092 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 32 | 146 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.43 |
| HSL | 294.74º | 0.64% | 0.35% | - |
| HSV(B) | 294.74º | 0.78% | 0.57% | - |
| XYZ | 15.86 | 8.34 | 27.97 | - |
| YUV | 76.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 146 | 0.07 | 0.78 | 0 | 0.43 | 294.74 | 0.64 | 0.35 |
| Hex | 88 | 20 | 92 | 7 | 4E | 0 | 2B | 127 | 40 | 23 |
| Octal | 210 | 40 | 222 | 7 | 116 | 0 | 53 | 447 | 100 | 43 |
| Binary | 10001000 | 100000 | 10010010 | 111 | 1001110 | 0 | 101011 | 100100111 | 1000000 | 100011 |
Color Harmonies of #882092
Complementary color
Monochromatic Colors of #882092
Black with #882092
Text Example
Text Example
White with #882092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882092; }
p { color: rgb(136,32,146); }
H1.HeaderClassName
{
color: #882092;
}
.AnyTagClassName
{
color: #882092;
}
</style>
background-color css
<style>
a { background-color: #882092; }
a { background-color: rgb(136,32,146); }
div.DivClassName
{
background-color: #882092;
}
.BgClassName
{
background-color: #882092;
}
</style>
border-color css
<style>
span { border-color: #882092; }
span { border-color: rgb(136,32,146); }
td.TdClassName
{
border-color: #882092;
}
.TagClassName
{
border-color: #882092;
}
</style>