Shades of Trendy Pink #8E5F8D
Tints of Trendy Pink #8E5F8D
RGB
CMYK
RGB Variations
Color information
#8E5F8D (or 0x8E5F8D) is known color: Trendy Pink. HEX triplet: 8E, 5F and 8D. RGB value is (142,95,141). Sum of RGB (Red+Green+Blue) = 142+95+141=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F8D is #71A072. Grayscale: #727272. Windows color (decimal): -7446643 or 9265038. OLE color: 9265038.
HSL color Cylindrical-coordinate representation of color #8E5F8D: hue angle of 301.28º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E5F8D is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 95 | 141 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.44 |
| HSL | 301.28º | 0.2% | 0.46% | - |
| HSV(B) | 301.28º | 0.33% | 0.56% | - |
| XYZ | 20.06 | 15.86 | 27.2 | - |
| YUV | 114.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 141 | 0 | 0.33 | 0.01 | 0.44 | 301.28 | 0.2 | 0.46 |
| Hex | 8E | 5F | 8D | 0 | 21 | 1 | 2C | 12D | 14 | 2E |
| Octal | 216 | 137 | 215 | 0 | 41 | 1 | 54 | 455 | 24 | 56 |
| Binary | 10001110 | 1011111 | 10001101 | 0 | 100001 | 1 | 101100 | 100101101 | 10100 | 101110 |
Color Harmonies of #8E5F8D
Complementary color
Monochromatic Colors of #8E5F8D
Black with #8E5F8D
Text Example
Text Example
White with #8E5F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5F8D; }
p { color: rgb(142,95,141); }
H1.HeaderClassName
{
color: #8E5F8D;
}
.AnyTagClassName
{
color: #8E5F8D;
}
</style>
background-color css
<style>
a { background-color: #8E5F8D; }
a { background-color: rgb(142,95,141); }
div.DivClassName
{
background-color: #8E5F8D;
}
.BgClassName
{
background-color: #8E5F8D;
}
</style>
border-color css
<style>
span { border-color: #8E5F8D; }
span { border-color: rgb(142,95,141); }
td.TdClassName
{
border-color: #8E5F8D;
}
.TagClassName
{
border-color: #8E5F8D;
}
</style>