Shades of Trendy Pink #8F5490
Tints of Trendy Pink #8F5490
RGB
CMYK
RGB Variations
Color information
#8F5490 (or 0x8F5490) is known color: Trendy Pink. HEX triplet: 8F, 54 and 90. RGB value is (143,84,144). Sum of RGB (Red+Green+Blue) = 143+84+144=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5490 is #70AB6F. Grayscale: #6C6C6C. Windows color (decimal): -7383920 or 9458831. OLE color: 9458831.
HSL color Cylindrical-coordinate representation of color #8F5490: hue angle of 299º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5490 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 144 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.44 |
| HSL | 299º | 0.26% | 0.45% | - |
| HSV(B) | 299º | 0.42% | 0.56% | - |
| XYZ | 19.53 | 14.19 | 28.1 | - |
| YUV | 108.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 144 | 0.01 | 0.42 | 0 | 0.44 | 299 | 0.26 | 0.45 |
| Hex | 8F | 54 | 90 | 1 | 2A | 0 | 2C | 12B | 1A | 2D |
| Octal | 217 | 124 | 220 | 1 | 52 | 0 | 54 | 453 | 32 | 55 |
| Binary | 10001111 | 1010100 | 10010000 | 1 | 101010 | 0 | 101100 | 100101011 | 11010 | 101101 |
Color Harmonies of #8F5490
Complementary color
Monochromatic Colors of #8F5490
Black with #8F5490
Text Example
Text Example
White with #8F5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5490; }
p { color: rgb(143,84,144); }
H1.HeaderClassName
{
color: #8F5490;
}
.AnyTagClassName
{
color: #8F5490;
}
</style>
background-color css
<style>
a { background-color: #8F5490; }
a { background-color: rgb(143,84,144); }
div.DivClassName
{
background-color: #8F5490;
}
.BgClassName
{
background-color: #8F5490;
}
</style>
border-color css
<style>
span { border-color: #8F5490; }
span { border-color: rgb(143,84,144); }
td.TdClassName
{
border-color: #8F5490;
}
.TagClassName
{
border-color: #8F5490;
}
</style>