Shades of Trendy Pink #8A578A
Tints of Trendy Pink #8A578A
RGB
CMYK
RGB Variations
Color information
#8A578A (or 0x8A578A) is known color: Trendy Pink. HEX triplet: 8A, 57 and 8A. RGB value is (138,87,138). Sum of RGB (Red+Green+Blue) = 138+87+138=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A578A is #75A875. Grayscale: #6B6B6B. Windows color (decimal): -7710838 or 9066378. OLE color: 9066378.
HSL color Cylindrical-coordinate representation of color #8A578A: hue angle of 300º 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 #8A578A is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 138 | - |
| CMYK | 0 | 0.37 | 0 | 0.46 |
| HSL | 300º | 0.23% | 0.44% | - |
| HSV(B) | 300º | 0.37% | 0.54% | - |
| XYZ | 18.48 | 14.05 | 25.78 | - |
| YUV | 108.06 | 144.9 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 138 | 0 | 0.37 | 0 | 0.46 | 300 | 0.23 | 0.44 |
| Hex | 8A | 57 | 8A | 0 | 25 | 0 | 2E | 12C | 17 | 2C |
| Octal | 212 | 127 | 212 | 0 | 45 | 0 | 56 | 454 | 27 | 54 |
| Binary | 10001010 | 1010111 | 10001010 | 0 | 100101 | 0 | 101110 | 100101100 | 10111 | 101100 |
Color Harmonies of #8A578A
Complementary color
Monochromatic Colors of #8A578A
Black with #8A578A
Text Example
Text Example
White with #8A578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A578A; }
p { color: rgb(138,87,138); }
H1.HeaderClassName
{
color: #8A578A;
}
.AnyTagClassName
{
color: #8A578A;
}
</style>
background-color css
<style>
a { background-color: #8A578A; }
a { background-color: rgb(138,87,138); }
div.DivClassName
{
background-color: #8A578A;
}
.BgClassName
{
background-color: #8A578A;
}
</style>
border-color css
<style>
span { border-color: #8A578A; }
span { border-color: rgb(138,87,138); }
td.TdClassName
{
border-color: #8A578A;
}
.TagClassName
{
border-color: #8A578A;
}
</style>