Shades of Dark Purple #88177D
Tints of Dark Purple #88177D
RGB
CMYK
RGB Variations
Color information
#88177D (or 0x88177D) is known color: Dark Purple. HEX triplet: 88, 17 and 7D. RGB value is (136,23,125). Sum of RGB (Red+Green+Blue) = 136+23+125=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88177D is #77E882. Grayscale: #444444. Windows color (decimal): -7858307 or 8198024. OLE color: 8198024.
HSL color Cylindrical-coordinate representation of color #88177D: hue angle of 305.84º 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 #88177D is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 125 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.47 |
| HSL | 305.84º | 0.71% | 0.31% | - |
| HSV(B) | 305.84º | 0.83% | 0.53% | - |
| XYZ | 14.16 | 7.33 | 20.07 | - |
| YUV | 68.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 125 | 0 | 0.83 | 0.08 | 0.47 | 305.84 | 0.71 | 0.31 |
| Hex | 88 | 17 | 7D | 0 | 53 | 8 | 2F | 132 | 47 | 1F |
| Octal | 210 | 27 | 175 | 0 | 123 | 10 | 57 | 462 | 107 | 37 |
| Binary | 10001000 | 10111 | 1111101 | 0 | 1010011 | 1000 | 101111 | 100110010 | 1000111 | 11111 |
Color Harmonies of #88177D
Complementary color
Monochromatic Colors of #88177D
Black with #88177D
Text Example
Text Example
White with #88177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88177D; }
p { color: rgb(136,23,125); }
H1.HeaderClassName
{
color: #88177D;
}
.AnyTagClassName
{
color: #88177D;
}
</style>
background-color css
<style>
a { background-color: #88177D; }
a { background-color: rgb(136,23,125); }
div.DivClassName
{
background-color: #88177D;
}
.BgClassName
{
background-color: #88177D;
}
</style>
border-color css
<style>
span { border-color: #88177D; }
span { border-color: rgb(136,23,125); }
td.TdClassName
{
border-color: #88177D;
}
.TagClassName
{
border-color: #88177D;
}
</style>