Shades of Vivid Violet #88228D
Tints of Vivid Violet #88228D
RGB
CMYK
RGB Variations
Color information
#88228D (or 0x88228D) is known color: Vivid Violet. HEX triplet: 88, 22 and 8D. RGB value is (136,34,141). Sum of RGB (Red+Green+Blue) = 136+34+141=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #88228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88228D is #77DD72. Grayscale: #4C4C4C. Windows color (decimal): -7855475 or 9249416. OLE color: 9249416.
HSL color Cylindrical-coordinate representation of color #88228D: hue angle of 297.2º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88228D is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 34 | 141 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.45 |
| HSL | 297.2º | 0.61% | 0.34% | - |
| HSV(B) | 297.2º | 0.76% | 0.55% | - |
| XYZ | 15.53 | 8.3 | 25.98 | - |
| YUV | 76.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 141 | 0.04 | 0.76 | 0 | 0.45 | 297.2 | 0.61 | 0.34 |
| Hex | 88 | 22 | 8D | 4 | 4C | 0 | 2D | 129 | 3D | 22 |
| Octal | 210 | 42 | 215 | 4 | 114 | 0 | 55 | 451 | 75 | 42 |
| Binary | 10001000 | 100010 | 10001101 | 100 | 1001100 | 0 | 101101 | 100101001 | 111101 | 100010 |
Color Harmonies of #88228D
Complementary color
Monochromatic Colors of #88228D
Black with #88228D
Text Example
Text Example
White with #88228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88228D; }
p { color: rgb(136,34,141); }
H1.HeaderClassName
{
color: #88228D;
}
.AnyTagClassName
{
color: #88228D;
}
</style>
background-color css
<style>
a { background-color: #88228D; }
a { background-color: rgb(136,34,141); }
div.DivClassName
{
background-color: #88228D;
}
.BgClassName
{
background-color: #88228D;
}
</style>
border-color css
<style>
span { border-color: #88228D; }
span { border-color: rgb(136,34,141); }
td.TdClassName
{
border-color: #88228D;
}
.TagClassName
{
border-color: #88228D;
}
</style>