Shades of Dark Purple #87166F
Tints of Dark Purple #87166F
RGB
CMYK
RGB Variations
Color information
#87166F (or 0x87166F) is known color: Dark Purple. HEX triplet: 87, 16 and 6F. RGB value is (135,22,111). Sum of RGB (Red+Green+Blue) = 135+22+111=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87166F is #78E990. Grayscale: #414141. Windows color (decimal): -7924113 or 7280263. OLE color: 7280263.
HSL color Cylindrical-coordinate representation of color #87166F: hue angle of 312.74º 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 #87166F is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 111 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.47 |
| HSL | 312.74º | 0.72% | 0.31% | - |
| HSV(B) | 312.74º | 0.84% | 0.53% | - |
| XYZ | 13.15 | 6.87 | 15.67 | - |
| YUV | 65.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 111 | 0 | 0.84 | 0.18 | 0.47 | 312.74 | 0.72 | 0.31 |
| Hex | 87 | 16 | 6F | 0 | 54 | 12 | 2F | 139 | 48 | 1F |
| Octal | 207 | 26 | 157 | 0 | 124 | 22 | 57 | 471 | 110 | 37 |
| Binary | 10000111 | 10110 | 1101111 | 0 | 1010100 | 10010 | 101111 | 100111001 | 1001000 | 11111 |
Color Harmonies of #87166F
Complementary color
Monochromatic Colors of #87166F
Black with #87166F
Text Example
Text Example
White with #87166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87166F; }
p { color: rgb(135,22,111); }
H1.HeaderClassName
{
color: #87166F;
}
.AnyTagClassName
{
color: #87166F;
}
</style>
background-color css
<style>
a { background-color: #87166F; }
a { background-color: rgb(135,22,111); }
div.DivClassName
{
background-color: #87166F;
}
.BgClassName
{
background-color: #87166F;
}
</style>
border-color css
<style>
span { border-color: #87166F; }
span { border-color: rgb(135,22,111); }
td.TdClassName
{
border-color: #87166F;
}
.TagClassName
{
border-color: #87166F;
}
</style>