Shades of Purple #88087A
Tints of Purple #88087A
RGB
CMYK
RGB Variations
Color information
#88087A (or 0x88087A) is known color: Purple. HEX triplet: 88, 08 and 7A. RGB value is (136,8,122). Sum of RGB (Red+Green+Blue) = 136+8+122=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88087A is #77F785. Grayscale: #3A3A3A. Windows color (decimal): -7862150 or 7997576. OLE color: 7997576.
HSL color Cylindrical-coordinate representation of color #88087A: hue angle of 306.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88087A is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 122 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.47 |
| HSL | 306.56º | 0.89% | 0.28% | - |
| HSV(B) | 306.56º | 0.94% | 0.53% | - |
| XYZ | 13.75 | 6.81 | 19 | - |
| YUV | 59.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 122 | 0 | 0.94 | 0.10 | 0.47 | 306.56 | 0.89 | 0.28 |
| Hex | 88 | 8 | 7A | 0 | 5E | A | 2F | 133 | 59 | 1C |
| Octal | 210 | 10 | 172 | 0 | 136 | 12 | 57 | 463 | 131 | 34 |
| Binary | 10001000 | 1000 | 1111010 | 0 | 1011110 | 1010 | 101111 | 100110011 | 1011001 | 11100 |
Color Harmonies of #88087A
Complementary color
Monochromatic Colors of #88087A
Black with #88087A
Text Example
Text Example
White with #88087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88087A; }
p { color: rgb(136,8,122); }
H1.HeaderClassName
{
color: #88087A;
}
.AnyTagClassName
{
color: #88087A;
}
</style>
background-color css
<style>
a { background-color: #88087A; }
a { background-color: rgb(136,8,122); }
div.DivClassName
{
background-color: #88087A;
}
.BgClassName
{
background-color: #88087A;
}
</style>
border-color css
<style>
span { border-color: #88087A; }
span { border-color: rgb(136,8,122); }
td.TdClassName
{
border-color: #88087A;
}
.TagClassName
{
border-color: #88087A;
}
</style>