Shades of Trendy Pink #8E5A91
Tints of Trendy Pink #8E5A91
RGB
CMYK
RGB Variations
Color information
#8E5A91 (or 0x8E5A91) is known color: Trendy Pink. HEX triplet: 8E, 5A and 91. RGB value is (142,90,145). Sum of RGB (Red+Green+Blue) = 142+90+145=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E5A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A91 is #71A56E. Grayscale: #6F6F6F. Windows color (decimal): -7447919 or 9525902. OLE color: 9525902.
HSL color Cylindrical-coordinate representation of color #8E5A91: hue angle of 296.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E5A91 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 90 | 145 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.43 |
| HSL | 296.73º | 0.23% | 0.46% | - |
| HSV(B) | 296.73º | 0.38% | 0.57% | - |
| XYZ | 19.92 | 15.11 | 28.65 | - |
| YUV | 111.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 145 | 0.02 | 0.38 | 0 | 0.43 | 296.73 | 0.23 | 0.46 |
| Hex | 8E | 5A | 91 | 2 | 26 | 0 | 2B | 129 | 17 | 2E |
| Octal | 216 | 132 | 221 | 2 | 46 | 0 | 53 | 451 | 27 | 56 |
| Binary | 10001110 | 1011010 | 10010001 | 10 | 100110 | 0 | 101011 | 100101001 | 10111 | 101110 |
Color Harmonies of #8E5A91
Complementary color
Monochromatic Colors of #8E5A91
Black with #8E5A91
Text Example
Text Example
White with #8E5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A91; }
p { color: rgb(142,90,145); }
H1.HeaderClassName
{
color: #8E5A91;
}
.AnyTagClassName
{
color: #8E5A91;
}
</style>
background-color css
<style>
a { background-color: #8E5A91; }
a { background-color: rgb(142,90,145); }
div.DivClassName
{
background-color: #8E5A91;
}
.BgClassName
{
background-color: #8E5A91;
}
</style>
border-color css
<style>
span { border-color: #8E5A91; }
span { border-color: rgb(142,90,145); }
td.TdClassName
{
border-color: #8E5A91;
}
.TagClassName
{
border-color: #8E5A91;
}
</style>