Shades of Trendy Pink #8A5089
Tints of Trendy Pink #8A5089
RGB
CMYK
RGB Variations
Color information
#8A5089 (or 0x8A5089) is known color: Trendy Pink. HEX triplet: 8A, 50 and 89. RGB value is (138,80,137). Sum of RGB (Red+Green+Blue) = 138+80+137=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5089 is #75AF76. Grayscale: #676767. Windows color (decimal): -7712631 or 8999050. OLE color: 8999050.
HSL color Cylindrical-coordinate representation of color #8A5089: hue angle of 301.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5089 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 137 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.46 |
| HSL | 301.03º | 0.27% | 0.43% | - |
| HSV(B) | 301.03º | 0.42% | 0.54% | - |
| XYZ | 17.87 | 12.95 | 25.22 | - |
| YUV | 103.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 137 | 0 | 0.42 | 0.01 | 0.46 | 301.03 | 0.27 | 0.43 |
| Hex | 8A | 50 | 89 | 0 | 2A | 1 | 2E | 12D | 1B | 2B |
| Octal | 212 | 120 | 211 | 0 | 52 | 1 | 56 | 455 | 33 | 53 |
| Binary | 10001010 | 1010000 | 10001001 | 0 | 101010 | 1 | 101110 | 100101101 | 11011 | 101011 |
Color Harmonies of #8A5089
Complementary color
Monochromatic Colors of #8A5089
Black with #8A5089
Text Example
Text Example
White with #8A5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5089; }
p { color: rgb(138,80,137); }
H1.HeaderClassName
{
color: #8A5089;
}
.AnyTagClassName
{
color: #8A5089;
}
</style>
background-color css
<style>
a { background-color: #8A5089; }
a { background-color: rgb(138,80,137); }
div.DivClassName
{
background-color: #8A5089;
}
.BgClassName
{
background-color: #8A5089;
}
</style>
border-color css
<style>
span { border-color: #8A5089; }
span { border-color: rgb(138,80,137); }
td.TdClassName
{
border-color: #8A5089;
}
.TagClassName
{
border-color: #8A5089;
}
</style>