Shades of Dark Purple #88387C
Tints of Dark Purple #88387C
RGB
CMYK
RGB Variations
Color information
#88387C (or 0x88387C) is known color: Dark Purple. HEX triplet: 88, 38 and 7C. RGB value is (136,56,124). Sum of RGB (Red+Green+Blue) = 136+56+124=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #88387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88387C is #77C783. Grayscale: #575757. Windows color (decimal): -7849860 or 8140936. OLE color: 8140936.
HSL color Cylindrical-coordinate representation of color #88387C: hue angle of 309º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88387C is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 56 | 124 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.47 |
| HSL | 309º | 0.42% | 0.38% | - |
| HSV(B) | 309º | 0.59% | 0.53% | - |
| XYZ | 15.21 | 9.52 | 20.1 | - |
| YUV | 87.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 124 | 0 | 0.59 | 0.09 | 0.47 | 309 | 0.42 | 0.38 |
| Hex | 88 | 38 | 7C | 0 | 3B | 9 | 2F | 135 | 2A | 26 |
| Octal | 210 | 70 | 174 | 0 | 73 | 11 | 57 | 465 | 52 | 46 |
| Binary | 10001000 | 111000 | 1111100 | 0 | 111011 | 1001 | 101111 | 100110101 | 101010 | 100110 |
Color Harmonies of #88387C
Complementary color
Monochromatic Colors of #88387C
Black with #88387C
Text Example
Text Example
White with #88387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88387C; }
p { color: rgb(136,56,124); }
H1.HeaderClassName
{
color: #88387C;
}
.AnyTagClassName
{
color: #88387C;
}
</style>
background-color css
<style>
a { background-color: #88387C; }
a { background-color: rgb(136,56,124); }
div.DivClassName
{
background-color: #88387C;
}
.BgClassName
{
background-color: #88387C;
}
</style>
border-color css
<style>
span { border-color: #88387C; }
span { border-color: rgb(136,56,124); }
td.TdClassName
{
border-color: #88387C;
}
.TagClassName
{
border-color: #88387C;
}
</style>