Shades of Trendy Pink #954789
Tints of Trendy Pink #954789
RGB
CMYK
RGB Variations
Color information
#954789 (or 0x954789) is known color: Trendy Pink. HEX triplet: 95, 47 and 89. RGB value is (149,71,137). Sum of RGB (Red+Green+Blue) = 149+71+137=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #954789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954789 is #6AB876. Grayscale: #656565. Windows color (decimal): -6994039 or 8996757. OLE color: 8996757.
HSL color Cylindrical-coordinate representation of color #954789: hue angle of 309.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954789 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 137 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.42 |
| HSL | 309.23º | 0.35% | 0.43% | - |
| HSV(B) | 309.23º | 0.52% | 0.58% | - |
| XYZ | 19.16 | 12.7 | 25.11 | - |
| YUV | 101.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 137 | 0 | 0.52 | 0.08 | 0.42 | 309.23 | 0.35 | 0.43 |
| Hex | 95 | 47 | 89 | 0 | 34 | 8 | 2A | 135 | 23 | 2B |
| Octal | 225 | 107 | 211 | 0 | 64 | 10 | 52 | 465 | 43 | 53 |
| Binary | 10010101 | 1000111 | 10001001 | 0 | 110100 | 1000 | 101010 | 100110101 | 100011 | 101011 |
Color Harmonies of #954789
Complementary color
Monochromatic Colors of #954789
Black with #954789
Text Example
Text Example
White with #954789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954789; }
p { color: rgb(149,71,137); }
H1.HeaderClassName
{
color: #954789;
}
.AnyTagClassName
{
color: #954789;
}
</style>
background-color css
<style>
a { background-color: #954789; }
a { background-color: rgb(149,71,137); }
div.DivClassName
{
background-color: #954789;
}
.BgClassName
{
background-color: #954789;
}
</style>
border-color css
<style>
span { border-color: #954789; }
span { border-color: rgb(149,71,137); }
td.TdClassName
{
border-color: #954789;
}
.TagClassName
{
border-color: #954789;
}
</style>