Shades of Dark Purple #88377D
Tints of Dark Purple #88377D
RGB
CMYK
RGB Variations
Color information
#88377D (or 0x88377D) is known color: Dark Purple. HEX triplet: 88, 37 and 7D. RGB value is (136,55,125). Sum of RGB (Red+Green+Blue) = 136+55+125=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #88377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88377D is #77C882. Grayscale: #575757. Windows color (decimal): -7850115 or 8206216. OLE color: 8206216.
HSL color Cylindrical-coordinate representation of color #88377D: hue angle of 308.15º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88377D is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 55 | 125 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.47 |
| HSL | 308.15º | 0.42% | 0.37% | - |
| HSV(B) | 308.15º | 0.6% | 0.53% | - |
| XYZ | 15.22 | 9.45 | 20.42 | - |
| YUV | 87.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 125 | 0 | 0.60 | 0.08 | 0.47 | 308.15 | 0.42 | 0.37 |
| Hex | 88 | 37 | 7D | 0 | 3C | 8 | 2F | 134 | 2A | 25 |
| Octal | 210 | 67 | 175 | 0 | 74 | 10 | 57 | 464 | 52 | 45 |
| Binary | 10001000 | 110111 | 1111101 | 0 | 111100 | 1000 | 101111 | 100110100 | 101010 | 100101 |
Color Harmonies of #88377D
Complementary color
Monochromatic Colors of #88377D
Black with #88377D
Text Example
Text Example
White with #88377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88377D; }
p { color: rgb(136,55,125); }
H1.HeaderClassName
{
color: #88377D;
}
.AnyTagClassName
{
color: #88377D;
}
</style>
background-color css
<style>
a { background-color: #88377D; }
a { background-color: rgb(136,55,125); }
div.DivClassName
{
background-color: #88377D;
}
.BgClassName
{
background-color: #88377D;
}
</style>
border-color css
<style>
span { border-color: #88377D; }
span { border-color: rgb(136,55,125); }
td.TdClassName
{
border-color: #88377D;
}
.TagClassName
{
border-color: #88377D;
}
</style>