Shades of Trendy Pink #954C87
Tints of Trendy Pink #954C87
RGB
CMYK
RGB Variations
Color information
#954C87 (or 0x954C87) is known color: Trendy Pink. HEX triplet: 95, 4C and 87. RGB value is (149,76,135). Sum of RGB (Red+Green+Blue) = 149+76+135=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #954C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C87 is #6AB378. Grayscale: #686868. Windows color (decimal): -6992761 or 8866965. OLE color: 8866965.
HSL color Cylindrical-coordinate representation of color #954C87: hue angle of 311.51º 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 #954C87 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 135 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.42 |
| HSL | 311.51º | 0.32% | 0.44% | - |
| HSV(B) | 311.51º | 0.49% | 0.58% | - |
| XYZ | 19.35 | 13.31 | 24.47 | - |
| YUV | 104.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 135 | 0 | 0.49 | 0.09 | 0.42 | 311.51 | 0.32 | 0.44 |
| Hex | 95 | 4C | 87 | 0 | 31 | 9 | 2A | 138 | 20 | 2C |
| Octal | 225 | 114 | 207 | 0 | 61 | 11 | 52 | 470 | 40 | 54 |
| Binary | 10010101 | 1001100 | 10000111 | 0 | 110001 | 1001 | 101010 | 100111000 | 100000 | 101100 |
Color Harmonies of #954C87
Complementary color
Monochromatic Colors of #954C87
Black with #954C87
Text Example
Text Example
White with #954C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C87; }
p { color: rgb(149,76,135); }
H1.HeaderClassName
{
color: #954C87;
}
.AnyTagClassName
{
color: #954C87;
}
</style>
background-color css
<style>
a { background-color: #954C87; }
a { background-color: rgb(149,76,135); }
div.DivClassName
{
background-color: #954C87;
}
.BgClassName
{
background-color: #954C87;
}
</style>
border-color css
<style>
span { border-color: #954C87; }
span { border-color: rgb(149,76,135); }
td.TdClassName
{
border-color: #954C87;
}
.TagClassName
{
border-color: #954C87;
}
</style>