Shades of Dark Purple #87166C
Tints of Dark Purple #87166C
RGB
CMYK
RGB Variations
Color information
#87166C (or 0x87166C) is known color: Dark Purple. HEX triplet: 87, 16 and 6C. RGB value is (135,22,108). Sum of RGB (Red+Green+Blue) = 135+22+108=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87166C is #78E993. Grayscale: #414141. Windows color (decimal): -7924116 or 7083655. OLE color: 7083655.
HSL color Cylindrical-coordinate representation of color #87166C: hue angle of 314.34º 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 #87166C is Cyan = 0, Magento = 0.84, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 108 | - |
| CMYK | 0 | 0.84 | 0.2 | 0.47 |
| HSL | 314.34º | 0.72% | 0.31% | - |
| HSV(B) | 314.34º | 0.84% | 0.53% | - |
| XYZ | 12.99 | 6.81 | 14.82 | - |
| YUV | 65.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 108 | 0 | 0.84 | 0.2 | 0.47 | 314.34 | 0.72 | 0.31 |
| Hex | 87 | 16 | 6C | 0 | 54 | 14 | 2F | 13A | 48 | 1F |
| Octal | 207 | 26 | 154 | 0 | 124 | 24 | 57 | 472 | 110 | 37 |
| Binary | 10000111 | 10110 | 1101100 | 0 | 1010100 | 10100 | 101111 | 100111010 | 1001000 | 11111 |
Color Harmonies of #87166C
Complementary color
Monochromatic Colors of #87166C
Black with #87166C
Text Example
Text Example
White with #87166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87166C; }
p { color: rgb(135,22,108); }
H1.HeaderClassName
{
color: #87166C;
}
.AnyTagClassName
{
color: #87166C;
}
</style>
background-color css
<style>
a { background-color: #87166C; }
a { background-color: rgb(135,22,108); }
div.DivClassName
{
background-color: #87166C;
}
.BgClassName
{
background-color: #87166C;
}
</style>
border-color css
<style>
span { border-color: #87166C; }
span { border-color: rgb(135,22,108); }
td.TdClassName
{
border-color: #87166C;
}
.TagClassName
{
border-color: #87166C;
}
</style>