Shades of Dark Purple #88207F
Tints of Dark Purple #88207F
RGB
CMYK
RGB Variations
Color information
#88207F (or 0x88207F) is known color: Dark Purple. HEX triplet: 88, 20 and 7F. RGB value is (136,32,127). Sum of RGB (Red+Green+Blue) = 136+32+127=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88207F is #77DF80. Grayscale: #494949. Windows color (decimal): -7856001 or 8331400. OLE color: 8331400.
HSL color Cylindrical-coordinate representation of color #88207F: hue angle of 305.19º 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 #88207F is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 127 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.47 |
| HSL | 305.19º | 0.62% | 0.33% | - |
| HSV(B) | 305.19º | 0.76% | 0.53% | - |
| XYZ | 14.5 | 7.8 | 20.82 | - |
| YUV | 73.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 127 | 0 | 0.76 | 0.07 | 0.47 | 305.19 | 0.62 | 0.33 |
| Hex | 88 | 20 | 7F | 0 | 4C | 7 | 2F | 131 | 3E | 21 |
| Octal | 210 | 40 | 177 | 0 | 114 | 7 | 57 | 461 | 76 | 41 |
| Binary | 10001000 | 100000 | 1111111 | 0 | 1001100 | 111 | 101111 | 100110001 | 111110 | 100001 |
Color Harmonies of #88207F
Complementary color
Monochromatic Colors of #88207F
Black with #88207F
Text Example
Text Example
White with #88207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88207F; }
p { color: rgb(136,32,127); }
H1.HeaderClassName
{
color: #88207F;
}
.AnyTagClassName
{
color: #88207F;
}
</style>
background-color css
<style>
a { background-color: #88207F; }
a { background-color: rgb(136,32,127); }
div.DivClassName
{
background-color: #88207F;
}
.BgClassName
{
background-color: #88207F;
}
</style>
border-color css
<style>
span { border-color: #88207F; }
span { border-color: rgb(136,32,127); }
td.TdClassName
{
border-color: #88207F;
}
.TagClassName
{
border-color: #88207F;
}
</style>