Shades of Vivid Violet #88328E
Tints of Vivid Violet #88328E
RGB
CMYK
RGB Variations
Color information
#88328E (or 0x88328E) is known color: Vivid Violet. HEX triplet: 88, 32 and 8E. RGB value is (136,50,142). Sum of RGB (Red+Green+Blue) = 136+50+142=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #88328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88328E is #77CD71. Grayscale: #555555. Windows color (decimal): -7851378 or 9319048. OLE color: 9319048.
HSL color Cylindrical-coordinate representation of color #88328E: hue angle of 296.09º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88328E is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 50 | 142 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.44 |
| HSL | 296.09º | 0.48% | 0.38% | - |
| HSV(B) | 296.09º | 0.65% | 0.56% | - |
| XYZ | 16.18 | 9.47 | 26.57 | - |
| YUV | 86.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 142 | 0.04 | 0.65 | 0 | 0.44 | 296.09 | 0.48 | 0.38 |
| Hex | 88 | 32 | 8E | 4 | 41 | 0 | 2C | 128 | 30 | 26 |
| Octal | 210 | 62 | 216 | 4 | 101 | 0 | 54 | 450 | 60 | 46 |
| Binary | 10001000 | 110010 | 10001110 | 100 | 1000001 | 0 | 101100 | 100101000 | 110000 | 100110 |
Color Harmonies of #88328E
Complementary color
Monochromatic Colors of #88328E
Black with #88328E
Text Example
Text Example
White with #88328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88328E; }
p { color: rgb(136,50,142); }
H1.HeaderClassName
{
color: #88328E;
}
.AnyTagClassName
{
color: #88328E;
}
</style>
background-color css
<style>
a { background-color: #88328E; }
a { background-color: rgb(136,50,142); }
div.DivClassName
{
background-color: #88328E;
}
.BgClassName
{
background-color: #88328E;
}
</style>
border-color css
<style>
span { border-color: #88328E; }
span { border-color: rgb(136,50,142); }
td.TdClassName
{
border-color: #88328E;
}
.TagClassName
{
border-color: #88328E;
}
</style>