Shades of Trendy Pink #8A6089
Tints of Trendy Pink #8A6089
RGB
CMYK
RGB Variations
Color information
#8A6089 (or 0x8A6089) is known color: Trendy Pink. HEX triplet: 8A, 60 and 89. RGB value is (138,96,137). Sum of RGB (Red+Green+Blue) = 138+96+137=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6089 is #759F76. Grayscale: #717171. Windows color (decimal): -7708535 or 9003146. OLE color: 9003146.
HSL color Cylindrical-coordinate representation of color #8A6089: hue angle of 301.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6089 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 137 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.46 |
| HSL | 301.43º | 0.18% | 0.46% | - |
| HSV(B) | 301.43º | 0.3% | 0.54% | - |
| XYZ | 19.18 | 15.58 | 25.66 | - |
| YUV | 113.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 137 | 0 | 0.30 | 0.01 | 0.46 | 301.43 | 0.18 | 0.46 |
| Hex | 8A | 60 | 89 | 0 | 1E | 1 | 2E | 12D | 12 | 2E |
| Octal | 212 | 140 | 211 | 0 | 36 | 1 | 56 | 455 | 22 | 56 |
| Binary | 10001010 | 1100000 | 10001001 | 0 | 11110 | 1 | 101110 | 100101101 | 10010 | 101110 |
Color Harmonies of #8A6089
Complementary color
Monochromatic Colors of #8A6089
Black with #8A6089
Text Example
Text Example
White with #8A6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6089; }
p { color: rgb(138,96,137); }
H1.HeaderClassName
{
color: #8A6089;
}
.AnyTagClassName
{
color: #8A6089;
}
</style>
background-color css
<style>
a { background-color: #8A6089; }
a { background-color: rgb(138,96,137); }
div.DivClassName
{
background-color: #8A6089;
}
.BgClassName
{
background-color: #8A6089;
}
</style>
border-color css
<style>
span { border-color: #8A6089; }
span { border-color: rgb(138,96,137); }
td.TdClassName
{
border-color: #8A6089;
}
.TagClassName
{
border-color: #8A6089;
}
</style>