Shades of Dark Purple #88207C
Tints of Dark Purple #88207C
RGB
CMYK
RGB Variations
Color information
#88207C (or 0x88207C) is known color: Dark Purple. HEX triplet: 88, 20 and 7C. RGB value is (136,32,124). Sum of RGB (Red+Green+Blue) = 136+32+124=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #88207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88207C is #77DF83. Grayscale: #494949. Windows color (decimal): -7856004 or 8134792. OLE color: 8134792.
HSL color Cylindrical-coordinate representation of color #88207C: hue angle of 306.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88207C is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 124 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.47 |
| HSL | 306.92º | 0.62% | 0.33% | - |
| HSV(B) | 306.92º | 0.76% | 0.53% | - |
| XYZ | 14.31 | 7.72 | 19.81 | - |
| YUV | 73.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 124 | 0 | 0.76 | 0.09 | 0.47 | 306.92 | 0.62 | 0.33 |
| Hex | 88 | 20 | 7C | 0 | 4C | 9 | 2F | 133 | 3E | 21 |
| Octal | 210 | 40 | 174 | 0 | 114 | 11 | 57 | 463 | 76 | 41 |
| Binary | 10001000 | 100000 | 1111100 | 0 | 1001100 | 1001 | 101111 | 100110011 | 111110 | 100001 |
Color Harmonies of #88207C
Complementary color
Monochromatic Colors of #88207C
Black with #88207C
Text Example
Text Example
White with #88207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88207C; }
p { color: rgb(136,32,124); }
H1.HeaderClassName
{
color: #88207C;
}
.AnyTagClassName
{
color: #88207C;
}
</style>
background-color css
<style>
a { background-color: #88207C; }
a { background-color: rgb(136,32,124); }
div.DivClassName
{
background-color: #88207C;
}
.BgClassName
{
background-color: #88207C;
}
</style>
border-color css
<style>
span { border-color: #88207C; }
span { border-color: rgb(136,32,124); }
td.TdClassName
{
border-color: #88207C;
}
.TagClassName
{
border-color: #88207C;
}
</style>