Shades of Trendy Pink #8A4E80
Tints of Trendy Pink #8A4E80
RGB
CMYK
RGB Variations
Color information
#8A4E80 (or 0x8A4E80) is known color: Trendy Pink. HEX triplet: 8A, 4E and 80. RGB value is (138,78,128). Sum of RGB (Red+Green+Blue) = 138+78+128=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4E80 is #75B17F. Grayscale: #656565. Windows color (decimal): -7713152 or 8408714. OLE color: 8408714.
HSL color Cylindrical-coordinate representation of color #8A4E80: hue angle of 310º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E80 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 128 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.46 |
| HSL | 310º | 0.28% | 0.42% | - |
| HSV(B) | 310º | 0.43% | 0.54% | - |
| XYZ | 17.1 | 12.41 | 21.92 | - |
| YUV | 101.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 128 | 0 | 0.43 | 0.07 | 0.46 | 310 | 0.28 | 0.42 |
| Hex | 8A | 4E | 80 | 0 | 2B | 7 | 2E | 136 | 1C | 2A |
| Octal | 212 | 116 | 200 | 0 | 53 | 7 | 56 | 466 | 34 | 52 |
| Binary | 10001010 | 1001110 | 10000000 | 0 | 101011 | 111 | 101110 | 100110110 | 11100 | 101010 |
Color Harmonies of #8A4E80
Complementary color
Monochromatic Colors of #8A4E80
Black with #8A4E80
Text Example
Text Example
White with #8A4E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E80; }
p { color: rgb(138,78,128); }
H1.HeaderClassName
{
color: #8A4E80;
}
.AnyTagClassName
{
color: #8A4E80;
}
</style>
background-color css
<style>
a { background-color: #8A4E80; }
a { background-color: rgb(138,78,128); }
div.DivClassName
{
background-color: #8A4E80;
}
.BgClassName
{
background-color: #8A4E80;
}
</style>
border-color css
<style>
span { border-color: #8A4E80; }
span { border-color: rgb(138,78,128); }
td.TdClassName
{
border-color: #8A4E80;
}
.TagClassName
{
border-color: #8A4E80;
}
</style>