Shades of Dark Purple #88157C
Tints of Dark Purple #88157C
RGB
CMYK
RGB Variations
Color information
#88157C (or 0x88157C) is known color: Dark Purple. HEX triplet: 88, 15 and 7C. RGB value is (136,21,124). Sum of RGB (Red+Green+Blue) = 136+21+124=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88157C is #77EA83. Grayscale: #424242. Windows color (decimal): -7858820 or 8131976. OLE color: 8131976.
HSL color Cylindrical-coordinate representation of color #88157C: hue angle of 306.26º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88157C is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 124 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.47 |
| HSL | 306.26º | 0.73% | 0.31% | - |
| HSV(B) | 306.26º | 0.85% | 0.53% | - |
| XYZ | 14.06 | 7.23 | 19.72 | - |
| YUV | 67.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 124 | 0 | 0.85 | 0.09 | 0.47 | 306.26 | 0.73 | 0.31 |
| Hex | 88 | 15 | 7C | 0 | 55 | 9 | 2F | 132 | 49 | 1F |
| Octal | 210 | 25 | 174 | 0 | 125 | 11 | 57 | 462 | 111 | 37 |
| Binary | 10001000 | 10101 | 1111100 | 0 | 1010101 | 1001 | 101111 | 100110010 | 1001001 | 11111 |
Color Harmonies of #88157C
Complementary color
Monochromatic Colors of #88157C
Black with #88157C
Text Example
Text Example
White with #88157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88157C; }
p { color: rgb(136,21,124); }
H1.HeaderClassName
{
color: #88157C;
}
.AnyTagClassName
{
color: #88157C;
}
</style>
background-color css
<style>
a { background-color: #88157C; }
a { background-color: rgb(136,21,124); }
div.DivClassName
{
background-color: #88157C;
}
.BgClassName
{
background-color: #88157C;
}
</style>
border-color css
<style>
span { border-color: #88157C; }
span { border-color: rgb(136,21,124); }
td.TdClassName
{
border-color: #88157C;
}
.TagClassName
{
border-color: #88157C;
}
</style>