Shades of Dark Purple #88217D
Tints of Dark Purple #88217D
RGB
CMYK
RGB Variations
Color information
#88217D (or 0x88217D) is known color: Dark Purple. HEX triplet: 88, 21 and 7D. RGB value is (136,33,125). Sum of RGB (Red+Green+Blue) = 136+33+125=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88217D is #77DE82. Grayscale: #4A4A4A. Windows color (decimal): -7855747 or 8200584. OLE color: 8200584.
HSL color Cylindrical-coordinate representation of color #88217D: hue angle of 306.41º degrees, saturation: 0.61, 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 #88217D is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 125 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.47 |
| HSL | 306.41º | 0.61% | 0.33% | - |
| HSV(B) | 306.41º | 0.76% | 0.53% | - |
| XYZ | 14.4 | 7.8 | 20.15 | - |
| YUV | 74.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 125 | 0 | 0.76 | 0.08 | 0.47 | 306.41 | 0.61 | 0.33 |
| Hex | 88 | 21 | 7D | 0 | 4C | 8 | 2F | 132 | 3D | 21 |
| Octal | 210 | 41 | 175 | 0 | 114 | 10 | 57 | 462 | 75 | 41 |
| Binary | 10001000 | 100001 | 1111101 | 0 | 1001100 | 1000 | 101111 | 100110010 | 111101 | 100001 |
Color Harmonies of #88217D
Complementary color
Monochromatic Colors of #88217D
Black with #88217D
Text Example
Text Example
White with #88217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88217D; }
p { color: rgb(136,33,125); }
H1.HeaderClassName
{
color: #88217D;
}
.AnyTagClassName
{
color: #88217D;
}
</style>
background-color css
<style>
a { background-color: #88217D; }
a { background-color: rgb(136,33,125); }
div.DivClassName
{
background-color: #88217D;
}
.BgClassName
{
background-color: #88217D;
}
</style>
border-color css
<style>
span { border-color: #88217D; }
span { border-color: rgb(136,33,125); }
td.TdClassName
{
border-color: #88217D;
}
.TagClassName
{
border-color: #88217D;
}
</style>