Shades of Dark Purple #88136D
Tints of Dark Purple #88136D
RGB
CMYK
RGB Variations
Color information
#88136D (or 0x88136D) is known color: Dark Purple. HEX triplet: 88, 13 and 6D. RGB value is (136,19,109). Sum of RGB (Red+Green+Blue) = 136+19+109=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88136D is #77EC92. Grayscale: #404040. Windows color (decimal): -7859347 or 7148424. OLE color: 7148424.
HSL color Cylindrical-coordinate representation of color #88136D: hue angle of 313.85º 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 #88136D is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 109 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.47 |
| HSL | 313.85º | 0.75% | 0.3% | - |
| HSV(B) | 313.85º | 0.86% | 0.53% | - |
| XYZ | 13.15 | 6.8 | 15.09 | - |
| YUV | 64.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 109 | 0 | 0.86 | 0.20 | 0.47 | 313.85 | 0.75 | 0.3 |
| Hex | 88 | 13 | 6D | 0 | 56 | 14 | 2F | 13A | 4B | 1E |
| Octal | 210 | 23 | 155 | 0 | 126 | 24 | 57 | 472 | 113 | 36 |
| Binary | 10001000 | 10011 | 1101101 | 0 | 1010110 | 10100 | 101111 | 100111010 | 1001011 | 11110 |
Color Harmonies of #88136D
Complementary color
Monochromatic Colors of #88136D
Black with #88136D
Text Example
Text Example
White with #88136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88136D; }
p { color: rgb(136,19,109); }
H1.HeaderClassName
{
color: #88136D;
}
.AnyTagClassName
{
color: #88136D;
}
</style>
background-color css
<style>
a { background-color: #88136D; }
a { background-color: rgb(136,19,109); }
div.DivClassName
{
background-color: #88136D;
}
.BgClassName
{
background-color: #88136D;
}
</style>
border-color css
<style>
span { border-color: #88136D; }
span { border-color: rgb(136,19,109); }
td.TdClassName
{
border-color: #88136D;
}
.TagClassName
{
border-color: #88136D;
}
</style>