Shades of Dark Purple #88147F
Tints of Dark Purple #88147F
RGB
CMYK
RGB Variations
Color information
#88147F (or 0x88147F) is known color: Dark Purple. HEX triplet: 88, 14 and 7F. RGB value is (136,20,127). Sum of RGB (Red+Green+Blue) = 136+20+127=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88147F is #77EB80. Grayscale: #424242. Windows color (decimal): -7859073 or 8328328. OLE color: 8328328.
HSL color Cylindrical-coordinate representation of color #88147F: hue angle of 304.66º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88147F is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 127 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.47 |
| HSL | 304.66º | 0.74% | 0.31% | - |
| HSV(B) | 304.66º | 0.85% | 0.53% | - |
| XYZ | 14.23 | 7.27 | 20.73 | - |
| YUV | 66.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 127 | 0 | 0.85 | 0.07 | 0.47 | 304.66 | 0.74 | 0.31 |
| Hex | 88 | 14 | 7F | 0 | 55 | 7 | 2F | 131 | 4A | 1F |
| Octal | 210 | 24 | 177 | 0 | 125 | 7 | 57 | 461 | 112 | 37 |
| Binary | 10001000 | 10100 | 1111111 | 0 | 1010101 | 111 | 101111 | 100110001 | 1001010 | 11111 |
Color Harmonies of #88147F
Complementary color
Monochromatic Colors of #88147F
Black with #88147F
Text Example
Text Example
White with #88147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88147F; }
p { color: rgb(136,20,127); }
H1.HeaderClassName
{
color: #88147F;
}
.AnyTagClassName
{
color: #88147F;
}
</style>
background-color css
<style>
a { background-color: #88147F; }
a { background-color: rgb(136,20,127); }
div.DivClassName
{
background-color: #88147F;
}
.BgClassName
{
background-color: #88147F;
}
</style>
border-color css
<style>
span { border-color: #88147F; }
span { border-color: rgb(136,20,127); }
td.TdClassName
{
border-color: #88147F;
}
.TagClassName
{
border-color: #88147F;
}
</style>