Shades of Trendy Pink #8D5189
Tints of Trendy Pink #8D5189
RGB
CMYK
RGB Variations
Color information
#8D5189 (or 0x8D5189) is known color: Trendy Pink. HEX triplet: 8D, 51 and 89. RGB value is (141,81,137). Sum of RGB (Red+Green+Blue) = 141+81+137=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5189 is #72AE76. Grayscale: #696969. Windows color (decimal): -7515767 or 8999309. OLE color: 8999309.
HSL color Cylindrical-coordinate representation of color #8D5189: hue angle of 304º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5189 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 137 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.45 |
| HSL | 304º | 0.27% | 0.44% | - |
| HSV(B) | 304º | 0.43% | 0.55% | - |
| XYZ | 18.44 | 13.35 | 25.27 | - |
| YUV | 105.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 137 | 0 | 0.43 | 0.03 | 0.45 | 304 | 0.27 | 0.44 |
| Hex | 8D | 51 | 89 | 0 | 2B | 3 | 2D | 130 | 1B | 2C |
| Octal | 215 | 121 | 211 | 0 | 53 | 3 | 55 | 460 | 33 | 54 |
| Binary | 10001101 | 1010001 | 10001001 | 0 | 101011 | 11 | 101101 | 100110000 | 11011 | 101100 |
Color Harmonies of #8D5189
Complementary color
Monochromatic Colors of #8D5189
Black with #8D5189
Text Example
Text Example
White with #8D5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5189; }
p { color: rgb(141,81,137); }
H1.HeaderClassName
{
color: #8D5189;
}
.AnyTagClassName
{
color: #8D5189;
}
</style>
background-color css
<style>
a { background-color: #8D5189; }
a { background-color: rgb(141,81,137); }
div.DivClassName
{
background-color: #8D5189;
}
.BgClassName
{
background-color: #8D5189;
}
</style>
border-color css
<style>
span { border-color: #8D5189; }
span { border-color: rgb(141,81,137); }
td.TdClassName
{
border-color: #8D5189;
}
.TagClassName
{
border-color: #8D5189;
}
</style>