Shades of Trendy Pink #8A578C
Tints of Trendy Pink #8A578C
RGB
CMYK
RGB Variations
Color information
#8A578C (or 0x8A578C) is known color: Trendy Pink. HEX triplet: 8A, 57 and 8C. RGB value is (138,87,140). Sum of RGB (Red+Green+Blue) = 138+87+140=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A578C is #75A873. Grayscale: #6C6C6C. Windows color (decimal): -7710836 or 9197450. OLE color: 9197450.
HSL color Cylindrical-coordinate representation of color #8A578C: hue angle of 297.74º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A578C is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 87 | 140 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.45 |
| HSL | 297.74º | 0.23% | 0.45% | - |
| HSV(B) | 297.74º | 0.38% | 0.55% | - |
| XYZ | 18.62 | 14.11 | 26.55 | - |
| YUV | 108.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 140 | 0.01 | 0.38 | 0 | 0.45 | 297.74 | 0.23 | 0.45 |
| Hex | 8A | 57 | 8C | 1 | 26 | 0 | 2D | 12A | 17 | 2D |
| Octal | 212 | 127 | 214 | 1 | 46 | 0 | 55 | 452 | 27 | 55 |
| Binary | 10001010 | 1010111 | 10001100 | 1 | 100110 | 0 | 101101 | 100101010 | 10111 | 101101 |
Color Harmonies of #8A578C
Complementary color
Monochromatic Colors of #8A578C
Black with #8A578C
Text Example
Text Example
White with #8A578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A578C; }
p { color: rgb(138,87,140); }
H1.HeaderClassName
{
color: #8A578C;
}
.AnyTagClassName
{
color: #8A578C;
}
</style>
background-color css
<style>
a { background-color: #8A578C; }
a { background-color: rgb(138,87,140); }
div.DivClassName
{
background-color: #8A578C;
}
.BgClassName
{
background-color: #8A578C;
}
</style>
border-color css
<style>
span { border-color: #8A578C; }
span { border-color: rgb(138,87,140); }
td.TdClassName
{
border-color: #8A578C;
}
.TagClassName
{
border-color: #8A578C;
}
</style>