Shades of Trendy Pink #8A4F89
Tints of Trendy Pink #8A4F89
RGB
CMYK
RGB Variations
Color information
#8A4F89 (or 0x8A4F89) is known color: Trendy Pink. HEX triplet: 8A, 4F and 89. RGB value is (138,79,137). Sum of RGB (Red+Green+Blue) = 138+79+137=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4F89 is #75B076. Grayscale: #676767. Windows color (decimal): -7712887 or 8998794. OLE color: 8998794.
HSL color Cylindrical-coordinate representation of color #8A4F89: hue angle of 301.02º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4F89 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 79 | 137 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.46 |
| HSL | 301.02º | 0.27% | 0.43% | - |
| HSV(B) | 301.02º | 0.43% | 0.54% | - |
| XYZ | 17.79 | 12.8 | 25.2 | - |
| YUV | 103.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 137 | 0 | 0.43 | 0.01 | 0.46 | 301.02 | 0.27 | 0.43 |
| Hex | 8A | 4F | 89 | 0 | 2B | 1 | 2E | 12D | 1B | 2B |
| Octal | 212 | 117 | 211 | 0 | 53 | 1 | 56 | 455 | 33 | 53 |
| Binary | 10001010 | 1001111 | 10001001 | 0 | 101011 | 1 | 101110 | 100101101 | 11011 | 101011 |
Color Harmonies of #8A4F89
Complementary color
Monochromatic Colors of #8A4F89
Black with #8A4F89
Text Example
Text Example
White with #8A4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4F89; }
p { color: rgb(138,79,137); }
H1.HeaderClassName
{
color: #8A4F89;
}
.AnyTagClassName
{
color: #8A4F89;
}
</style>
background-color css
<style>
a { background-color: #8A4F89; }
a { background-color: rgb(138,79,137); }
div.DivClassName
{
background-color: #8A4F89;
}
.BgClassName
{
background-color: #8A4F89;
}
</style>
border-color css
<style>
span { border-color: #8A4F89; }
span { border-color: rgb(138,79,137); }
td.TdClassName
{
border-color: #8A4F89;
}
.TagClassName
{
border-color: #8A4F89;
}
</style>