Shades of Trendy Pink #8F5089
Tints of Trendy Pink #8F5089
RGB
CMYK
RGB Variations
Color information
#8F5089 (or 0x8F5089) is known color: Trendy Pink. HEX triplet: 8F, 50 and 89. RGB value is (143,80,137). Sum of RGB (Red+Green+Blue) = 143+80+137=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5089 is #70AF76. Grayscale: #696969. Windows color (decimal): -7384951 or 8999055. OLE color: 8999055.
HSL color Cylindrical-coordinate representation of color #8F5089: hue angle of 305.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F5089 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 137 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.44 |
| HSL | 305.71º | 0.28% | 0.44% | - |
| HSV(B) | 305.71º | 0.44% | 0.56% | - |
| XYZ | 18.71 | 13.38 | 25.26 | - |
| YUV | 105.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 137 | 0 | 0.44 | 0.04 | 0.44 | 305.71 | 0.28 | 0.44 |
| Hex | 8F | 50 | 89 | 0 | 2C | 4 | 2C | 132 | 1C | 2C |
| Octal | 217 | 120 | 211 | 0 | 54 | 4 | 54 | 462 | 34 | 54 |
| Binary | 10001111 | 1010000 | 10001001 | 0 | 101100 | 100 | 101100 | 100110010 | 11100 | 101100 |
Color Harmonies of #8F5089
Complementary color
Monochromatic Colors of #8F5089
Black with #8F5089
Text Example
Text Example
White with #8F5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5089; }
p { color: rgb(143,80,137); }
H1.HeaderClassName
{
color: #8F5089;
}
.AnyTagClassName
{
color: #8F5089;
}
</style>
background-color css
<style>
a { background-color: #8F5089; }
a { background-color: rgb(143,80,137); }
div.DivClassName
{
background-color: #8F5089;
}
.BgClassName
{
background-color: #8F5089;
}
</style>
border-color css
<style>
span { border-color: #8F5089; }
span { border-color: rgb(143,80,137); }
td.TdClassName
{
border-color: #8F5089;
}
.TagClassName
{
border-color: #8F5089;
}
</style>