Shades of Trendy Pink #8A4777
Tints of Trendy Pink #8A4777
RGB
CMYK
RGB Variations
Color information
#8A4777 (or 0x8A4777) is known color: Trendy Pink. HEX triplet: 8A, 47 and 77. RGB value is (138,71,119). Sum of RGB (Red+Green+Blue) = 138+71+119=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4777 is #75B888. Grayscale: #606060. Windows color (decimal): -7714953 or 7817098. OLE color: 7817098.
HSL color Cylindrical-coordinate representation of color #8A4777: hue angle of 317.01º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4777 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 119 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.46 |
| HSL | 317.01º | 0.32% | 0.41% | - |
| HSV(B) | 317.01º | 0.49% | 0.54% | - |
| XYZ | 16.06 | 11.24 | 18.78 | - |
| YUV | 96.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 119 | 0 | 0.49 | 0.14 | 0.46 | 317.01 | 0.32 | 0.41 |
| Hex | 8A | 47 | 77 | 0 | 31 | E | 2E | 13D | 20 | 29 |
| Octal | 212 | 107 | 167 | 0 | 61 | 16 | 56 | 475 | 40 | 51 |
| Binary | 10001010 | 1000111 | 1110111 | 0 | 110001 | 1110 | 101110 | 100111101 | 100000 | 101001 |
Color Harmonies of #8A4777
Complementary color
Monochromatic Colors of #8A4777
Black with #8A4777
Text Example
Text Example
White with #8A4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4777; }
p { color: rgb(138,71,119); }
H1.HeaderClassName
{
color: #8A4777;
}
.AnyTagClassName
{
color: #8A4777;
}
</style>
background-color css
<style>
a { background-color: #8A4777; }
a { background-color: rgb(138,71,119); }
div.DivClassName
{
background-color: #8A4777;
}
.BgClassName
{
background-color: #8A4777;
}
</style>
border-color css
<style>
span { border-color: #8A4777; }
span { border-color: rgb(138,71,119); }
td.TdClassName
{
border-color: #8A4777;
}
.TagClassName
{
border-color: #8A4777;
}
</style>