Shades of Trendy Pink #8F558E
Tints of Trendy Pink #8F558E
RGB
CMYK
RGB Variations
Color information
#8F558E (or 0x8F558E) is known color: Trendy Pink. HEX triplet: 8F, 55 and 8E. RGB value is (143,85,142). Sum of RGB (Red+Green+Blue) = 143+85+142=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F558E is #70AA71. Grayscale: #6C6C6C. Windows color (decimal): -7383666 or 9328015. OLE color: 9328015.
HSL color Cylindrical-coordinate representation of color #8F558E: hue angle of 301.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F558E is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 142 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.44 |
| HSL | 301.03º | 0.25% | 0.45% | - |
| HSV(B) | 301.03º | 0.41% | 0.56% | - |
| XYZ | 19.46 | 14.29 | 27.32 | - |
| YUV | 108.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 142 | 0 | 0.41 | 0.01 | 0.44 | 301.03 | 0.25 | 0.45 |
| Hex | 8F | 55 | 8E | 0 | 29 | 1 | 2C | 12D | 19 | 2D |
| Octal | 217 | 125 | 216 | 0 | 51 | 1 | 54 | 455 | 31 | 55 |
| Binary | 10001111 | 1010101 | 10001110 | 0 | 101001 | 1 | 101100 | 100101101 | 11001 | 101101 |
Color Harmonies of #8F558E
Complementary color
Monochromatic Colors of #8F558E
Black with #8F558E
Text Example
Text Example
White with #8F558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F558E; }
p { color: rgb(143,85,142); }
H1.HeaderClassName
{
color: #8F558E;
}
.AnyTagClassName
{
color: #8F558E;
}
</style>
background-color css
<style>
a { background-color: #8F558E; }
a { background-color: rgb(143,85,142); }
div.DivClassName
{
background-color: #8F558E;
}
.BgClassName
{
background-color: #8F558E;
}
</style>
border-color css
<style>
span { border-color: #8F558E; }
span { border-color: rgb(143,85,142); }
td.TdClassName
{
border-color: #8F558E;
}
.TagClassName
{
border-color: #8F558E;
}
</style>