Shades of Trendy Pink #955589
Tints of Trendy Pink #955589
RGB
CMYK
RGB Variations
Color information
#955589 (or 0x955589) is known color: Trendy Pink. HEX triplet: 95, 55 and 89. RGB value is (149,85,137). Sum of RGB (Red+Green+Blue) = 149+85+137=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #955589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955589 is #6AAA76. Grayscale: #6D6D6D. Windows color (decimal): -6990455 or 9000341. OLE color: 9000341.
HSL color Cylindrical-coordinate representation of color #955589: hue angle of 311.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955589 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 137 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.42 |
| HSL | 311.25º | 0.27% | 0.46% | - |
| HSV(B) | 311.25º | 0.43% | 0.58% | - |
| XYZ | 20.16 | 14.69 | 25.44 | - |
| YUV | 110.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 137 | 0 | 0.43 | 0.08 | 0.42 | 311.25 | 0.27 | 0.46 |
| Hex | 95 | 55 | 89 | 0 | 2B | 8 | 2A | 137 | 1B | 2E |
| Octal | 225 | 125 | 211 | 0 | 53 | 10 | 52 | 467 | 33 | 56 |
| Binary | 10010101 | 1010101 | 10001001 | 0 | 101011 | 1000 | 101010 | 100110111 | 11011 | 101110 |
Color Harmonies of #955589
Complementary color
Monochromatic Colors of #955589
Black with #955589
Text Example
Text Example
White with #955589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955589; }
p { color: rgb(149,85,137); }
H1.HeaderClassName
{
color: #955589;
}
.AnyTagClassName
{
color: #955589;
}
</style>
background-color css
<style>
a { background-color: #955589; }
a { background-color: rgb(149,85,137); }
div.DivClassName
{
background-color: #955589;
}
.BgClassName
{
background-color: #955589;
}
</style>
border-color css
<style>
span { border-color: #955589; }
span { border-color: rgb(149,85,137); }
td.TdClassName
{
border-color: #955589;
}
.TagClassName
{
border-color: #955589;
}
</style>