Shades of Trendy Pink #8D5289
Tints of Trendy Pink #8D5289
RGB
CMYK
RGB Variations
Color information
#8D5289 (or 0x8D5289) is known color: Trendy Pink. HEX triplet: 8D, 52 and 89. RGB value is (141,82,137). Sum of RGB (Red+Green+Blue) = 141+82+137=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5289 is #72AD76. Grayscale: #696969. Windows color (decimal): -7515511 or 8999565. OLE color: 8999565.
HSL color Cylindrical-coordinate representation of color #8D5289: hue angle of 304.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D5289 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 137 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.45 |
| HSL | 304.07º | 0.26% | 0.44% | - |
| HSV(B) | 304.07º | 0.42% | 0.55% | - |
| XYZ | 18.52 | 13.5 | 25.3 | - |
| YUV | 105.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 137 | 0 | 0.42 | 0.03 | 0.45 | 304.07 | 0.26 | 0.44 |
| Hex | 8D | 52 | 89 | 0 | 2A | 3 | 2D | 130 | 1A | 2C |
| Octal | 215 | 122 | 211 | 0 | 52 | 3 | 55 | 460 | 32 | 54 |
| Binary | 10001101 | 1010010 | 10001001 | 0 | 101010 | 11 | 101101 | 100110000 | 11010 | 101100 |
Color Harmonies of #8D5289
Complementary color
Monochromatic Colors of #8D5289
Black with #8D5289
Text Example
Text Example
White with #8D5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5289; }
p { color: rgb(141,82,137); }
H1.HeaderClassName
{
color: #8D5289;
}
.AnyTagClassName
{
color: #8D5289;
}
</style>
background-color css
<style>
a { background-color: #8D5289; }
a { background-color: rgb(141,82,137); }
div.DivClassName
{
background-color: #8D5289;
}
.BgClassName
{
background-color: #8D5289;
}
</style>
border-color css
<style>
span { border-color: #8D5289; }
span { border-color: rgb(141,82,137); }
td.TdClassName
{
border-color: #8D5289;
}
.TagClassName
{
border-color: #8D5289;
}
</style>