Shades of Dark Purple #88296D
Tints of Dark Purple #88296D
RGB
CMYK
RGB Variations
Color information
#88296D (or 0x88296D) is known color: Dark Purple. HEX triplet: 88, 29 and 6D. RGB value is (136,41,109). Sum of RGB (Red+Green+Blue) = 136+41+109=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #88296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88296D is #77D692. Grayscale: #4C4C4C. Windows color (decimal): -7853715 or 7154056. OLE color: 7154056.
HSL color Cylindrical-coordinate representation of color #88296D: hue angle of 317.05º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88296D is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 109 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.47 |
| HSL | 317.05º | 0.54% | 0.35% | - |
| HSV(B) | 317.05º | 0.7% | 0.53% | - |
| XYZ | 13.71 | 7.92 | 15.28 | - |
| YUV | 77.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 109 | 0 | 0.70 | 0.20 | 0.47 | 317.05 | 0.54 | 0.35 |
| Hex | 88 | 29 | 6D | 0 | 46 | 14 | 2F | 13D | 36 | 23 |
| Octal | 210 | 51 | 155 | 0 | 106 | 24 | 57 | 475 | 66 | 43 |
| Binary | 10001000 | 101001 | 1101101 | 0 | 1000110 | 10100 | 101111 | 100111101 | 110110 | 100011 |
Color Harmonies of #88296D
Complementary color
Monochromatic Colors of #88296D
Black with #88296D
Text Example
Text Example
White with #88296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88296D; }
p { color: rgb(136,41,109); }
H1.HeaderClassName
{
color: #88296D;
}
.AnyTagClassName
{
color: #88296D;
}
</style>
background-color css
<style>
a { background-color: #88296D; }
a { background-color: rgb(136,41,109); }
div.DivClassName
{
background-color: #88296D;
}
.BgClassName
{
background-color: #88296D;
}
</style>
border-color css
<style>
span { border-color: #88296D; }
span { border-color: rgb(136,41,109); }
td.TdClassName
{
border-color: #88296D;
}
.TagClassName
{
border-color: #88296D;
}
</style>