Shades of Vivid Violet #88329A
Tints of Vivid Violet #88329A
RGB
CMYK
RGB Variations
Color information
#88329A (or 0x88329A) is known color: Vivid Violet. HEX triplet: 88, 32 and 9A. RGB value is (136,50,154). Sum of RGB (Red+Green+Blue) = 136+50+154=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #88329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88329A is #77CD65. Grayscale: #575757. Windows color (decimal): -7851366 or 10105480. OLE color: 10105480.
HSL color Cylindrical-coordinate representation of color #88329A: hue angle of 289.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88329A is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 50 | 154 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.40 |
| HSL | 289.62º | 0.51% | 0.4% | - |
| HSV(B) | 289.62º | 0.68% | 0.6% | - |
| XYZ | 17.13 | 9.85 | 31.57 | - |
| YUV | 87.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 154 | 0.12 | 0.68 | 0 | 0.40 | 289.62 | 0.51 | 0.4 |
| Hex | 88 | 32 | 9A | C | 44 | 0 | 28 | 122 | 33 | 28 |
| Octal | 210 | 62 | 232 | 14 | 104 | 0 | 50 | 442 | 63 | 50 |
| Binary | 10001000 | 110010 | 10011010 | 1100 | 1000100 | 0 | 101000 | 100100010 | 110011 | 101000 |
Color Harmonies of #88329A
Complementary color
Monochromatic Colors of #88329A
Black with #88329A
Text Example
Text Example
White with #88329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88329A; }
p { color: rgb(136,50,154); }
H1.HeaderClassName
{
color: #88329A;
}
.AnyTagClassName
{
color: #88329A;
}
</style>
background-color css
<style>
a { background-color: #88329A; }
a { background-color: rgb(136,50,154); }
div.DivClassName
{
background-color: #88329A;
}
.BgClassName
{
background-color: #88329A;
}
</style>
border-color css
<style>
span { border-color: #88329A; }
span { border-color: rgb(136,50,154); }
td.TdClassName
{
border-color: #88329A;
}
.TagClassName
{
border-color: #88329A;
}
</style>