Shades of Trendy Pink #8A4E89
Tints of Trendy Pink #8A4E89
RGB
CMYK
RGB Variations
Color information
#8A4E89 (or 0x8A4E89) is known color: Trendy Pink. HEX triplet: 8A, 4E and 89. RGB value is (138,78,137). Sum of RGB (Red+Green+Blue) = 138+78+137=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4E89 is #75B176. Grayscale: #666666. Windows color (decimal): -7713143 or 8998538. OLE color: 8998538.
HSL color Cylindrical-coordinate representation of color #8A4E89: hue angle of 301º 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 #8A4E89 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 137 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.46 |
| HSL | 301º | 0.28% | 0.42% | - |
| HSV(B) | 301º | 0.43% | 0.54% | - |
| XYZ | 17.72 | 12.66 | 25.18 | - |
| YUV | 102.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 137 | 0 | 0.43 | 0.01 | 0.46 | 301 | 0.28 | 0.42 |
| Hex | 8A | 4E | 89 | 0 | 2B | 1 | 2E | 12D | 1C | 2A |
| Octal | 212 | 116 | 211 | 0 | 53 | 1 | 56 | 455 | 34 | 52 |
| Binary | 10001010 | 1001110 | 10001001 | 0 | 101011 | 1 | 101110 | 100101101 | 11100 | 101010 |
Color Harmonies of #8A4E89
Complementary color
Monochromatic Colors of #8A4E89
Black with #8A4E89
Text Example
Text Example
White with #8A4E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E89; }
p { color: rgb(138,78,137); }
H1.HeaderClassName
{
color: #8A4E89;
}
.AnyTagClassName
{
color: #8A4E89;
}
</style>
background-color css
<style>
a { background-color: #8A4E89; }
a { background-color: rgb(138,78,137); }
div.DivClassName
{
background-color: #8A4E89;
}
.BgClassName
{
background-color: #8A4E89;
}
</style>
border-color css
<style>
span { border-color: #8A4E89; }
span { border-color: rgb(138,78,137); }
td.TdClassName
{
border-color: #8A4E89;
}
.TagClassName
{
border-color: #8A4E89;
}
</style>