Shades of Dark Purple #88367D
Tints of Dark Purple #88367D
RGB
CMYK
RGB Variations
Color information
#88367D (or 0x88367D) is known color: Dark Purple. HEX triplet: 88, 36 and 7D. RGB value is (136,54,125). Sum of RGB (Red+Green+Blue) = 136+54+125=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88367D is #77C982. Grayscale: #565656. Windows color (decimal): -7850371 or 8205960. OLE color: 8205960.
HSL color Cylindrical-coordinate representation of color #88367D: hue angle of 308.05º degrees, saturation: 0.43, 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 #88367D is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 125 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.47 |
| HSL | 308.05º | 0.43% | 0.37% | - |
| HSV(B) | 308.05º | 0.6% | 0.53% | - |
| XYZ | 15.17 | 9.35 | 20.41 | - |
| YUV | 86.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 125 | 0 | 0.60 | 0.08 | 0.47 | 308.05 | 0.43 | 0.37 |
| Hex | 88 | 36 | 7D | 0 | 3C | 8 | 2F | 134 | 2B | 25 |
| Octal | 210 | 66 | 175 | 0 | 74 | 10 | 57 | 464 | 53 | 45 |
| Binary | 10001000 | 110110 | 1111101 | 0 | 111100 | 1000 | 101111 | 100110100 | 101011 | 100101 |
Color Harmonies of #88367D
Complementary color
Monochromatic Colors of #88367D
Black with #88367D
Text Example
Text Example
White with #88367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88367D; }
p { color: rgb(136,54,125); }
H1.HeaderClassName
{
color: #88367D;
}
.AnyTagClassName
{
color: #88367D;
}
</style>
background-color css
<style>
a { background-color: #88367D; }
a { background-color: rgb(136,54,125); }
div.DivClassName
{
background-color: #88367D;
}
.BgClassName
{
background-color: #88367D;
}
</style>
border-color css
<style>
span { border-color: #88367D; }
span { border-color: rgb(136,54,125); }
td.TdClassName
{
border-color: #88367D;
}
.TagClassName
{
border-color: #88367D;
}
</style>