Shades of Trendy Pink #8F6889
Tints of Trendy Pink #8F6889
RGB
CMYK
RGB Variations
Color information
#8F6889 (or 0x8F6889) is known color: Trendy Pink. HEX triplet: 8F, 68 and 89. RGB value is (143,104,137). Sum of RGB (Red+Green+Blue) = 143+104+137=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6889 is #709776. Grayscale: #777777. Windows color (decimal): -7378807 or 9005199. OLE color: 9005199.
HSL color Cylindrical-coordinate representation of color #8F6889: hue angle of 309.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F6889 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 137 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.44 |
| HSL | 309.23º | 0.16% | 0.48% | - |
| HSV(B) | 309.23º | 0.27% | 0.56% | - |
| XYZ | 20.79 | 17.55 | 25.96 | - |
| YUV | 119.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 137 | 0 | 0.27 | 0.04 | 0.44 | 309.23 | 0.16 | 0.48 |
| Hex | 8F | 68 | 89 | 0 | 1B | 4 | 2C | 135 | 10 | 30 |
| Octal | 217 | 150 | 211 | 0 | 33 | 4 | 54 | 465 | 20 | 60 |
| Binary | 10001111 | 1101000 | 10001001 | 0 | 11011 | 100 | 101100 | 100110101 | 10000 | 110000 |
Color Harmonies of #8F6889
Complementary color
Monochromatic Colors of #8F6889
Black with #8F6889
Text Example
Text Example
White with #8F6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6889; }
p { color: rgb(143,104,137); }
H1.HeaderClassName
{
color: #8F6889;
}
.AnyTagClassName
{
color: #8F6889;
}
</style>
background-color css
<style>
a { background-color: #8F6889; }
a { background-color: rgb(143,104,137); }
div.DivClassName
{
background-color: #8F6889;
}
.BgClassName
{
background-color: #8F6889;
}
</style>
border-color css
<style>
span { border-color: #8F6889; }
span { border-color: rgb(143,104,137); }
td.TdClassName
{
border-color: #8F6889;
}
.TagClassName
{
border-color: #8F6889;
}
</style>