Shades of Dark Purple #87146F
Tints of Dark Purple #87146F
RGB
CMYK
RGB Variations
Color information
#87146F (or 0x87146F) is known color: Dark Purple. HEX triplet: 87, 14 and 6F. RGB value is (135,20,111). Sum of RGB (Red+Green+Blue) = 135+20+111=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #87146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87146F is #78EB90. Grayscale: #404040. Windows color (decimal): -7924625 or 7279751. OLE color: 7279751.
HSL color Cylindrical-coordinate representation of color #87146F: hue angle of 312.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87146F is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 111 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.47 |
| HSL | 312.52º | 0.74% | 0.3% | - |
| HSV(B) | 312.52º | 0.85% | 0.53% | - |
| XYZ | 13.11 | 6.8 | 15.66 | - |
| YUV | 64.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 111 | 0 | 0.85 | 0.18 | 0.47 | 312.52 | 0.74 | 0.3 |
| Hex | 87 | 14 | 6F | 0 | 55 | 12 | 2F | 139 | 4A | 1E |
| Octal | 207 | 24 | 157 | 0 | 125 | 22 | 57 | 471 | 112 | 36 |
| Binary | 10000111 | 10100 | 1101111 | 0 | 1010101 | 10010 | 101111 | 100111001 | 1001010 | 11110 |
Color Harmonies of #87146F
Complementary color
Monochromatic Colors of #87146F
Black with #87146F
Text Example
Text Example
White with #87146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87146F; }
p { color: rgb(135,20,111); }
H1.HeaderClassName
{
color: #87146F;
}
.AnyTagClassName
{
color: #87146F;
}
</style>
background-color css
<style>
a { background-color: #87146F; }
a { background-color: rgb(135,20,111); }
div.DivClassName
{
background-color: #87146F;
}
.BgClassName
{
background-color: #87146F;
}
</style>
border-color css
<style>
span { border-color: #87146F; }
span { border-color: rgb(135,20,111); }
td.TdClassName
{
border-color: #87146F;
}
.TagClassName
{
border-color: #87146F;
}
</style>