Shades of Vivid Violet #88328B
Tints of Vivid Violet #88328B
RGB
CMYK
RGB Variations
Color information
#88328B (or 0x88328B) is known color: Vivid Violet. HEX triplet: 88, 32 and 8B. RGB value is (136,50,139). Sum of RGB (Red+Green+Blue) = 136+50+139=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #88328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88328B is #77CD74. Grayscale: #555555. Windows color (decimal): -7851381 or 9122440. OLE color: 9122440.
HSL color Cylindrical-coordinate representation of color #88328B: hue angle of 297.98º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88328B is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 50 | 139 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.45 |
| HSL | 297.98º | 0.47% | 0.37% | - |
| HSV(B) | 297.98º | 0.64% | 0.55% | - |
| XYZ | 15.95 | 9.38 | 25.4 | - |
| YUV | 85.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 139 | 0.02 | 0.64 | 0 | 0.45 | 297.98 | 0.47 | 0.37 |
| Hex | 88 | 32 | 8B | 2 | 40 | 0 | 2D | 12A | 2F | 25 |
| Octal | 210 | 62 | 213 | 2 | 100 | 0 | 55 | 452 | 57 | 45 |
| Binary | 10001000 | 110010 | 10001011 | 10 | 1000000 | 0 | 101101 | 100101010 | 101111 | 100101 |
Color Harmonies of #88328B
Complementary color
Monochromatic Colors of #88328B
Black with #88328B
Text Example
Text Example
White with #88328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88328B; }
p { color: rgb(136,50,139); }
H1.HeaderClassName
{
color: #88328B;
}
.AnyTagClassName
{
color: #88328B;
}
</style>
background-color css
<style>
a { background-color: #88328B; }
a { background-color: rgb(136,50,139); }
div.DivClassName
{
background-color: #88328B;
}
.BgClassName
{
background-color: #88328B;
}
</style>
border-color css
<style>
span { border-color: #88328B; }
span { border-color: rgb(136,50,139); }
td.TdClassName
{
border-color: #88328B;
}
.TagClassName
{
border-color: #88328B;
}
</style>