Shades of Dark Purple #88296C
Tints of Dark Purple #88296C
RGB
CMYK
RGB Variations
Color information
#88296C (or 0x88296C) is known color: Dark Purple. HEX triplet: 88, 29 and 6C. RGB value is (136,41,108). Sum of RGB (Red+Green+Blue) = 136+41+108=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88296C is #77D693. Grayscale: #4C4C4C. Windows color (decimal): -7853716 or 7088520. OLE color: 7088520.
HSL color Cylindrical-coordinate representation of color #88296C: hue angle of 317.68º 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 #88296C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 108 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.47 |
| HSL | 317.68º | 0.54% | 0.35% | - |
| HSV(B) | 317.68º | 0.7% | 0.53% | - |
| XYZ | 13.65 | 7.9 | 14.99 | - |
| YUV | 77.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 108 | 0 | 0.70 | 0.21 | 0.47 | 317.68 | 0.54 | 0.35 |
| Hex | 88 | 29 | 6C | 0 | 46 | 15 | 2F | 13E | 36 | 23 |
| Octal | 210 | 51 | 154 | 0 | 106 | 25 | 57 | 476 | 66 | 43 |
| Binary | 10001000 | 101001 | 1101100 | 0 | 1000110 | 10101 | 101111 | 100111110 | 110110 | 100011 |
Color Harmonies of #88296C
Complementary color
Monochromatic Colors of #88296C
Black with #88296C
Text Example
Text Example
White with #88296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88296C; }
p { color: rgb(136,41,108); }
H1.HeaderClassName
{
color: #88296C;
}
.AnyTagClassName
{
color: #88296C;
}
</style>
background-color css
<style>
a { background-color: #88296C; }
a { background-color: rgb(136,41,108); }
div.DivClassName
{
background-color: #88296C;
}
.BgClassName
{
background-color: #88296C;
}
</style>
border-color css
<style>
span { border-color: #88296C; }
span { border-color: rgb(136,41,108); }
td.TdClassName
{
border-color: #88296C;
}
.TagClassName
{
border-color: #88296C;
}
</style>