Shades of Purple #88097E
Tints of Purple #88097E
RGB
CMYK
RGB Variations
Color information
#88097E (or 0x88097E) is known color: Purple. HEX triplet: 88, 09 and 7E. RGB value is (136,9,126). Sum of RGB (Red+Green+Blue) = 136+9+126=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #88097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88097E is #77F681. Grayscale: #3B3B3B. Windows color (decimal): -7861890 or 8259976. OLE color: 8259976.
HSL color Cylindrical-coordinate representation of color #88097E: hue angle of 304.72º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88097E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 126 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.47 |
| HSL | 304.72º | 0.88% | 0.28% | - |
| HSV(B) | 304.72º | 0.93% | 0.53% | - |
| XYZ | 14.02 | 6.94 | 20.34 | - |
| YUV | 60.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 126 | 0 | 0.93 | 0.07 | 0.47 | 304.72 | 0.88 | 0.28 |
| Hex | 88 | 9 | 7E | 0 | 5D | 7 | 2F | 131 | 58 | 1C |
| Octal | 210 | 11 | 176 | 0 | 135 | 7 | 57 | 461 | 130 | 34 |
| Binary | 10001000 | 1001 | 1111110 | 0 | 1011101 | 111 | 101111 | 100110001 | 1011000 | 11100 |
Color Harmonies of #88097E
Complementary color
Monochromatic Colors of #88097E
Black with #88097E
Text Example
Text Example
White with #88097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88097E; }
p { color: rgb(136,9,126); }
H1.HeaderClassName
{
color: #88097E;
}
.AnyTagClassName
{
color: #88097E;
}
</style>
background-color css
<style>
a { background-color: #88097E; }
a { background-color: rgb(136,9,126); }
div.DivClassName
{
background-color: #88097E;
}
.BgClassName
{
background-color: #88097E;
}
</style>
border-color css
<style>
span { border-color: #88097E; }
span { border-color: rgb(136,9,126); }
td.TdClassName
{
border-color: #88097E;
}
.TagClassName
{
border-color: #88097E;
}
</style>