Shades of Dark Purple #88176F
Tints of Dark Purple #88176F
RGB
CMYK
RGB Variations
Color information
#88176F (or 0x88176F) is known color: Dark Purple. HEX triplet: 88, 17 and 6F. RGB value is (136,23,111). Sum of RGB (Red+Green+Blue) = 136+23+111=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #88176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88176F is #77E890. Grayscale: #424242. Windows color (decimal): -7858321 or 7280520. OLE color: 7280520.
HSL color Cylindrical-coordinate representation of color #88176F: hue angle of 313.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #88176F is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 111 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.47 |
| HSL | 313.27º | 0.71% | 0.31% | - |
| HSV(B) | 313.27º | 0.83% | 0.53% | - |
| XYZ | 13.33 | 6.99 | 15.69 | - |
| YUV | 66.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 111 | 0 | 0.83 | 0.18 | 0.47 | 313.27 | 0.71 | 0.31 |
| Hex | 88 | 17 | 6F | 0 | 53 | 12 | 2F | 139 | 47 | 1F |
| Octal | 210 | 27 | 157 | 0 | 123 | 22 | 57 | 471 | 107 | 37 |
| Binary | 10001000 | 10111 | 1101111 | 0 | 1010011 | 10010 | 101111 | 100111001 | 1000111 | 11111 |
Color Harmonies of #88176F
Complementary color
Monochromatic Colors of #88176F
Black with #88176F
Text Example
Text Example
White with #88176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88176F; }
p { color: rgb(136,23,111); }
H1.HeaderClassName
{
color: #88176F;
}
.AnyTagClassName
{
color: #88176F;
}
</style>
background-color css
<style>
a { background-color: #88176F; }
a { background-color: rgb(136,23,111); }
div.DivClassName
{
background-color: #88176F;
}
.BgClassName
{
background-color: #88176F;
}
</style>
border-color css
<style>
span { border-color: #88176F; }
span { border-color: rgb(136,23,111); }
td.TdClassName
{
border-color: #88176F;
}
.TagClassName
{
border-color: #88176F;
}
</style>