Shades of Trendy Pink #8D598B
Tints of Trendy Pink #8D598B
RGB
CMYK
RGB Variations
Color information
#8D598B (or 0x8D598B) is known color: Trendy Pink. HEX triplet: 8D, 59 and 8B. RGB value is (141,89,139). Sum of RGB (Red+Green+Blue) = 141+89+139=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D598B is #72A674. Grayscale: #6E6E6E. Windows color (decimal): -7513717 or 9132429. OLE color: 9132429.
HSL color Cylindrical-coordinate representation of color #8D598B: hue angle of 302.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D598B is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 139 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.45 |
| HSL | 302.31º | 0.23% | 0.45% | - |
| HSV(B) | 302.31º | 0.37% | 0.55% | - |
| XYZ | 19.22 | 14.67 | 26.25 | - |
| YUV | 110.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 139 | 0 | 0.37 | 0.01 | 0.45 | 302.31 | 0.23 | 0.45 |
| Hex | 8D | 59 | 8B | 0 | 25 | 1 | 2D | 12E | 17 | 2D |
| Octal | 215 | 131 | 213 | 0 | 45 | 1 | 55 | 456 | 27 | 55 |
| Binary | 10001101 | 1011001 | 10001011 | 0 | 100101 | 1 | 101101 | 100101110 | 10111 | 101101 |
Color Harmonies of #8D598B
Complementary color
Monochromatic Colors of #8D598B
Black with #8D598B
Text Example
Text Example
White with #8D598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D598B; }
p { color: rgb(141,89,139); }
H1.HeaderClassName
{
color: #8D598B;
}
.AnyTagClassName
{
color: #8D598B;
}
</style>
background-color css
<style>
a { background-color: #8D598B; }
a { background-color: rgb(141,89,139); }
div.DivClassName
{
background-color: #8D598B;
}
.BgClassName
{
background-color: #8D598B;
}
</style>
border-color css
<style>
span { border-color: #8D598B; }
span { border-color: rgb(141,89,139); }
td.TdClassName
{
border-color: #8D598B;
}
.TagClassName
{
border-color: #8D598B;
}
</style>