Shades of Trendy Pink #8F578E
Tints of Trendy Pink #8F578E
RGB
CMYK
RGB Variations
Color information
#8F578E (or 0x8F578E) is known color: Trendy Pink. HEX triplet: 8F, 57 and 8E. RGB value is (143,87,142). Sum of RGB (Red+Green+Blue) = 143+87+142=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F578E is #70A871. Grayscale: #6D6D6D. Windows color (decimal): -7383154 or 9328527. OLE color: 9328527.
HSL color Cylindrical-coordinate representation of color #8F578E: hue angle of 301.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F578E is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 142 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.44 |
| HSL | 301.07º | 0.24% | 0.45% | - |
| HSV(B) | 301.07º | 0.39% | 0.56% | - |
| XYZ | 19.62 | 14.61 | 27.38 | - |
| YUV | 110.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 142 | 0 | 0.39 | 0.01 | 0.44 | 301.07 | 0.24 | 0.45 |
| Hex | 8F | 57 | 8E | 0 | 27 | 1 | 2C | 12D | 18 | 2D |
| Octal | 217 | 127 | 216 | 0 | 47 | 1 | 54 | 455 | 30 | 55 |
| Binary | 10001111 | 1010111 | 10001110 | 0 | 100111 | 1 | 101100 | 100101101 | 11000 | 101101 |
Color Harmonies of #8F578E
Complementary color
Monochromatic Colors of #8F578E
Black with #8F578E
Text Example
Text Example
White with #8F578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F578E; }
p { color: rgb(143,87,142); }
H1.HeaderClassName
{
color: #8F578E;
}
.AnyTagClassName
{
color: #8F578E;
}
</style>
background-color css
<style>
a { background-color: #8F578E; }
a { background-color: rgb(143,87,142); }
div.DivClassName
{
background-color: #8F578E;
}
.BgClassName
{
background-color: #8F578E;
}
</style>
border-color css
<style>
span { border-color: #8F578E; }
span { border-color: rgb(143,87,142); }
td.TdClassName
{
border-color: #8F578E;
}
.TagClassName
{
border-color: #8F578E;
}
</style>