Shades of Trendy Pink #8D4F90
Tints of Trendy Pink #8D4F90
RGB
CMYK
RGB Variations
Color information
#8D4F90 (or 0x8D4F90) is known color: Trendy Pink. HEX triplet: 8D, 4F and 90. RGB value is (141,79,144). Sum of RGB (Red+Green+Blue) = 141+79+144=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D4F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4F90 is #72B06F. Grayscale: #686868. Windows color (decimal): -7516272 or 9457549. OLE color: 9457549.
HSL color Cylindrical-coordinate representation of color #8D4F90: hue angle of 297.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D4F90 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 79 | 144 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.44 |
| HSL | 297.23º | 0.29% | 0.44% | - |
| HSV(B) | 297.23º | 0.45% | 0.56% | - |
| XYZ | 18.81 | 13.27 | 27.95 | - |
| YUV | 104.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 144 | 0.02 | 0.45 | 0 | 0.44 | 297.23 | 0.29 | 0.44 |
| Hex | 8D | 4F | 90 | 2 | 2D | 0 | 2C | 129 | 1D | 2C |
| Octal | 215 | 117 | 220 | 2 | 55 | 0 | 54 | 451 | 35 | 54 |
| Binary | 10001101 | 1001111 | 10010000 | 10 | 101101 | 0 | 101100 | 100101001 | 11101 | 101100 |
Color Harmonies of #8D4F90
Complementary color
Monochromatic Colors of #8D4F90
Black with #8D4F90
Text Example
Text Example
White with #8D4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4F90; }
p { color: rgb(141,79,144); }
H1.HeaderClassName
{
color: #8D4F90;
}
.AnyTagClassName
{
color: #8D4F90;
}
</style>
background-color css
<style>
a { background-color: #8D4F90; }
a { background-color: rgb(141,79,144); }
div.DivClassName
{
background-color: #8D4F90;
}
.BgClassName
{
background-color: #8D4F90;
}
</style>
border-color css
<style>
span { border-color: #8D4F90; }
span { border-color: rgb(141,79,144); }
td.TdClassName
{
border-color: #8D4F90;
}
.TagClassName
{
border-color: #8D4F90;
}
</style>