Shades of Trendy Pink #8F718D
Tints of Trendy Pink #8F718D
RGB
CMYK
RGB Variations
Color information
#8F718D (or 0x8F718D) is known color: Trendy Pink. HEX triplet: 8F, 71 and 8D. RGB value is (143,113,141). Sum of RGB (Red+Green+Blue) = 143+113+141=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F718D is #708E72. Grayscale: #7D7D7D. Windows color (decimal): -7376499 or 9269647. OLE color: 9269647.
HSL color Cylindrical-coordinate representation of color #8F718D: hue angle of 304º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F718D is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 141 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.44 |
| HSL | 304º | 0.12% | 0.5% | - |
| HSV(B) | 304º | 0.21% | 0.56% | - |
| XYZ | 22.04 | 19.57 | 27.82 | - |
| YUV | 125.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 141 | 0 | 0.21 | 0.01 | 0.44 | 304 | 0.12 | 0.5 |
| Hex | 8F | 71 | 8D | 0 | 15 | 1 | 2C | 130 | C | 32 |
| Octal | 217 | 161 | 215 | 0 | 25 | 1 | 54 | 460 | 14 | 62 |
| Binary | 10001111 | 1110001 | 10001101 | 0 | 10101 | 1 | 101100 | 100110000 | 1100 | 110010 |
Color Harmonies of #8F718D
Complementary color
Monochromatic Colors of #8F718D
Black with #8F718D
Text Example
Text Example
White with #8F718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F718D; }
p { color: rgb(143,113,141); }
H1.HeaderClassName
{
color: #8F718D;
}
.AnyTagClassName
{
color: #8F718D;
}
</style>
background-color css
<style>
a { background-color: #8F718D; }
a { background-color: rgb(143,113,141); }
div.DivClassName
{
background-color: #8F718D;
}
.BgClassName
{
background-color: #8F718D;
}
</style>
border-color css
<style>
span { border-color: #8F718D; }
span { border-color: rgb(143,113,141); }
td.TdClassName
{
border-color: #8F718D;
}
.TagClassName
{
border-color: #8F718D;
}
</style>