Shades of Dark Purple #87187F
Tints of Dark Purple #87187F
RGB
CMYK
RGB Variations
Color information
#87187F (or 0x87187F) is known color: Dark Purple. HEX triplet: 87, 18 and 7F. RGB value is (135,24,127). Sum of RGB (Red+Green+Blue) = 135+24+127=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #87187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87187F is #78E780. Grayscale: #444444. Windows color (decimal): -7923585 or 8329351. OLE color: 8329351.
HSL color Cylindrical-coordinate representation of color #87187F: hue angle of 304.32º 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 #87187F is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 127 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.47 |
| HSL | 304.32º | 0.7% | 0.31% | - |
| HSV(B) | 304.32º | 0.82% | 0.53% | - |
| XYZ | 14.15 | 7.34 | 20.75 | - |
| YUV | 68.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 127 | 0 | 0.82 | 0.06 | 0.47 | 304.32 | 0.7 | 0.31 |
| Hex | 87 | 18 | 7F | 0 | 52 | 6 | 2F | 130 | 46 | 1F |
| Octal | 207 | 30 | 177 | 0 | 122 | 6 | 57 | 460 | 106 | 37 |
| Binary | 10000111 | 11000 | 1111111 | 0 | 1010010 | 110 | 101111 | 100110000 | 1000110 | 11111 |
Color Harmonies of #87187F
Complementary color
Monochromatic Colors of #87187F
Black with #87187F
Text Example
Text Example
White with #87187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87187F; }
p { color: rgb(135,24,127); }
H1.HeaderClassName
{
color: #87187F;
}
.AnyTagClassName
{
color: #87187F;
}
</style>
background-color css
<style>
a { background-color: #87187F; }
a { background-color: rgb(135,24,127); }
div.DivClassName
{
background-color: #87187F;
}
.BgClassName
{
background-color: #87187F;
}
</style>
border-color css
<style>
span { border-color: #87187F; }
span { border-color: rgb(135,24,127); }
td.TdClassName
{
border-color: #87187F;
}
.TagClassName
{
border-color: #87187F;
}
</style>