Shades of Trendy Pink #954981
Tints of Trendy Pink #954981
RGB
CMYK
RGB Variations
Color information
#954981 (or 0x954981) is known color: Trendy Pink. HEX triplet: 95, 49 and 81. RGB value is (149,73,129). Sum of RGB (Red+Green+Blue) = 149+73+129=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #954981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954981 is #6AB67E. Grayscale: #656565. Windows color (decimal): -6993535 or 8472981. OLE color: 8472981.
HSL color Cylindrical-coordinate representation of color #954981: hue angle of 315.79º 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 #954981 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 129 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.42 |
| HSL | 315.79º | 0.34% | 0.44% | - |
| HSV(B) | 315.79º | 0.51% | 0.58% | - |
| XYZ | 18.74 | 12.74 | 22.24 | - |
| YUV | 102.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 129 | 0 | 0.51 | 0.13 | 0.42 | 315.79 | 0.34 | 0.44 |
| Hex | 95 | 49 | 81 | 0 | 33 | D | 2A | 13C | 22 | 2C |
| Octal | 225 | 111 | 201 | 0 | 63 | 15 | 52 | 474 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10000001 | 0 | 110011 | 1101 | 101010 | 100111100 | 100010 | 101100 |
Color Harmonies of #954981
Complementary color
Monochromatic Colors of #954981
Black with #954981
Text Example
Text Example
White with #954981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954981; }
p { color: rgb(149,73,129); }
H1.HeaderClassName
{
color: #954981;
}
.AnyTagClassName
{
color: #954981;
}
</style>
background-color css
<style>
a { background-color: #954981; }
a { background-color: rgb(149,73,129); }
div.DivClassName
{
background-color: #954981;
}
.BgClassName
{
background-color: #954981;
}
</style>
border-color css
<style>
span { border-color: #954981; }
span { border-color: rgb(149,73,129); }
td.TdClassName
{
border-color: #954981;
}
.TagClassName
{
border-color: #954981;
}
</style>