Shades of Vivid Violet #88488F
Tints of Vivid Violet #88488F
RGB
CMYK
RGB Variations
Color information
#88488F (or 0x88488F) is known color: Vivid Violet. HEX triplet: 88, 48 and 8F. RGB value is (136,72,143). Sum of RGB (Red+Green+Blue) = 136+72+143=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #88488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88488F is #77B770. Grayscale: #636363. Windows color (decimal): -7845745 or 9390216. OLE color: 9390216.
HSL color Cylindrical-coordinate representation of color #88488F: hue angle of 294.08º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88488F is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 72 | 143 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.44 |
| HSL | 294.08º | 0.33% | 0.42% | - |
| HSV(B) | 294.08º | 0.5% | 0.56% | - |
| XYZ | 17.43 | 11.85 | 27.36 | - |
| YUV | 99.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 143 | 0.05 | 0.50 | 0 | 0.44 | 294.08 | 0.33 | 0.42 |
| Hex | 88 | 48 | 8F | 5 | 32 | 0 | 2C | 126 | 21 | 2A |
| Octal | 210 | 110 | 217 | 5 | 62 | 0 | 54 | 446 | 41 | 52 |
| Binary | 10001000 | 1001000 | 10001111 | 101 | 110010 | 0 | 101100 | 100100110 | 100001 | 101010 |
Color Harmonies of #88488F
Complementary color
Monochromatic Colors of #88488F
Black with #88488F
Text Example
Text Example
White with #88488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88488F; }
p { color: rgb(136,72,143); }
H1.HeaderClassName
{
color: #88488F;
}
.AnyTagClassName
{
color: #88488F;
}
</style>
background-color css
<style>
a { background-color: #88488F; }
a { background-color: rgb(136,72,143); }
div.DivClassName
{
background-color: #88488F;
}
.BgClassName
{
background-color: #88488F;
}
</style>
border-color css
<style>
span { border-color: #88488F; }
span { border-color: rgb(136,72,143); }
td.TdClassName
{
border-color: #88488F;
}
.TagClassName
{
border-color: #88488F;
}
</style>