Shades of Vivid Violet #88328A
Tints of Vivid Violet #88328A
RGB
CMYK
RGB Variations
Color information
#88328A (or 0x88328A) is known color: Vivid Violet. HEX triplet: 88, 32 and 8A. RGB value is (136,50,138). Sum of RGB (Red+Green+Blue) = 136+50+138=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #88328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88328A is #77CD75. Grayscale: #555555. Windows color (decimal): -7851382 or 9056904. OLE color: 9056904.
HSL color Cylindrical-coordinate representation of color #88328A: hue angle of 298.64º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88328A is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 50 | 138 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.46 |
| HSL | 298.64º | 0.47% | 0.37% | - |
| HSV(B) | 298.64º | 0.64% | 0.54% | - |
| XYZ | 15.88 | 9.35 | 25.01 | - |
| YUV | 85.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 138 | 0.01 | 0.64 | 0 | 0.46 | 298.64 | 0.47 | 0.37 |
| Hex | 88 | 32 | 8A | 1 | 40 | 0 | 2E | 12B | 2F | 25 |
| Octal | 210 | 62 | 212 | 1 | 100 | 0 | 56 | 453 | 57 | 45 |
| Binary | 10001000 | 110010 | 10001010 | 1 | 1000000 | 0 | 101110 | 100101011 | 101111 | 100101 |
Color Harmonies of #88328A
Complementary color
Monochromatic Colors of #88328A
Black with #88328A
Text Example
Text Example
White with #88328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88328A; }
p { color: rgb(136,50,138); }
H1.HeaderClassName
{
color: #88328A;
}
.AnyTagClassName
{
color: #88328A;
}
</style>
background-color css
<style>
a { background-color: #88328A; }
a { background-color: rgb(136,50,138); }
div.DivClassName
{
background-color: #88328A;
}
.BgClassName
{
background-color: #88328A;
}
</style>
border-color css
<style>
span { border-color: #88328A; }
span { border-color: rgb(136,50,138); }
td.TdClassName
{
border-color: #88328A;
}
.TagClassName
{
border-color: #88328A;
}
</style>