Shades of Dark Purple #88187F
Tints of Dark Purple #88187F
RGB
CMYK
RGB Variations
Color information
#88187F (or 0x88187F) is known color: Dark Purple. HEX triplet: 88, 18 and 7F. RGB value is (136,24,127). Sum of RGB (Red+Green+Blue) = 136+24+127=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #88187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88187F is #77E780. Grayscale: #444444. Windows color (decimal): -7858049 or 8329352. OLE color: 8329352.
HSL color Cylindrical-coordinate representation of color #88187F: hue angle of 304.82º 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 #88187F is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 127 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.47 |
| HSL | 304.82º | 0.7% | 0.31% | - |
| HSV(B) | 304.82º | 0.82% | 0.53% | - |
| XYZ | 14.31 | 7.42 | 20.76 | - |
| YUV | 69.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 127 | 0 | 0.82 | 0.07 | 0.47 | 304.82 | 0.7 | 0.31 |
| Hex | 88 | 18 | 7F | 0 | 52 | 7 | 2F | 131 | 46 | 1F |
| Octal | 210 | 30 | 177 | 0 | 122 | 7 | 57 | 461 | 106 | 37 |
| Binary | 10001000 | 11000 | 1111111 | 0 | 1010010 | 111 | 101111 | 100110001 | 1000110 | 11111 |
Color Harmonies of #88187F
Complementary color
Monochromatic Colors of #88187F
Black with #88187F
Text Example
Text Example
White with #88187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88187F; }
p { color: rgb(136,24,127); }
H1.HeaderClassName
{
color: #88187F;
}
.AnyTagClassName
{
color: #88187F;
}
</style>
background-color css
<style>
a { background-color: #88187F; }
a { background-color: rgb(136,24,127); }
div.DivClassName
{
background-color: #88187F;
}
.BgClassName
{
background-color: #88187F;
}
</style>
border-color css
<style>
span { border-color: #88187F; }
span { border-color: rgb(136,24,127); }
td.TdClassName
{
border-color: #88187F;
}
.TagClassName
{
border-color: #88187F;
}
</style>