Shades of Trendy Pink #8A5087
Tints of Trendy Pink #8A5087
RGB
CMYK
RGB Variations
Color information
#8A5087 (or 0x8A5087) is known color: Trendy Pink. HEX triplet: 8A, 50 and 87. RGB value is (138,80,135). Sum of RGB (Red+Green+Blue) = 138+80+135=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5087 is #75AF78. Grayscale: #676767. Windows color (decimal): -7712633 or 8867978. OLE color: 8867978.
HSL color Cylindrical-coordinate representation of color #8A5087: hue angle of 303.1º 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 #8A5087 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 135 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.46 |
| HSL | 303.1º | 0.27% | 0.43% | - |
| HSV(B) | 303.1º | 0.42% | 0.54% | - |
| XYZ | 17.72 | 12.89 | 24.48 | - |
| YUV | 103.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 135 | 0 | 0.42 | 0.02 | 0.46 | 303.1 | 0.27 | 0.43 |
| Hex | 8A | 50 | 87 | 0 | 2A | 2 | 2E | 12F | 1B | 2B |
| Octal | 212 | 120 | 207 | 0 | 52 | 2 | 56 | 457 | 33 | 53 |
| Binary | 10001010 | 1010000 | 10000111 | 0 | 101010 | 10 | 101110 | 100101111 | 11011 | 101011 |
Color Harmonies of #8A5087
Complementary color
Monochromatic Colors of #8A5087
Black with #8A5087
Text Example
Text Example
White with #8A5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5087; }
p { color: rgb(138,80,135); }
H1.HeaderClassName
{
color: #8A5087;
}
.AnyTagClassName
{
color: #8A5087;
}
</style>
background-color css
<style>
a { background-color: #8A5087; }
a { background-color: rgb(138,80,135); }
div.DivClassName
{
background-color: #8A5087;
}
.BgClassName
{
background-color: #8A5087;
}
</style>
border-color css
<style>
span { border-color: #8A5087; }
span { border-color: rgb(138,80,135); }
td.TdClassName
{
border-color: #8A5087;
}
.TagClassName
{
border-color: #8A5087;
}
</style>