Shades of Trendy Pink #8D5890
Tints of Trendy Pink #8D5890
RGB
CMYK
RGB Variations
Color information
#8D5890 (or 0x8D5890) is known color: Trendy Pink. HEX triplet: 8D, 58 and 90. RGB value is (141,88,144). Sum of RGB (Red+Green+Blue) = 141+88+144=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5890 is #72A76F. Grayscale: #6E6E6E. Windows color (decimal): -7513968 or 9459853. OLE color: 9459853.
HSL color Cylindrical-coordinate representation of color #8D5890: hue angle of 296.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5890 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 88 | 144 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.44 |
| HSL | 296.79º | 0.24% | 0.45% | - |
| HSV(B) | 296.79º | 0.39% | 0.56% | - |
| XYZ | 19.51 | 14.66 | 28.19 | - |
| YUV | 110.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 144 | 0.02 | 0.39 | 0 | 0.44 | 296.79 | 0.24 | 0.45 |
| Hex | 8D | 58 | 90 | 2 | 27 | 0 | 2C | 129 | 18 | 2D |
| Octal | 215 | 130 | 220 | 2 | 47 | 0 | 54 | 451 | 30 | 55 |
| Binary | 10001101 | 1011000 | 10010000 | 10 | 100111 | 0 | 101100 | 100101001 | 11000 | 101101 |
Color Harmonies of #8D5890
Complementary color
Monochromatic Colors of #8D5890
Black with #8D5890
Text Example
Text Example
White with #8D5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5890; }
p { color: rgb(141,88,144); }
H1.HeaderClassName
{
color: #8D5890;
}
.AnyTagClassName
{
color: #8D5890;
}
</style>
background-color css
<style>
a { background-color: #8D5890; }
a { background-color: rgb(141,88,144); }
div.DivClassName
{
background-color: #8D5890;
}
.BgClassName
{
background-color: #8D5890;
}
</style>
border-color css
<style>
span { border-color: #8D5890; }
span { border-color: rgb(141,88,144); }
td.TdClassName
{
border-color: #8D5890;
}
.TagClassName
{
border-color: #8D5890;
}
</style>