Shades of Trendy Pink #8A7389
Tints of Trendy Pink #8A7389
RGB
CMYK
RGB Variations
Color information
#8A7389 (or 0x8A7389) is known color: Trendy Pink. HEX triplet: 8A, 73 and 89. RGB value is (138,115,137). Sum of RGB (Red+Green+Blue) = 138+115+137=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7389 is #758C76. Grayscale: #7C7C7C. Windows color (decimal): -7703671 or 9008010. OLE color: 9008010.
HSL color Cylindrical-coordinate representation of color #8A7389: hue angle of 302.61º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7389 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 137 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.46 |
| HSL | 302.61º | 0.09% | 0.5% | - |
| HSV(B) | 302.61º | 0.17% | 0.54% | - |
| XYZ | 21.13 | 19.47 | 26.31 | - |
| YUV | 124.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 137 | 0 | 0.17 | 0.01 | 0.46 | 302.61 | 0.09 | 0.5 |
| Hex | 8A | 73 | 89 | 0 | 11 | 1 | 2E | 12F | 9 | 32 |
| Octal | 212 | 163 | 211 | 0 | 21 | 1 | 56 | 457 | 11 | 62 |
| Binary | 10001010 | 1110011 | 10001001 | 0 | 10001 | 1 | 101110 | 100101111 | 1001 | 110010 |
Color Harmonies of #8A7389
Complementary color
Monochromatic Colors of #8A7389
Black with #8A7389
Text Example
Text Example
White with #8A7389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7389; }
p { color: rgb(138,115,137); }
H1.HeaderClassName
{
color: #8A7389;
}
.AnyTagClassName
{
color: #8A7389;
}
</style>
background-color css
<style>
a { background-color: #8A7389; }
a { background-color: rgb(138,115,137); }
div.DivClassName
{
background-color: #8A7389;
}
.BgClassName
{
background-color: #8A7389;
}
</style>
border-color css
<style>
span { border-color: #8A7389; }
span { border-color: rgb(138,115,137); }
td.TdClassName
{
border-color: #8A7389;
}
.TagClassName
{
border-color: #8A7389;
}
</style>