Shades of Trendy Pink #8C5489
Tints of Trendy Pink #8C5489
RGB
CMYK
RGB Variations
Color information
#8C5489 (or 0x8C5489) is known color: Trendy Pink. HEX triplet: 8C, 54 and 89. RGB value is (140,84,137). Sum of RGB (Red+Green+Blue) = 140+84+137=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5489 is #73AB76. Grayscale: #6A6A6A. Windows color (decimal): -7580535 or 9000076. OLE color: 9000076.
HSL color Cylindrical-coordinate representation of color #8C5489: hue angle of 303.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5489 is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 137 | - |
| CMYK | 0 | 0.4 | 0.02 | 0.45 |
| HSL | 303.21º | 0.25% | 0.44% | - |
| HSV(B) | 303.21º | 0.4% | 0.55% | - |
| XYZ | 18.5 | 13.72 | 25.34 | - |
| YUV | 106.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 137 | 0 | 0.4 | 0.02 | 0.45 | 303.21 | 0.25 | 0.44 |
| Hex | 8C | 54 | 89 | 0 | 28 | 2 | 2D | 12F | 19 | 2C |
| Octal | 214 | 124 | 211 | 0 | 50 | 2 | 55 | 457 | 31 | 54 |
| Binary | 10001100 | 1010100 | 10001001 | 0 | 101000 | 10 | 101101 | 100101111 | 11001 | 101100 |
Color Harmonies of #8C5489
Complementary color
Monochromatic Colors of #8C5489
Black with #8C5489
Text Example
Text Example
White with #8C5489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5489; }
p { color: rgb(140,84,137); }
H1.HeaderClassName
{
color: #8C5489;
}
.AnyTagClassName
{
color: #8C5489;
}
</style>
background-color css
<style>
a { background-color: #8C5489; }
a { background-color: rgb(140,84,137); }
div.DivClassName
{
background-color: #8C5489;
}
.BgClassName
{
background-color: #8C5489;
}
</style>
border-color css
<style>
span { border-color: #8C5489; }
span { border-color: rgb(140,84,137); }
td.TdClassName
{
border-color: #8C5489;
}
.TagClassName
{
border-color: #8C5489;
}
</style>