Shades of Dark Purple #88247D
Tints of Dark Purple #88247D
RGB
CMYK
RGB Variations
Color information
#88247D (or 0x88247D) is known color: Dark Purple. HEX triplet: 88, 24 and 7D. RGB value is (136,36,125). Sum of RGB (Red+Green+Blue) = 136+36+125=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88247D is #77DB82. Grayscale: #4B4B4B. Windows color (decimal): -7854979 or 8201352. OLE color: 8201352.
HSL color Cylindrical-coordinate representation of color #88247D: hue angle of 306.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88247D is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 125 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.47 |
| HSL | 306.6º | 0.58% | 0.34% | - |
| HSV(B) | 306.6º | 0.74% | 0.53% | - |
| XYZ | 14.49 | 7.98 | 20.18 | - |
| YUV | 76.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 125 | 0 | 0.74 | 0.08 | 0.47 | 306.6 | 0.58 | 0.34 |
| Hex | 88 | 24 | 7D | 0 | 4A | 8 | 2F | 133 | 3A | 22 |
| Octal | 210 | 44 | 175 | 0 | 112 | 10 | 57 | 463 | 72 | 42 |
| Binary | 10001000 | 100100 | 1111101 | 0 | 1001010 | 1000 | 101111 | 100110011 | 111010 | 100010 |
Color Harmonies of #88247D
Complementary color
Monochromatic Colors of #88247D
Black with #88247D
Text Example
Text Example
White with #88247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88247D; }
p { color: rgb(136,36,125); }
H1.HeaderClassName
{
color: #88247D;
}
.AnyTagClassName
{
color: #88247D;
}
</style>
background-color css
<style>
a { background-color: #88247D; }
a { background-color: rgb(136,36,125); }
div.DivClassName
{
background-color: #88247D;
}
.BgClassName
{
background-color: #88247D;
}
</style>
border-color css
<style>
span { border-color: #88247D; }
span { border-color: rgb(136,36,125); }
td.TdClassName
{
border-color: #88247D;
}
.TagClassName
{
border-color: #88247D;
}
</style>