Shades of Trendy Pink #954989
Tints of Trendy Pink #954989
RGB
CMYK
RGB Variations
Color information
#954989 (or 0x954989) is known color: Trendy Pink. HEX triplet: 95, 49 and 89. RGB value is (149,73,137). Sum of RGB (Red+Green+Blue) = 149+73+137=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #954989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954989 is #6AB676. Grayscale: #666666. Windows color (decimal): -6993527 or 8997269. OLE color: 8997269.
HSL color Cylindrical-coordinate representation of color #954989: hue angle of 309.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954989 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 137 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.42 |
| HSL | 309.47º | 0.34% | 0.44% | - |
| HSV(B) | 309.47º | 0.51% | 0.58% | - |
| XYZ | 19.29 | 12.96 | 25.15 | - |
| YUV | 103.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 137 | 0 | 0.51 | 0.08 | 0.42 | 309.47 | 0.34 | 0.44 |
| Hex | 95 | 49 | 89 | 0 | 33 | 8 | 2A | 135 | 22 | 2C |
| Octal | 225 | 111 | 211 | 0 | 63 | 10 | 52 | 465 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10001001 | 0 | 110011 | 1000 | 101010 | 100110101 | 100010 | 101100 |
Color Harmonies of #954989
Complementary color
Monochromatic Colors of #954989
Black with #954989
Text Example
Text Example
White with #954989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954989; }
p { color: rgb(149,73,137); }
H1.HeaderClassName
{
color: #954989;
}
.AnyTagClassName
{
color: #954989;
}
</style>
background-color css
<style>
a { background-color: #954989; }
a { background-color: rgb(149,73,137); }
div.DivClassName
{
background-color: #954989;
}
.BgClassName
{
background-color: #954989;
}
</style>
border-color css
<style>
span { border-color: #954989; }
span { border-color: rgb(149,73,137); }
td.TdClassName
{
border-color: #954989;
}
.TagClassName
{
border-color: #954989;
}
</style>