Shades of Dark Purple #88136F
Tints of Dark Purple #88136F
RGB
CMYK
RGB Variations
Color information
#88136F (or 0x88136F) is known color: Dark Purple. HEX triplet: 88, 13 and 6F. RGB value is (136,19,111). Sum of RGB (Red+Green+Blue) = 136+19+111=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88136F is #77EC90. Grayscale: #404040. Windows color (decimal): -7859345 or 7279496. OLE color: 7279496.
HSL color Cylindrical-coordinate representation of color #88136F: hue angle of 312.82º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88136F is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 111 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.47 |
| HSL | 312.82º | 0.75% | 0.3% | - |
| HSV(B) | 312.82º | 0.86% | 0.53% | - |
| XYZ | 13.26 | 6.85 | 15.66 | - |
| YUV | 64.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 111 | 0 | 0.86 | 0.18 | 0.47 | 312.82 | 0.75 | 0.3 |
| Hex | 88 | 13 | 6F | 0 | 56 | 12 | 2F | 139 | 4B | 1E |
| Octal | 210 | 23 | 157 | 0 | 126 | 22 | 57 | 471 | 113 | 36 |
| Binary | 10001000 | 10011 | 1101111 | 0 | 1010110 | 10010 | 101111 | 100111001 | 1001011 | 11110 |
Color Harmonies of #88136F
Complementary color
Monochromatic Colors of #88136F
Black with #88136F
Text Example
Text Example
White with #88136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88136F; }
p { color: rgb(136,19,111); }
H1.HeaderClassName
{
color: #88136F;
}
.AnyTagClassName
{
color: #88136F;
}
</style>
background-color css
<style>
a { background-color: #88136F; }
a { background-color: rgb(136,19,111); }
div.DivClassName
{
background-color: #88136F;
}
.BgClassName
{
background-color: #88136F;
}
</style>
border-color css
<style>
span { border-color: #88136F; }
span { border-color: rgb(136,19,111); }
td.TdClassName
{
border-color: #88136F;
}
.TagClassName
{
border-color: #88136F;
}
</style>