Shades of Trendy Pink #8A5980
Tints of Trendy Pink #8A5980
RGB
CMYK
RGB Variations
Color information
#8A5980 (or 0x8A5980) is known color: Trendy Pink. HEX triplet: 8A, 59 and 80. RGB value is (138,89,128). Sum of RGB (Red+Green+Blue) = 138+89+128=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5980 is #75A67F. Grayscale: #6B6B6B. Windows color (decimal): -7710336 or 8411530. OLE color: 8411530.
HSL color Cylindrical-coordinate representation of color #8A5980: hue angle of 312.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5980 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 89 | 128 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.46 |
| HSL | 312.24º | 0.22% | 0.45% | - |
| HSV(B) | 312.24º | 0.36% | 0.54% | - |
| XYZ | 17.95 | 14.11 | 22.2 | - |
| YUV | 108.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 128 | 0 | 0.36 | 0.07 | 0.46 | 312.24 | 0.22 | 0.45 |
| Hex | 8A | 59 | 80 | 0 | 24 | 7 | 2E | 138 | 16 | 2D |
| Octal | 212 | 131 | 200 | 0 | 44 | 7 | 56 | 470 | 26 | 55 |
| Binary | 10001010 | 1011001 | 10000000 | 0 | 100100 | 111 | 101110 | 100111000 | 10110 | 101101 |
Color Harmonies of #8A5980
Complementary color
Monochromatic Colors of #8A5980
Black with #8A5980
Text Example
Text Example
White with #8A5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5980; }
p { color: rgb(138,89,128); }
H1.HeaderClassName
{
color: #8A5980;
}
.AnyTagClassName
{
color: #8A5980;
}
</style>
background-color css
<style>
a { background-color: #8A5980; }
a { background-color: rgb(138,89,128); }
div.DivClassName
{
background-color: #8A5980;
}
.BgClassName
{
background-color: #8A5980;
}
</style>
border-color css
<style>
span { border-color: #8A5980; }
span { border-color: rgb(138,89,128); }
td.TdClassName
{
border-color: #8A5980;
}
.TagClassName
{
border-color: #8A5980;
}
</style>