Shades of Trendy Pink #8D5F89
Tints of Trendy Pink #8D5F89
RGB
CMYK
RGB Variations
Color information
#8D5F89 (or 0x8D5F89) is known color: Trendy Pink. HEX triplet: 8D, 5F and 89. RGB value is (141,95,137). Sum of RGB (Red+Green+Blue) = 141+95+137=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5F89 is #72A076. Grayscale: #717171. Windows color (decimal): -7512183 or 9002893. OLE color: 9002893.
HSL color Cylindrical-coordinate representation of color #8D5F89: hue angle of 305.22º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D5F89 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 95 | 137 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.45 |
| HSL | 305.22º | 0.19% | 0.46% | - |
| HSV(B) | 305.22º | 0.33% | 0.55% | - |
| XYZ | 19.59 | 15.65 | 25.66 | - |
| YUV | 113.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 137 | 0 | 0.33 | 0.03 | 0.45 | 305.22 | 0.19 | 0.46 |
| Hex | 8D | 5F | 89 | 0 | 21 | 3 | 2D | 131 | 13 | 2E |
| Octal | 215 | 137 | 211 | 0 | 41 | 3 | 55 | 461 | 23 | 56 |
| Binary | 10001101 | 1011111 | 10001001 | 0 | 100001 | 11 | 101101 | 100110001 | 10011 | 101110 |
Color Harmonies of #8D5F89
Complementary color
Monochromatic Colors of #8D5F89
Black with #8D5F89
Text Example
Text Example
White with #8D5F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5F89; }
p { color: rgb(141,95,137); }
H1.HeaderClassName
{
color: #8D5F89;
}
.AnyTagClassName
{
color: #8D5F89;
}
</style>
background-color css
<style>
a { background-color: #8D5F89; }
a { background-color: rgb(141,95,137); }
div.DivClassName
{
background-color: #8D5F89;
}
.BgClassName
{
background-color: #8D5F89;
}
</style>
border-color css
<style>
span { border-color: #8D5F89; }
span { border-color: rgb(141,95,137); }
td.TdClassName
{
border-color: #8D5F89;
}
.TagClassName
{
border-color: #8D5F89;
}
</style>