Shades of Vivid Violet #88288C
Tints of Vivid Violet #88288C
RGB
CMYK
RGB Variations
Color information
#88288C (or 0x88288C) is known color: Vivid Violet. HEX triplet: 88, 28 and 8C. RGB value is (136,40,140). Sum of RGB (Red+Green+Blue) = 136+40+140=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #88288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88288C is #77D773. Grayscale: #4F4F4F. Windows color (decimal): -7853940 or 9185416. OLE color: 9185416.
HSL color Cylindrical-coordinate representation of color #88288C: hue angle of 297.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88288C is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 40 | 140 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.45 |
| HSL | 297.6º | 0.56% | 0.35% | - |
| HSV(B) | 297.6º | 0.71% | 0.55% | - |
| XYZ | 15.65 | 8.65 | 25.66 | - |
| YUV | 80.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 140 | 0.03 | 0.71 | 0 | 0.45 | 297.6 | 0.56 | 0.35 |
| Hex | 88 | 28 | 8C | 3 | 47 | 0 | 2D | 12A | 38 | 23 |
| Octal | 210 | 50 | 214 | 3 | 107 | 0 | 55 | 452 | 70 | 43 |
| Binary | 10001000 | 101000 | 10001100 | 11 | 1000111 | 0 | 101101 | 100101010 | 111000 | 100011 |
Color Harmonies of #88288C
Complementary color
Monochromatic Colors of #88288C
Black with #88288C
Text Example
Text Example
White with #88288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88288C; }
p { color: rgb(136,40,140); }
H1.HeaderClassName
{
color: #88288C;
}
.AnyTagClassName
{
color: #88288C;
}
</style>
background-color css
<style>
a { background-color: #88288C; }
a { background-color: rgb(136,40,140); }
div.DivClassName
{
background-color: #88288C;
}
.BgClassName
{
background-color: #88288C;
}
</style>
border-color css
<style>
span { border-color: #88288C; }
span { border-color: rgb(136,40,140); }
td.TdClassName
{
border-color: #88288C;
}
.TagClassName
{
border-color: #88288C;
}
</style>