Shades of Dark Purple #88166F
Tints of Dark Purple #88166F
RGB
CMYK
RGB Variations
Color information
#88166F (or 0x88166F) is known color: Dark Purple. HEX triplet: 88, 16 and 6F. RGB value is (136,22,111). Sum of RGB (Red+Green+Blue) = 136+22+111=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88166F is #77E990. Grayscale: #414141. Windows color (decimal): -7858577 or 7280264. OLE color: 7280264.
HSL color Cylindrical-coordinate representation of color #88166F: hue angle of 313.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88166F is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 111 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.47 |
| HSL | 313.16º | 0.72% | 0.31% | - |
| HSV(B) | 313.16º | 0.84% | 0.53% | - |
| XYZ | 13.31 | 6.96 | 15.68 | - |
| YUV | 66.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 111 | 0 | 0.84 | 0.18 | 0.47 | 313.16 | 0.72 | 0.31 |
| Hex | 88 | 16 | 6F | 0 | 54 | 12 | 2F | 139 | 48 | 1F |
| Octal | 210 | 26 | 157 | 0 | 124 | 22 | 57 | 471 | 110 | 37 |
| Binary | 10001000 | 10110 | 1101111 | 0 | 1010100 | 10010 | 101111 | 100111001 | 1001000 | 11111 |
Color Harmonies of #88166F
Complementary color
Monochromatic Colors of #88166F
Black with #88166F
Text Example
Text Example
White with #88166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88166F; }
p { color: rgb(136,22,111); }
H1.HeaderClassName
{
color: #88166F;
}
.AnyTagClassName
{
color: #88166F;
}
</style>
background-color css
<style>
a { background-color: #88166F; }
a { background-color: rgb(136,22,111); }
div.DivClassName
{
background-color: #88166F;
}
.BgClassName
{
background-color: #88166F;
}
</style>
border-color css
<style>
span { border-color: #88166F; }
span { border-color: rgb(136,22,111); }
td.TdClassName
{
border-color: #88166F;
}
.TagClassName
{
border-color: #88166F;
}
</style>