Shades of Dark Purple #88297D
Tints of Dark Purple #88297D
RGB
CMYK
RGB Variations
Color information
#88297D (or 0x88297D) is known color: Dark Purple. HEX triplet: 88, 29 and 7D. RGB value is (136,41,125). Sum of RGB (Red+Green+Blue) = 136+41+125=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #88297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88297D is #77D682. Grayscale: #4E4E4E. Windows color (decimal): -7853699 or 8202632. OLE color: 8202632.
HSL color Cylindrical-coordinate representation of color #88297D: hue angle of 306.95º 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 #88297D is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 125 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.47 |
| HSL | 306.95º | 0.54% | 0.35% | - |
| HSV(B) | 306.95º | 0.7% | 0.53% | - |
| XYZ | 14.65 | 8.3 | 20.23 | - |
| YUV | 78.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 125 | 0 | 0.70 | 0.08 | 0.47 | 306.95 | 0.54 | 0.35 |
| Hex | 88 | 29 | 7D | 0 | 46 | 8 | 2F | 133 | 36 | 23 |
| Octal | 210 | 51 | 175 | 0 | 106 | 10 | 57 | 463 | 66 | 43 |
| Binary | 10001000 | 101001 | 1111101 | 0 | 1000110 | 1000 | 101111 | 100110011 | 110110 | 100011 |
Color Harmonies of #88297D
Complementary color
Monochromatic Colors of #88297D
Black with #88297D
Text Example
Text Example
White with #88297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88297D; }
p { color: rgb(136,41,125); }
H1.HeaderClassName
{
color: #88297D;
}
.AnyTagClassName
{
color: #88297D;
}
</style>
background-color css
<style>
a { background-color: #88297D; }
a { background-color: rgb(136,41,125); }
div.DivClassName
{
background-color: #88297D;
}
.BgClassName
{
background-color: #88297D;
}
</style>
border-color css
<style>
span { border-color: #88297D; }
span { border-color: rgb(136,41,125); }
td.TdClassName
{
border-color: #88297D;
}
.TagClassName
{
border-color: #88297D;
}
</style>