Shades of Dark Purple #88187D
Tints of Dark Purple #88187D
RGB
CMYK
RGB Variations
Color information
#88187D (or 0x88187D) is known color: Dark Purple. HEX triplet: 88, 18 and 7D. RGB value is (136,24,125). Sum of RGB (Red+Green+Blue) = 136+24+125=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88187D is #77E782. Grayscale: #444444. Windows color (decimal): -7858051 or 8198280. OLE color: 8198280.
HSL color Cylindrical-coordinate representation of color #88187D: hue angle of 305.89º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88187D is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 125 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.47 |
| HSL | 305.89º | 0.7% | 0.31% | - |
| HSV(B) | 305.89º | 0.82% | 0.53% | - |
| XYZ | 14.18 | 7.37 | 20.08 | - |
| YUV | 69 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 125 | 0 | 0.82 | 0.08 | 0.47 | 305.89 | 0.7 | 0.31 |
| Hex | 88 | 18 | 7D | 0 | 52 | 8 | 2F | 132 | 46 | 1F |
| Octal | 210 | 30 | 175 | 0 | 122 | 10 | 57 | 462 | 106 | 37 |
| Binary | 10001000 | 11000 | 1111101 | 0 | 1010010 | 1000 | 101111 | 100110010 | 1000110 | 11111 |
Color Harmonies of #88187D
Complementary color
Monochromatic Colors of #88187D
Black with #88187D
Text Example
Text Example
White with #88187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88187D; }
p { color: rgb(136,24,125); }
H1.HeaderClassName
{
color: #88187D;
}
.AnyTagClassName
{
color: #88187D;
}
</style>
background-color css
<style>
a { background-color: #88187D; }
a { background-color: rgb(136,24,125); }
div.DivClassName
{
background-color: #88187D;
}
.BgClassName
{
background-color: #88187D;
}
</style>
border-color css
<style>
span { border-color: #88187D; }
span { border-color: rgb(136,24,125); }
td.TdClassName
{
border-color: #88187D;
}
.TagClassName
{
border-color: #88187D;
}
</style>