Shades of Trendy Pink #8A5589
Tints of Trendy Pink #8A5589
RGB
CMYK
RGB Variations
Color information
#8A5589 (or 0x8A5589) is known color: Trendy Pink. HEX triplet: 8A, 55 and 89. RGB value is (138,85,137). Sum of RGB (Red+Green+Blue) = 138+85+137=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5589 is #75AA76. Grayscale: #6A6A6A. Windows color (decimal): -7711351 or 9000330. OLE color: 9000330.
HSL color Cylindrical-coordinate representation of color #8A5589: hue angle of 301.13º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5589 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 137 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.46 |
| HSL | 301.13º | 0.24% | 0.44% | - |
| HSV(B) | 301.13º | 0.38% | 0.54% | - |
| XYZ | 18.25 | 13.71 | 25.35 | - |
| YUV | 106.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 137 | 0 | 0.38 | 0.01 | 0.46 | 301.13 | 0.24 | 0.44 |
| Hex | 8A | 55 | 89 | 0 | 26 | 1 | 2E | 12D | 18 | 2C |
| Octal | 212 | 125 | 211 | 0 | 46 | 1 | 56 | 455 | 30 | 54 |
| Binary | 10001010 | 1010101 | 10001001 | 0 | 100110 | 1 | 101110 | 100101101 | 11000 | 101100 |
Color Harmonies of #8A5589
Complementary color
Monochromatic Colors of #8A5589
Black with #8A5589
Text Example
Text Example
White with #8A5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5589; }
p { color: rgb(138,85,137); }
H1.HeaderClassName
{
color: #8A5589;
}
.AnyTagClassName
{
color: #8A5589;
}
</style>
background-color css
<style>
a { background-color: #8A5589; }
a { background-color: rgb(138,85,137); }
div.DivClassName
{
background-color: #8A5589;
}
.BgClassName
{
background-color: #8A5589;
}
</style>
border-color css
<style>
span { border-color: #8A5589; }
span { border-color: rgb(138,85,137); }
td.TdClassName
{
border-color: #8A5589;
}
.TagClassName
{
border-color: #8A5589;
}
</style>