Shades of Trendy Pink #954A89
Tints of Trendy Pink #954A89
RGB
CMYK
RGB Variations
Color information
#954A89 (or 0x954A89) is known color: Trendy Pink. HEX triplet: 95, 4A and 89. RGB value is (149,74,137). Sum of RGB (Red+Green+Blue) = 149+74+137=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #954A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A89 is #6AB576. Grayscale: #676767. Windows color (decimal): -6993271 or 8997525. OLE color: 8997525.
HSL color Cylindrical-coordinate representation of color #954A89: hue angle of 309.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A89 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 137 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.42 |
| HSL | 309.6º | 0.34% | 0.44% | - |
| HSV(B) | 309.6º | 0.5% | 0.58% | - |
| XYZ | 19.36 | 13.09 | 25.17 | - |
| YUV | 103.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 137 | 0 | 0.50 | 0.08 | 0.42 | 309.6 | 0.34 | 0.44 |
| Hex | 95 | 4A | 89 | 0 | 32 | 8 | 2A | 136 | 22 | 2C |
| Octal | 225 | 112 | 211 | 0 | 62 | 10 | 52 | 466 | 42 | 54 |
| Binary | 10010101 | 1001010 | 10001001 | 0 | 110010 | 1000 | 101010 | 100110110 | 100010 | 101100 |
Color Harmonies of #954A89
Complementary color
Monochromatic Colors of #954A89
Black with #954A89
Text Example
Text Example
White with #954A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A89; }
p { color: rgb(149,74,137); }
H1.HeaderClassName
{
color: #954A89;
}
.AnyTagClassName
{
color: #954A89;
}
</style>
background-color css
<style>
a { background-color: #954A89; }
a { background-color: rgb(149,74,137); }
div.DivClassName
{
background-color: #954A89;
}
.BgClassName
{
background-color: #954A89;
}
</style>
border-color css
<style>
span { border-color: #954A89; }
span { border-color: rgb(149,74,137); }
td.TdClassName
{
border-color: #954A89;
}
.TagClassName
{
border-color: #954A89;
}
</style>