Shades of Trendy Pink #8A577F
Tints of Trendy Pink #8A577F
RGB
CMYK
RGB Variations
Color information
#8A577F (or 0x8A577F) is known color: Trendy Pink. HEX triplet: 8A, 57 and 7F. RGB value is (138,87,127). Sum of RGB (Red+Green+Blue) = 138+87+127=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A577F is #75A880. Grayscale: #6A6A6A. Windows color (decimal): -7710849 or 8345482. OLE color: 8345482.
HSL color Cylindrical-coordinate representation of color #8A577F: hue angle of 312.94º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A577F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 127 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.46 |
| HSL | 312.94º | 0.23% | 0.44% | - |
| HSV(B) | 312.94º | 0.37% | 0.54% | - |
| XYZ | 17.72 | 13.75 | 21.8 | - |
| YUV | 106.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 127 | 0 | 0.37 | 0.08 | 0.46 | 312.94 | 0.23 | 0.44 |
| Hex | 8A | 57 | 7F | 0 | 25 | 8 | 2E | 139 | 17 | 2C |
| Octal | 212 | 127 | 177 | 0 | 45 | 10 | 56 | 471 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1111111 | 0 | 100101 | 1000 | 101110 | 100111001 | 10111 | 101100 |
Color Harmonies of #8A577F
Complementary color
Monochromatic Colors of #8A577F
Black with #8A577F
Text Example
Text Example
White with #8A577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A577F; }
p { color: rgb(138,87,127); }
H1.HeaderClassName
{
color: #8A577F;
}
.AnyTagClassName
{
color: #8A577F;
}
</style>
background-color css
<style>
a { background-color: #8A577F; }
a { background-color: rgb(138,87,127); }
div.DivClassName
{
background-color: #8A577F;
}
.BgClassName
{
background-color: #8A577F;
}
</style>
border-color css
<style>
span { border-color: #8A577F; }
span { border-color: rgb(138,87,127); }
td.TdClassName
{
border-color: #8A577F;
}
.TagClassName
{
border-color: #8A577F;
}
</style>