Shades of Trendy Pink #8A4887
Tints of Trendy Pink #8A4887
RGB
CMYK
RGB Variations
Color information
#8A4887 (or 0x8A4887) is known color: Trendy Pink. HEX triplet: 8A, 48 and 87. RGB value is (138,72,135). Sum of RGB (Red+Green+Blue) = 138+72+135=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4887 is #75B778. Grayscale: #626262. Windows color (decimal): -7714681 or 8865930. OLE color: 8865930.
HSL color Cylindrical-coordinate representation of color #8A4887: hue angle of 302.73º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A4887 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 135 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.46 |
| HSL | 302.73º | 0.31% | 0.41% | - |
| HSV(B) | 302.73º | 0.48% | 0.54% | - |
| XYZ | 17.17 | 11.79 | 24.29 | - |
| YUV | 98.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 135 | 0 | 0.48 | 0.02 | 0.46 | 302.73 | 0.31 | 0.41 |
| Hex | 8A | 48 | 87 | 0 | 30 | 2 | 2E | 12F | 1F | 29 |
| Octal | 212 | 110 | 207 | 0 | 60 | 2 | 56 | 457 | 37 | 51 |
| Binary | 10001010 | 1001000 | 10000111 | 0 | 110000 | 10 | 101110 | 100101111 | 11111 | 101001 |
Color Harmonies of #8A4887
Complementary color
Monochromatic Colors of #8A4887
Black with #8A4887
Text Example
Text Example
White with #8A4887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4887; }
p { color: rgb(138,72,135); }
H1.HeaderClassName
{
color: #8A4887;
}
.AnyTagClassName
{
color: #8A4887;
}
</style>
background-color css
<style>
a { background-color: #8A4887; }
a { background-color: rgb(138,72,135); }
div.DivClassName
{
background-color: #8A4887;
}
.BgClassName
{
background-color: #8A4887;
}
</style>
border-color css
<style>
span { border-color: #8A4887; }
span { border-color: rgb(138,72,135); }
td.TdClassName
{
border-color: #8A4887;
}
.TagClassName
{
border-color: #8A4887;
}
</style>