Shades of Trendy Pink #954985
Tints of Trendy Pink #954985
RGB
CMYK
RGB Variations
Color information
#954985 (or 0x954985) is known color: Trendy Pink. HEX triplet: 95, 49 and 85. RGB value is (149,73,133). Sum of RGB (Red+Green+Blue) = 149+73+133=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #954985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954985 is #6AB67A. Grayscale: #666666. Windows color (decimal): -6993531 or 8735125. OLE color: 8735125.
HSL color Cylindrical-coordinate representation of color #954985: hue angle of 312.63º 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 #954985 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 133 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.42 |
| HSL | 312.63º | 0.34% | 0.44% | - |
| HSV(B) | 312.63º | 0.51% | 0.58% | - |
| XYZ | 19.01 | 12.85 | 23.67 | - |
| YUV | 102.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 133 | 0 | 0.51 | 0.11 | 0.42 | 312.63 | 0.34 | 0.44 |
| Hex | 95 | 49 | 85 | 0 | 33 | B | 2A | 139 | 22 | 2C |
| Octal | 225 | 111 | 205 | 0 | 63 | 13 | 52 | 471 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10000101 | 0 | 110011 | 1011 | 101010 | 100111001 | 100010 | 101100 |
Color Harmonies of #954985
Complementary color
Monochromatic Colors of #954985
Black with #954985
Text Example
Text Example
White with #954985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954985; }
p { color: rgb(149,73,133); }
H1.HeaderClassName
{
color: #954985;
}
.AnyTagClassName
{
color: #954985;
}
</style>
background-color css
<style>
a { background-color: #954985; }
a { background-color: rgb(149,73,133); }
div.DivClassName
{
background-color: #954985;
}
.BgClassName
{
background-color: #954985;
}
</style>
border-color css
<style>
span { border-color: #954985; }
span { border-color: rgb(149,73,133); }
td.TdClassName
{
border-color: #954985;
}
.TagClassName
{
border-color: #954985;
}
</style>