Shades of Dark Purple #88247F
Tints of Dark Purple #88247F
RGB
CMYK
RGB Variations
Color information
#88247F (or 0x88247F) is known color: Dark Purple. HEX triplet: 88, 24 and 7F. RGB value is (136,36,127). Sum of RGB (Red+Green+Blue) = 136+36+127=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #88247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88247F is #77DB80. Grayscale: #4C4C4C. Windows color (decimal): -7854977 or 8332424. OLE color: 8332424.
HSL color Cylindrical-coordinate representation of color #88247F: hue angle of 305.4º 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 #88247F is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 127 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.47 |
| HSL | 305.4º | 0.58% | 0.34% | - |
| HSV(B) | 305.4º | 0.74% | 0.53% | - |
| XYZ | 14.61 | 8.03 | 20.86 | - |
| YUV | 76.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 127 | 0 | 0.74 | 0.07 | 0.47 | 305.4 | 0.58 | 0.34 |
| Hex | 88 | 24 | 7F | 0 | 4A | 7 | 2F | 131 | 3A | 22 |
| Octal | 210 | 44 | 177 | 0 | 112 | 7 | 57 | 461 | 72 | 42 |
| Binary | 10001000 | 100100 | 1111111 | 0 | 1001010 | 111 | 101111 | 100110001 | 111010 | 100010 |
Color Harmonies of #88247F
Complementary color
Monochromatic Colors of #88247F
Black with #88247F
Text Example
Text Example
White with #88247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88247F; }
p { color: rgb(136,36,127); }
H1.HeaderClassName
{
color: #88247F;
}
.AnyTagClassName
{
color: #88247F;
}
</style>
background-color css
<style>
a { background-color: #88247F; }
a { background-color: rgb(136,36,127); }
div.DivClassName
{
background-color: #88247F;
}
.BgClassName
{
background-color: #88247F;
}
</style>
border-color css
<style>
span { border-color: #88247F; }
span { border-color: rgb(136,36,127); }
td.TdClassName
{
border-color: #88247F;
}
.TagClassName
{
border-color: #88247F;
}
</style>