Shades of Dark Purple #88207D
Tints of Dark Purple #88207D
RGB
CMYK
RGB Variations
Color information
#88207D (or 0x88207D) is known color: Dark Purple. HEX triplet: 88, 20 and 7D. RGB value is (136,32,125). Sum of RGB (Red+Green+Blue) = 136+32+125=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88207D is #77DF82. Grayscale: #494949. Windows color (decimal): -7856003 or 8200328. OLE color: 8200328.
HSL color Cylindrical-coordinate representation of color #88207D: hue angle of 306.35º 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 #88207D is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 125 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.47 |
| HSL | 306.35º | 0.62% | 0.33% | - |
| HSV(B) | 306.35º | 0.76% | 0.53% | - |
| XYZ | 14.37 | 7.75 | 20.14 | - |
| YUV | 73.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 125 | 0 | 0.76 | 0.08 | 0.47 | 306.35 | 0.62 | 0.33 |
| Hex | 88 | 20 | 7D | 0 | 4C | 8 | 2F | 132 | 3E | 21 |
| Octal | 210 | 40 | 175 | 0 | 114 | 10 | 57 | 462 | 76 | 41 |
| Binary | 10001000 | 100000 | 1111101 | 0 | 1001100 | 1000 | 101111 | 100110010 | 111110 | 100001 |
Color Harmonies of #88207D
Complementary color
Monochromatic Colors of #88207D
Black with #88207D
Text Example
Text Example
White with #88207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88207D; }
p { color: rgb(136,32,125); }
H1.HeaderClassName
{
color: #88207D;
}
.AnyTagClassName
{
color: #88207D;
}
</style>
background-color css
<style>
a { background-color: #88207D; }
a { background-color: rgb(136,32,125); }
div.DivClassName
{
background-color: #88207D;
}
.BgClassName
{
background-color: #88207D;
}
</style>
border-color css
<style>
span { border-color: #88207D; }
span { border-color: rgb(136,32,125); }
td.TdClassName
{
border-color: #88207D;
}
.TagClassName
{
border-color: #88207D;
}
</style>