Shades of Dark Purple #88137C
Tints of Dark Purple #88137C
RGB
CMYK
RGB Variations
Color information
#88137C (or 0x88137C) is known color: Dark Purple. HEX triplet: 88, 13 and 7C. RGB value is (136,19,124). Sum of RGB (Red+Green+Blue) = 136+19+124=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88137C is #77EC83. Grayscale: #414141. Windows color (decimal): -7859332 or 8131464. OLE color: 8131464.
HSL color Cylindrical-coordinate representation of color #88137C: hue angle of 306.15º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88137C is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 124 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.47 |
| HSL | 306.15º | 0.75% | 0.3% | - |
| HSV(B) | 306.15º | 0.86% | 0.53% | - |
| XYZ | 14.02 | 7.16 | 19.71 | - |
| YUV | 65.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 124 | 0 | 0.86 | 0.09 | 0.47 | 306.15 | 0.75 | 0.3 |
| Hex | 88 | 13 | 7C | 0 | 56 | 9 | 2F | 132 | 4B | 1E |
| Octal | 210 | 23 | 174 | 0 | 126 | 11 | 57 | 462 | 113 | 36 |
| Binary | 10001000 | 10011 | 1111100 | 0 | 1010110 | 1001 | 101111 | 100110010 | 1001011 | 11110 |
Color Harmonies of #88137C
Complementary color
Monochromatic Colors of #88137C
Black with #88137C
Text Example
Text Example
White with #88137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88137C; }
p { color: rgb(136,19,124); }
H1.HeaderClassName
{
color: #88137C;
}
.AnyTagClassName
{
color: #88137C;
}
</style>
background-color css
<style>
a { background-color: #88137C; }
a { background-color: rgb(136,19,124); }
div.DivClassName
{
background-color: #88137C;
}
.BgClassName
{
background-color: #88137C;
}
</style>
border-color css
<style>
span { border-color: #88137C; }
span { border-color: rgb(136,19,124); }
td.TdClassName
{
border-color: #88137C;
}
.TagClassName
{
border-color: #88137C;
}
</style>