Shades of Trendy Pink #8F5890
Tints of Trendy Pink #8F5890
RGB
CMYK
RGB Variations
Color information
#8F5890 (or 0x8F5890) is known color: Trendy Pink. HEX triplet: 8F, 58 and 90. RGB value is (143,88,144). Sum of RGB (Red+Green+Blue) = 143+88+144=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5890 is #70A76F. Grayscale: #6E6E6E. Windows color (decimal): -7382896 or 9459855. OLE color: 9459855.
HSL color Cylindrical-coordinate representation of color #8F5890: hue angle of 298.93º 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 #8F5890 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 144 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.44 |
| HSL | 298.93º | 0.24% | 0.45% | - |
| HSV(B) | 298.93º | 0.39% | 0.56% | - |
| XYZ | 19.85 | 14.83 | 28.2 | - |
| YUV | 110.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 144 | 0.01 | 0.39 | 0 | 0.44 | 298.93 | 0.24 | 0.45 |
| Hex | 8F | 58 | 90 | 1 | 27 | 0 | 2C | 12B | 18 | 2D |
| Octal | 217 | 130 | 220 | 1 | 47 | 0 | 54 | 453 | 30 | 55 |
| Binary | 10001111 | 1011000 | 10010000 | 1 | 100111 | 0 | 101100 | 100101011 | 11000 | 101101 |
Color Harmonies of #8F5890
Complementary color
Monochromatic Colors of #8F5890
Black with #8F5890
Text Example
Text Example
White with #8F5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5890; }
p { color: rgb(143,88,144); }
H1.HeaderClassName
{
color: #8F5890;
}
.AnyTagClassName
{
color: #8F5890;
}
</style>
background-color css
<style>
a { background-color: #8F5890; }
a { background-color: rgb(143,88,144); }
div.DivClassName
{
background-color: #8F5890;
}
.BgClassName
{
background-color: #8F5890;
}
</style>
border-color css
<style>
span { border-color: #8F5890; }
span { border-color: rgb(143,88,144); }
td.TdClassName
{
border-color: #8F5890;
}
.TagClassName
{
border-color: #8F5890;
}
</style>