Shades of Trendy Pink #954987
Tints of Trendy Pink #954987
RGB
CMYK
RGB Variations
Color information
#954987 (or 0x954987) is known color: Trendy Pink. HEX triplet: 95, 49 and 87. RGB value is (149,73,135). Sum of RGB (Red+Green+Blue) = 149+73+135=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #954987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954987 is #6AB678. Grayscale: #666666. Windows color (decimal): -6993529 or 8866197. OLE color: 8866197.
HSL color Cylindrical-coordinate representation of color #954987: hue angle of 311.05º 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 #954987 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 135 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.42 |
| HSL | 311.05º | 0.34% | 0.44% | - |
| HSV(B) | 311.05º | 0.51% | 0.58% | - |
| XYZ | 19.15 | 12.9 | 24.4 | - |
| YUV | 102.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 135 | 0 | 0.51 | 0.09 | 0.42 | 311.05 | 0.34 | 0.44 |
| Hex | 95 | 49 | 87 | 0 | 33 | 9 | 2A | 137 | 22 | 2C |
| Octal | 225 | 111 | 207 | 0 | 63 | 11 | 52 | 467 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10000111 | 0 | 110011 | 1001 | 101010 | 100110111 | 100010 | 101100 |
Color Harmonies of #954987
Complementary color
Monochromatic Colors of #954987
Black with #954987
Text Example
Text Example
White with #954987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954987; }
p { color: rgb(149,73,135); }
H1.HeaderClassName
{
color: #954987;
}
.AnyTagClassName
{
color: #954987;
}
</style>
background-color css
<style>
a { background-color: #954987; }
a { background-color: rgb(149,73,135); }
div.DivClassName
{
background-color: #954987;
}
.BgClassName
{
background-color: #954987;
}
</style>
border-color css
<style>
span { border-color: #954987; }
span { border-color: rgb(149,73,135); }
td.TdClassName
{
border-color: #954987;
}
.TagClassName
{
border-color: #954987;
}
</style>