Shades of Trendy Pink #8D598F
Tints of Trendy Pink #8D598F
RGB
CMYK
RGB Variations
Color information
#8D598F (or 0x8D598F) is known color: Trendy Pink. HEX triplet: 8D, 59 and 8F. RGB value is (141,89,143). Sum of RGB (Red+Green+Blue) = 141+89+143=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D598F is #72A670. Grayscale: #6E6E6E. Windows color (decimal): -7513713 or 9394573. OLE color: 9394573.
HSL color Cylindrical-coordinate representation of color #8D598F: hue angle of 297.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D598F is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 89 | 143 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.44 |
| HSL | 297.78º | 0.23% | 0.45% | - |
| HSV(B) | 297.78º | 0.38% | 0.56% | - |
| XYZ | 19.51 | 14.79 | 27.81 | - |
| YUV | 110.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 143 | 0.01 | 0.38 | 0 | 0.44 | 297.78 | 0.23 | 0.45 |
| Hex | 8D | 59 | 8F | 1 | 26 | 0 | 2C | 12A | 17 | 2D |
| Octal | 215 | 131 | 217 | 1 | 46 | 0 | 54 | 452 | 27 | 55 |
| Binary | 10001101 | 1011001 | 10001111 | 1 | 100110 | 0 | 101100 | 100101010 | 10111 | 101101 |
Color Harmonies of #8D598F
Complementary color
Monochromatic Colors of #8D598F
Black with #8D598F
Text Example
Text Example
White with #8D598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D598F; }
p { color: rgb(141,89,143); }
H1.HeaderClassName
{
color: #8D598F;
}
.AnyTagClassName
{
color: #8D598F;
}
</style>
background-color css
<style>
a { background-color: #8D598F; }
a { background-color: rgb(141,89,143); }
div.DivClassName
{
background-color: #8D598F;
}
.BgClassName
{
background-color: #8D598F;
}
</style>
border-color css
<style>
span { border-color: #8D598F; }
span { border-color: rgb(141,89,143); }
td.TdClassName
{
border-color: #8D598F;
}
.TagClassName
{
border-color: #8D598F;
}
</style>