Shades of Trendy Pink #87467A
Tints of Trendy Pink #87467A
RGB
CMYK
RGB Variations
Color information
#87467A (or 0x87467A) is known color: Trendy Pink. HEX triplet: 87, 46 and 7A. RGB value is (135,70,122). Sum of RGB (Red+Green+Blue) = 135+70+122=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #87467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87467A is #78B985. Grayscale: #5F5F5F. Windows color (decimal): -7911814 or 8013447. OLE color: 8013447.
HSL color Cylindrical-coordinate representation of color #87467A: hue angle of 312º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87467A is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 122 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.47 |
| HSL | 312º | 0.32% | 0.4% | - |
| HSV(B) | 312º | 0.48% | 0.53% | - |
| XYZ | 15.69 | 10.94 | 19.7 | - |
| YUV | 95.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 122 | 0 | 0.48 | 0.10 | 0.47 | 312 | 0.32 | 0.4 |
| Hex | 87 | 46 | 7A | 0 | 30 | A | 2F | 138 | 20 | 28 |
| Octal | 207 | 106 | 172 | 0 | 60 | 12 | 57 | 470 | 40 | 50 |
| Binary | 10000111 | 1000110 | 1111010 | 0 | 110000 | 1010 | 101111 | 100111000 | 100000 | 101000 |
Color Harmonies of #87467A
Complementary color
Monochromatic Colors of #87467A
Black with #87467A
Text Example
Text Example
White with #87467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87467A; }
p { color: rgb(135,70,122); }
H1.HeaderClassName
{
color: #87467A;
}
.AnyTagClassName
{
color: #87467A;
}
</style>
background-color css
<style>
a { background-color: #87467A; }
a { background-color: rgb(135,70,122); }
div.DivClassName
{
background-color: #87467A;
}
.BgClassName
{
background-color: #87467A;
}
</style>
border-color css
<style>
span { border-color: #87467A; }
span { border-color: rgb(135,70,122); }
td.TdClassName
{
border-color: #87467A;
}
.TagClassName
{
border-color: #87467A;
}
</style>