Shades of Vivid Violet #88408A
Tints of Vivid Violet #88408A
RGB
CMYK
RGB Variations
Color information
#88408A (or 0x88408A) is known color: Vivid Violet. HEX triplet: 88, 40 and 8A. RGB value is (136,64,138). Sum of RGB (Red+Green+Blue) = 136+64+138=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #88408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88408A is #77BF75. Grayscale: #5D5D5D. Windows color (decimal): -7847798 or 9060488. OLE color: 9060488.
HSL color Cylindrical-coordinate representation of color #88408A: hue angle of 298.38º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88408A is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 64 | 138 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.46 |
| HSL | 298.38º | 0.37% | 0.4% | - |
| HSV(B) | 298.38º | 0.54% | 0.54% | - |
| XYZ | 16.57 | 10.74 | 25.24 | - |
| YUV | 93.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 138 | 0.01 | 0.54 | 0 | 0.46 | 298.38 | 0.37 | 0.4 |
| Hex | 88 | 40 | 8A | 1 | 36 | 0 | 2E | 12A | 25 | 28 |
| Octal | 210 | 100 | 212 | 1 | 66 | 0 | 56 | 452 | 45 | 50 |
| Binary | 10001000 | 1000000 | 10001010 | 1 | 110110 | 0 | 101110 | 100101010 | 100101 | 101000 |
Color Harmonies of #88408A
Complementary color
Monochromatic Colors of #88408A
Black with #88408A
Text Example
Text Example
White with #88408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88408A; }
p { color: rgb(136,64,138); }
H1.HeaderClassName
{
color: #88408A;
}
.AnyTagClassName
{
color: #88408A;
}
</style>
background-color css
<style>
a { background-color: #88408A; }
a { background-color: rgb(136,64,138); }
div.DivClassName
{
background-color: #88408A;
}
.BgClassName
{
background-color: #88408A;
}
</style>
border-color css
<style>
span { border-color: #88408A; }
span { border-color: rgb(136,64,138); }
td.TdClassName
{
border-color: #88408A;
}
.TagClassName
{
border-color: #88408A;
}
</style>