Shades of Trendy Pink #994987
Tints of Trendy Pink #994987
RGB
CMYK
RGB Variations
Color information
#994987 (or 0x994987) is known color: Trendy Pink. HEX triplet: 99, 49 and 87. RGB value is (153,73,135). Sum of RGB (Red+Green+Blue) = 153+73+135=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #994987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994987 is #66B678. Grayscale: #676767. Windows color (decimal): -6731385 or 8866201. OLE color: 8866201.
HSL color Cylindrical-coordinate representation of color #994987: hue angle of 313.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994987 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 135 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.4 |
| HSL | 313.5º | 0.35% | 0.44% | - |
| HSV(B) | 313.5º | 0.52% | 0.6% | - |
| XYZ | 19.89 | 13.29 | 24.44 | - |
| YUV | 103.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 135 | 0 | 0.52 | 0.12 | 0.4 | 313.5 | 0.35 | 0.44 |
| Hex | 99 | 49 | 87 | 0 | 34 | C | 28 | 13A | 23 | 2C |
| Octal | 231 | 111 | 207 | 0 | 64 | 14 | 50 | 472 | 43 | 54 |
| Binary | 10011001 | 1001001 | 10000111 | 0 | 110100 | 1100 | 101000 | 100111010 | 100011 | 101100 |
Color Harmonies of #994987
Complementary color
Monochromatic Colors of #994987
Black with #994987
Text Example
Text Example
White with #994987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994987; }
p { color: rgb(153,73,135); }
H1.HeaderClassName
{
color: #994987;
}
.AnyTagClassName
{
color: #994987;
}
</style>
background-color css
<style>
a { background-color: #994987; }
a { background-color: rgb(153,73,135); }
div.DivClassName
{
background-color: #994987;
}
.BgClassName
{
background-color: #994987;
}
</style>
border-color css
<style>
span { border-color: #994987; }
span { border-color: rgb(153,73,135); }
td.TdClassName
{
border-color: #994987;
}
.TagClassName
{
border-color: #994987;
}
</style>