Shades of Dark Purple #87187E
Tints of Dark Purple #87187E
RGB
CMYK
RGB Variations
Color information
#87187E (or 0x87187E) is known color: Dark Purple. HEX triplet: 87, 18 and 7E. RGB value is (135,24,126). Sum of RGB (Red+Green+Blue) = 135+24+126=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87187E is #78E781. Grayscale: #444444. Windows color (decimal): -7923586 or 8263815. OLE color: 8263815.
HSL color Cylindrical-coordinate representation of color #87187E: hue angle of 304.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #87187E is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 126 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.47 |
| HSL | 304.86º | 0.7% | 0.31% | - |
| HSV(B) | 304.86º | 0.82% | 0.53% | - |
| XYZ | 14.08 | 7.31 | 20.41 | - |
| YUV | 68.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 126 | 0 | 0.82 | 0.07 | 0.47 | 304.86 | 0.7 | 0.31 |
| Hex | 87 | 18 | 7E | 0 | 52 | 7 | 2F | 131 | 46 | 1F |
| Octal | 207 | 30 | 176 | 0 | 122 | 7 | 57 | 461 | 106 | 37 |
| Binary | 10000111 | 11000 | 1111110 | 0 | 1010010 | 111 | 101111 | 100110001 | 1000110 | 11111 |
Color Harmonies of #87187E
Complementary color
Monochromatic Colors of #87187E
Black with #87187E
Text Example
Text Example
White with #87187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87187E; }
p { color: rgb(135,24,126); }
H1.HeaderClassName
{
color: #87187E;
}
.AnyTagClassName
{
color: #87187E;
}
</style>
background-color css
<style>
a { background-color: #87187E; }
a { background-color: rgb(135,24,126); }
div.DivClassName
{
background-color: #87187E;
}
.BgClassName
{
background-color: #87187E;
}
</style>
border-color css
<style>
span { border-color: #87187E; }
span { border-color: rgb(135,24,126); }
td.TdClassName
{
border-color: #87187E;
}
.TagClassName
{
border-color: #87187E;
}
</style>