Shades of Dark Purple #87166D
Tints of Dark Purple #87166D
RGB
CMYK
RGB Variations
Color information
#87166D (or 0x87166D) is known color: Dark Purple. HEX triplet: 87, 16 and 6D. RGB value is (135,22,109). Sum of RGB (Red+Green+Blue) = 135+22+109=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87166D is #78E992. Grayscale: #414141. Windows color (decimal): -7924115 or 7149191. OLE color: 7149191.
HSL color Cylindrical-coordinate representation of color #87166D: hue angle of 313.81º 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 #87166D is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 109 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.47 |
| HSL | 313.81º | 0.72% | 0.31% | - |
| HSV(B) | 313.81º | 0.84% | 0.53% | - |
| XYZ | 13.04 | 6.83 | 15.1 | - |
| YUV | 65.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 109 | 0 | 0.84 | 0.19 | 0.47 | 313.81 | 0.72 | 0.31 |
| Hex | 87 | 16 | 6D | 0 | 54 | 13 | 2F | 13A | 48 | 1F |
| Octal | 207 | 26 | 155 | 0 | 124 | 23 | 57 | 472 | 110 | 37 |
| Binary | 10000111 | 10110 | 1101101 | 0 | 1010100 | 10011 | 101111 | 100111010 | 1001000 | 11111 |
Color Harmonies of #87166D
Complementary color
Monochromatic Colors of #87166D
Black with #87166D
Text Example
Text Example
White with #87166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87166D; }
p { color: rgb(135,22,109); }
H1.HeaderClassName
{
color: #87166D;
}
.AnyTagClassName
{
color: #87166D;
}
</style>
background-color css
<style>
a { background-color: #87166D; }
a { background-color: rgb(135,22,109); }
div.DivClassName
{
background-color: #87166D;
}
.BgClassName
{
background-color: #87166D;
}
</style>
border-color css
<style>
span { border-color: #87166D; }
span { border-color: rgb(135,22,109); }
td.TdClassName
{
border-color: #87166D;
}
.TagClassName
{
border-color: #87166D;
}
</style>