Shades of Purple #88087B
Tints of Purple #88087B
RGB
CMYK
RGB Variations
Color information
#88087B (or 0x88087B) is known color: Purple. HEX triplet: 88, 08 and 7B. RGB value is (136,8,123). Sum of RGB (Red+Green+Blue) = 136+8+123=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #88087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88087B is #77F784. Grayscale: #3B3B3B. Windows color (decimal): -7862149 or 8063112. OLE color: 8063112.
HSL color Cylindrical-coordinate representation of color #88087B: hue angle of 306.09º 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 #88087B is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 123 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.47 |
| HSL | 306.09º | 0.89% | 0.28% | - |
| HSV(B) | 306.09º | 0.94% | 0.53% | - |
| XYZ | 13.82 | 6.84 | 19.33 | - |
| YUV | 59.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 123 | 0 | 0.94 | 0.10 | 0.47 | 306.09 | 0.89 | 0.28 |
| Hex | 88 | 8 | 7B | 0 | 5E | A | 2F | 132 | 59 | 1C |
| Octal | 210 | 10 | 173 | 0 | 136 | 12 | 57 | 462 | 131 | 34 |
| Binary | 10001000 | 1000 | 1111011 | 0 | 1011110 | 1010 | 101111 | 100110010 | 1011001 | 11100 |
Color Harmonies of #88087B
Complementary color
Monochromatic Colors of #88087B
Black with #88087B
Text Example
Text Example
White with #88087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88087B; }
p { color: rgb(136,8,123); }
H1.HeaderClassName
{
color: #88087B;
}
.AnyTagClassName
{
color: #88087B;
}
</style>
background-color css
<style>
a { background-color: #88087B; }
a { background-color: rgb(136,8,123); }
div.DivClassName
{
background-color: #88087B;
}
.BgClassName
{
background-color: #88087B;
}
</style>
border-color css
<style>
span { border-color: #88087B; }
span { border-color: rgb(136,8,123); }
td.TdClassName
{
border-color: #88087B;
}
.TagClassName
{
border-color: #88087B;
}
</style>