Shades of Trendy Pink #984C87
Tints of Trendy Pink #984C87
RGB
CMYK
RGB Variations
Color information
#984C87 (or 0x984C87) is known color: Trendy Pink. HEX triplet: 98, 4C and 87. RGB value is (152,76,135). Sum of RGB (Red+Green+Blue) = 152+76+135=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #984C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C87 is #67B378. Grayscale: #696969. Windows color (decimal): -6796153 or 8866968. OLE color: 8866968.
HSL color Cylindrical-coordinate representation of color #984C87: hue angle of 313.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #984C87 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 76 | 135 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.40 |
| HSL | 313.42º | 0.33% | 0.45% | - |
| HSV(B) | 313.42º | 0.5% | 0.6% | - |
| XYZ | 19.91 | 13.59 | 24.5 | - |
| YUV | 105.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 135 | 0 | 0.50 | 0.11 | 0.40 | 313.42 | 0.33 | 0.45 |
| Hex | 98 | 4C | 87 | 0 | 32 | B | 28 | 139 | 21 | 2D |
| Octal | 230 | 114 | 207 | 0 | 62 | 13 | 50 | 471 | 41 | 55 |
| Binary | 10011000 | 1001100 | 10000111 | 0 | 110010 | 1011 | 101000 | 100111001 | 100001 | 101101 |
Color Harmonies of #984C87
Complementary color
Monochromatic Colors of #984C87
Black with #984C87
Text Example
Text Example
White with #984C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984C87; }
p { color: rgb(152,76,135); }
H1.HeaderClassName
{
color: #984C87;
}
.AnyTagClassName
{
color: #984C87;
}
</style>
background-color css
<style>
a { background-color: #984C87; }
a { background-color: rgb(152,76,135); }
div.DivClassName
{
background-color: #984C87;
}
.BgClassName
{
background-color: #984C87;
}
</style>
border-color css
<style>
span { border-color: #984C87; }
span { border-color: rgb(152,76,135); }
td.TdClassName
{
border-color: #984C87;
}
.TagClassName
{
border-color: #984C87;
}
</style>