Shades of Trendy Pink #8E5984
Tints of Trendy Pink #8E5984
RGB
CMYK
RGB Variations
Color information
#8E5984 (or 0x8E5984) is known color: Trendy Pink. HEX triplet: 8E, 59 and 84. RGB value is (142,89,132). Sum of RGB (Red+Green+Blue) = 142+89+132=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5984 is #71A67B. Grayscale: #6D6D6D. Windows color (decimal): -7448188 or 8673678. OLE color: 8673678.
HSL color Cylindrical-coordinate representation of color #8E5984: hue angle of 311.32º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5984 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 132 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.44 |
| HSL | 311.32º | 0.23% | 0.45% | - |
| HSV(B) | 311.32º | 0.37% | 0.56% | - |
| XYZ | 18.89 | 14.56 | 23.64 | - |
| YUV | 109.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 132 | 0 | 0.37 | 0.07 | 0.44 | 311.32 | 0.23 | 0.45 |
| Hex | 8E | 59 | 84 | 0 | 25 | 7 | 2C | 137 | 17 | 2D |
| Octal | 216 | 131 | 204 | 0 | 45 | 7 | 54 | 467 | 27 | 55 |
| Binary | 10001110 | 1011001 | 10000100 | 0 | 100101 | 111 | 101100 | 100110111 | 10111 | 101101 |
Color Harmonies of #8E5984
Complementary color
Monochromatic Colors of #8E5984
Black with #8E5984
Text Example
Text Example
White with #8E5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5984; }
p { color: rgb(142,89,132); }
H1.HeaderClassName
{
color: #8E5984;
}
.AnyTagClassName
{
color: #8E5984;
}
</style>
background-color css
<style>
a { background-color: #8E5984; }
a { background-color: rgb(142,89,132); }
div.DivClassName
{
background-color: #8E5984;
}
.BgClassName
{
background-color: #8E5984;
}
</style>
border-color css
<style>
span { border-color: #8E5984; }
span { border-color: rgb(142,89,132); }
td.TdClassName
{
border-color: #8E5984;
}
.TagClassName
{
border-color: #8E5984;
}
</style>