Shades of Vivid Violet #882892
Tints of Vivid Violet #882892
RGB
CMYK
RGB Variations
Color information
#882892 (or 0x882892) is known color: Vivid Violet. HEX triplet: 88, 28 and 92. RGB value is (136,40,146). Sum of RGB (Red+Green+Blue) = 136+40+146=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #882892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882892 is #77D76D. Grayscale: #505050. Windows color (decimal): -7853934 or 9578632. OLE color: 9578632.
HSL color Cylindrical-coordinate representation of color #882892: hue angle of 294.34º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882892 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 40 | 146 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.43 |
| HSL | 294.34º | 0.57% | 0.36% | - |
| HSV(B) | 294.34º | 0.73% | 0.57% | - |
| XYZ | 16.1 | 8.83 | 28.05 | - |
| YUV | 80.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 146 | 0.07 | 0.73 | 0 | 0.43 | 294.34 | 0.57 | 0.36 |
| Hex | 88 | 28 | 92 | 7 | 49 | 0 | 2B | 126 | 39 | 24 |
| Octal | 210 | 50 | 222 | 7 | 111 | 0 | 53 | 446 | 71 | 44 |
| Binary | 10001000 | 101000 | 10010010 | 111 | 1001001 | 0 | 101011 | 100100110 | 111001 | 100100 |
Color Harmonies of #882892
Complementary color
Monochromatic Colors of #882892
Black with #882892
Text Example
Text Example
White with #882892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882892; }
p { color: rgb(136,40,146); }
H1.HeaderClassName
{
color: #882892;
}
.AnyTagClassName
{
color: #882892;
}
</style>
background-color css
<style>
a { background-color: #882892; }
a { background-color: rgb(136,40,146); }
div.DivClassName
{
background-color: #882892;
}
.BgClassName
{
background-color: #882892;
}
</style>
border-color css
<style>
span { border-color: #882892; }
span { border-color: rgb(136,40,146); }
td.TdClassName
{
border-color: #882892;
}
.TagClassName
{
border-color: #882892;
}
</style>