Shades of Trendy Pink #955287
Tints of Trendy Pink #955287
RGB
CMYK
RGB Variations
Color information
#955287 (or 0x955287) is known color: Trendy Pink. HEX triplet: 95, 52 and 87. RGB value is (149,82,135). Sum of RGB (Red+Green+Blue) = 149+82+135=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955287 is #6AAD78. Grayscale: #6B6B6B. Windows color (decimal): -6991225 or 8868501. OLE color: 8868501.
HSL color Cylindrical-coordinate representation of color #955287: hue angle of 312.54º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955287 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 135 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.42 |
| HSL | 312.54º | 0.29% | 0.45% | - |
| HSV(B) | 312.54º | 0.45% | 0.58% | - |
| XYZ | 19.78 | 14.17 | 24.61 | - |
| YUV | 108.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 135 | 0 | 0.45 | 0.09 | 0.42 | 312.54 | 0.29 | 0.45 |
| Hex | 95 | 52 | 87 | 0 | 2D | 9 | 2A | 139 | 1D | 2D |
| Octal | 225 | 122 | 207 | 0 | 55 | 11 | 52 | 471 | 35 | 55 |
| Binary | 10010101 | 1010010 | 10000111 | 0 | 101101 | 1001 | 101010 | 100111001 | 11101 | 101101 |
Color Harmonies of #955287
Complementary color
Monochromatic Colors of #955287
Black with #955287
Text Example
Text Example
White with #955287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955287; }
p { color: rgb(149,82,135); }
H1.HeaderClassName
{
color: #955287;
}
.AnyTagClassName
{
color: #955287;
}
</style>
background-color css
<style>
a { background-color: #955287; }
a { background-color: rgb(149,82,135); }
div.DivClassName
{
background-color: #955287;
}
.BgClassName
{
background-color: #955287;
}
</style>
border-color css
<style>
span { border-color: #955287; }
span { border-color: rgb(149,82,135); }
td.TdClassName
{
border-color: #955287;
}
.TagClassName
{
border-color: #955287;
}
</style>