Shades of Trendy Pink #87447B
Tints of Trendy Pink #87447B
RGB
CMYK
RGB Variations
Color information
#87447B (or 0x87447B) is known color: Trendy Pink. HEX triplet: 87, 44 and 7B. RGB value is (135,68,123). Sum of RGB (Red+Green+Blue) = 135+68+123=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87447B is #78BB84. Grayscale: #5E5E5E. Windows color (decimal): -7912325 or 8078471. OLE color: 8078471.
HSL color Cylindrical-coordinate representation of color #87447B: hue angle of 310.75º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87447B is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 123 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.47 |
| HSL | 310.75º | 0.33% | 0.4% | - |
| HSV(B) | 310.75º | 0.5% | 0.53% | - |
| XYZ | 15.63 | 10.72 | 19.98 | - |
| YUV | 94.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 123 | 0 | 0.50 | 0.09 | 0.47 | 310.75 | 0.33 | 0.4 |
| Hex | 87 | 44 | 7B | 0 | 32 | 9 | 2F | 137 | 21 | 28 |
| Octal | 207 | 104 | 173 | 0 | 62 | 11 | 57 | 467 | 41 | 50 |
| Binary | 10000111 | 1000100 | 1111011 | 0 | 110010 | 1001 | 101111 | 100110111 | 100001 | 101000 |
Color Harmonies of #87447B
Complementary color
Monochromatic Colors of #87447B
Black with #87447B
Text Example
Text Example
White with #87447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87447B; }
p { color: rgb(135,68,123); }
H1.HeaderClassName
{
color: #87447B;
}
.AnyTagClassName
{
color: #87447B;
}
</style>
background-color css
<style>
a { background-color: #87447B; }
a { background-color: rgb(135,68,123); }
div.DivClassName
{
background-color: #87447B;
}
.BgClassName
{
background-color: #87447B;
}
</style>
border-color css
<style>
span { border-color: #87447B; }
span { border-color: rgb(135,68,123); }
td.TdClassName
{
border-color: #87447B;
}
.TagClassName
{
border-color: #87447B;
}
</style>