Shades of Dark Purple #88407C
Tints of Dark Purple #88407C
RGB
CMYK
RGB Variations
Color information
#88407C (or 0x88407C) is known color: Dark Purple. HEX triplet: 88, 40 and 7C. RGB value is (136,64,124). Sum of RGB (Red+Green+Blue) = 136+64+124=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #88407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88407C is #77BF83. Grayscale: #5C5C5C. Windows color (decimal): -7847812 or 8142984. OLE color: 8142984.
HSL color Cylindrical-coordinate representation of color #88407C: hue angle of 310º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88407C is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 124 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.47 |
| HSL | 310º | 0.36% | 0.39% | - |
| HSV(B) | 310º | 0.53% | 0.53% | - |
| XYZ | 15.62 | 10.36 | 20.24 | - |
| YUV | 92.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 124 | 0 | 0.53 | 0.09 | 0.47 | 310 | 0.36 | 0.39 |
| Hex | 88 | 40 | 7C | 0 | 35 | 9 | 2F | 136 | 24 | 27 |
| Octal | 210 | 100 | 174 | 0 | 65 | 11 | 57 | 466 | 44 | 47 |
| Binary | 10001000 | 1000000 | 1111100 | 0 | 110101 | 1001 | 101111 | 100110110 | 100100 | 100111 |
Color Harmonies of #88407C
Complementary color
Monochromatic Colors of #88407C
Black with #88407C
Text Example
Text Example
White with #88407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88407C; }
p { color: rgb(136,64,124); }
H1.HeaderClassName
{
color: #88407C;
}
.AnyTagClassName
{
color: #88407C;
}
</style>
background-color css
<style>
a { background-color: #88407C; }
a { background-color: rgb(136,64,124); }
div.DivClassName
{
background-color: #88407C;
}
.BgClassName
{
background-color: #88407C;
}
</style>
border-color css
<style>
span { border-color: #88407C; }
span { border-color: rgb(136,64,124); }
td.TdClassName
{
border-color: #88407C;
}
.TagClassName
{
border-color: #88407C;
}
</style>