Shades of Trendy Pink #8D598A
Tints of Trendy Pink #8D598A
RGB
CMYK
RGB Variations
Color information
#8D598A (or 0x8D598A) is known color: Trendy Pink. HEX triplet: 8D, 59 and 8A. RGB value is (141,89,138). Sum of RGB (Red+Green+Blue) = 141+89+138=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D598A is #72A675. Grayscale: #6D6D6D. Windows color (decimal): -7513718 or 9066893. OLE color: 9066893.
HSL color Cylindrical-coordinate representation of color #8D598A: hue angle of 303.46º 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 #8D598A is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 138 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.45 |
| HSL | 303.46º | 0.23% | 0.45% | - |
| HSV(B) | 303.46º | 0.37% | 0.55% | - |
| XYZ | 19.14 | 14.64 | 25.86 | - |
| YUV | 110.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 138 | 0 | 0.37 | 0.02 | 0.45 | 303.46 | 0.23 | 0.45 |
| Hex | 8D | 59 | 8A | 0 | 25 | 2 | 2D | 12F | 17 | 2D |
| Octal | 215 | 131 | 212 | 0 | 45 | 2 | 55 | 457 | 27 | 55 |
| Binary | 10001101 | 1011001 | 10001010 | 0 | 100101 | 10 | 101101 | 100101111 | 10111 | 101101 |
Color Harmonies of #8D598A
Complementary color
Monochromatic Colors of #8D598A
Black with #8D598A
Text Example
Text Example
White with #8D598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D598A; }
p { color: rgb(141,89,138); }
H1.HeaderClassName
{
color: #8D598A;
}
.AnyTagClassName
{
color: #8D598A;
}
</style>
background-color css
<style>
a { background-color: #8D598A; }
a { background-color: rgb(141,89,138); }
div.DivClassName
{
background-color: #8D598A;
}
.BgClassName
{
background-color: #8D598A;
}
</style>
border-color css
<style>
span { border-color: #8D598A; }
span { border-color: rgb(141,89,138); }
td.TdClassName
{
border-color: #8D598A;
}
.TagClassName
{
border-color: #8D598A;
}
</style>