Shades of Dark Purple #88156F
Tints of Dark Purple #88156F
RGB
CMYK
RGB Variations
Color information
#88156F (or 0x88156F) is known color: Dark Purple. HEX triplet: 88, 15 and 6F. RGB value is (136,21,111). Sum of RGB (Red+Green+Blue) = 136+21+111=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88156F is #77EA90. Grayscale: #414141. Windows color (decimal): -7858833 or 7280008. OLE color: 7280008.
HSL color Cylindrical-coordinate representation of color #88156F: hue angle of 313.04º degrees, saturation: 0.73, 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 #88156F is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 111 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.47 |
| HSL | 313.04º | 0.73% | 0.31% | - |
| HSV(B) | 313.04º | 0.85% | 0.53% | - |
| XYZ | 13.29 | 6.92 | 15.67 | - |
| YUV | 65.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 111 | 0 | 0.85 | 0.18 | 0.47 | 313.04 | 0.73 | 0.31 |
| Hex | 88 | 15 | 6F | 0 | 55 | 12 | 2F | 139 | 49 | 1F |
| Octal | 210 | 25 | 157 | 0 | 125 | 22 | 57 | 471 | 111 | 37 |
| Binary | 10001000 | 10101 | 1101111 | 0 | 1010101 | 10010 | 101111 | 100111001 | 1001001 | 11111 |
Color Harmonies of #88156F
Complementary color
Monochromatic Colors of #88156F
Black with #88156F
Text Example
Text Example
White with #88156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88156F; }
p { color: rgb(136,21,111); }
H1.HeaderClassName
{
color: #88156F;
}
.AnyTagClassName
{
color: #88156F;
}
</style>
background-color css
<style>
a { background-color: #88156F; }
a { background-color: rgb(136,21,111); }
div.DivClassName
{
background-color: #88156F;
}
.BgClassName
{
background-color: #88156F;
}
</style>
border-color css
<style>
span { border-color: #88156F; }
span { border-color: rgb(136,21,111); }
td.TdClassName
{
border-color: #88156F;
}
.TagClassName
{
border-color: #88156F;
}
</style>