Shades of Trendy Pink #954C89
Tints of Trendy Pink #954C89
RGB
CMYK
RGB Variations
Color information
#954C89 (or 0x954C89) is known color: Trendy Pink. HEX triplet: 95, 4C and 89. RGB value is (149,76,137). Sum of RGB (Red+Green+Blue) = 149+76+137=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #954C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C89 is #6AB376. Grayscale: #686868. Windows color (decimal): -6992759 or 8998037. OLE color: 8998037.
HSL color Cylindrical-coordinate representation of color #954C89: hue angle of 309.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C89 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 137 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.42 |
| HSL | 309.86º | 0.32% | 0.44% | - |
| HSV(B) | 309.86º | 0.49% | 0.58% | - |
| XYZ | 19.49 | 13.36 | 25.22 | - |
| YUV | 104.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 137 | 0 | 0.49 | 0.08 | 0.42 | 309.86 | 0.32 | 0.44 |
| Hex | 95 | 4C | 89 | 0 | 31 | 8 | 2A | 136 | 20 | 2C |
| Octal | 225 | 114 | 211 | 0 | 61 | 10 | 52 | 466 | 40 | 54 |
| Binary | 10010101 | 1001100 | 10001001 | 0 | 110001 | 1000 | 101010 | 100110110 | 100000 | 101100 |
Color Harmonies of #954C89
Complementary color
Monochromatic Colors of #954C89
Black with #954C89
Text Example
Text Example
White with #954C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C89; }
p { color: rgb(149,76,137); }
H1.HeaderClassName
{
color: #954C89;
}
.AnyTagClassName
{
color: #954C89;
}
</style>
background-color css
<style>
a { background-color: #954C89; }
a { background-color: rgb(149,76,137); }
div.DivClassName
{
background-color: #954C89;
}
.BgClassName
{
background-color: #954C89;
}
</style>
border-color css
<style>
span { border-color: #954C89; }
span { border-color: rgb(149,76,137); }
td.TdClassName
{
border-color: #954C89;
}
.TagClassName
{
border-color: #954C89;
}
</style>