Shades of Trendy Pink #8A4980
Tints of Trendy Pink #8A4980
RGB
CMYK
RGB Variations
Color information
#8A4980 (or 0x8A4980) is known color: Trendy Pink. HEX triplet: 8A, 49 and 80. RGB value is (138,73,128). Sum of RGB (Red+Green+Blue) = 138+73+128=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4980 is #75B67F. Grayscale: #626262. Windows color (decimal): -7714432 or 8407434. OLE color: 8407434.
HSL color Cylindrical-coordinate representation of color #8A4980: hue angle of 309.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A4980 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 128 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.46 |
| HSL | 309.23º | 0.31% | 0.41% | - |
| HSV(B) | 309.23º | 0.47% | 0.54% | - |
| XYZ | 16.76 | 11.73 | 21.8 | - |
| YUV | 98.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 128 | 0 | 0.47 | 0.07 | 0.46 | 309.23 | 0.31 | 0.41 |
| Hex | 8A | 49 | 80 | 0 | 2F | 7 | 2E | 135 | 1F | 29 |
| Octal | 212 | 111 | 200 | 0 | 57 | 7 | 56 | 465 | 37 | 51 |
| Binary | 10001010 | 1001001 | 10000000 | 0 | 101111 | 111 | 101110 | 100110101 | 11111 | 101001 |
Color Harmonies of #8A4980
Complementary color
Monochromatic Colors of #8A4980
Black with #8A4980
Text Example
Text Example
White with #8A4980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4980; }
p { color: rgb(138,73,128); }
H1.HeaderClassName
{
color: #8A4980;
}
.AnyTagClassName
{
color: #8A4980;
}
</style>
background-color css
<style>
a { background-color: #8A4980; }
a { background-color: rgb(138,73,128); }
div.DivClassName
{
background-color: #8A4980;
}
.BgClassName
{
background-color: #8A4980;
}
</style>
border-color css
<style>
span { border-color: #8A4980; }
span { border-color: rgb(138,73,128); }
td.TdClassName
{
border-color: #8A4980;
}
.TagClassName
{
border-color: #8A4980;
}
</style>