Shades of Trendy Pink #8A577D
Tints of Trendy Pink #8A577D
RGB
CMYK
RGB Variations
Color information
#8A577D (or 0x8A577D) is known color: Trendy Pink. HEX triplet: 8A, 57 and 7D. RGB value is (138,87,125). Sum of RGB (Red+Green+Blue) = 138+87+125=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 138 - color contains mainly: red. Hex color #8A577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A577D is #75A882. Grayscale: #6A6A6A. Windows color (decimal): -7710851 or 8214410. OLE color: 8214410.
HSL color Cylindrical-coordinate representation of color #8A577D: hue angle of 315.29º 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 #8A577D is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 125 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.46 |
| HSL | 315.29º | 0.23% | 0.44% | - |
| HSV(B) | 315.29º | 0.37% | 0.54% | - |
| XYZ | 17.59 | 13.7 | 21.12 | - |
| YUV | 106.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 125 | 0 | 0.37 | 0.09 | 0.46 | 315.29 | 0.23 | 0.44 |
| Hex | 8A | 57 | 7D | 0 | 25 | 9 | 2E | 13B | 17 | 2C |
| Octal | 212 | 127 | 175 | 0 | 45 | 11 | 56 | 473 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1111101 | 0 | 100101 | 1001 | 101110 | 100111011 | 10111 | 101100 |
Color Harmonies of #8A577D
Complementary color
Monochromatic Colors of #8A577D
Black with #8A577D
Text Example
Text Example
White with #8A577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A577D; }
p { color: rgb(138,87,125); }
H1.HeaderClassName
{
color: #8A577D;
}
.AnyTagClassName
{
color: #8A577D;
}
</style>
background-color css
<style>
a { background-color: #8A577D; }
a { background-color: rgb(138,87,125); }
div.DivClassName
{
background-color: #8A577D;
}
.BgClassName
{
background-color: #8A577D;
}
</style>
border-color css
<style>
span { border-color: #8A577D; }
span { border-color: rgb(138,87,125); }
td.TdClassName
{
border-color: #8A577D;
}
.TagClassName
{
border-color: #8A577D;
}
</style>