Shades of Trendy Pink #8E5A8B
Tints of Trendy Pink #8E5A8B
RGB
CMYK
RGB Variations
Color information
#8E5A8B (or 0x8E5A8B) is known color: Trendy Pink. HEX triplet: 8E, 5A and 8B. RGB value is (142,90,139). Sum of RGB (Red+Green+Blue) = 142+90+139=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A8B is #71A574. Grayscale: #6E6E6E. Windows color (decimal): -7447925 or 9132686. OLE color: 9132686.
HSL color Cylindrical-coordinate representation of color #8E5A8B: hue angle of 303.46º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5A8B is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 139 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.44 |
| HSL | 303.46º | 0.22% | 0.45% | - |
| HSV(B) | 303.46º | 0.37% | 0.56% | - |
| XYZ | 19.47 | 14.93 | 26.28 | - |
| YUV | 111.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 139 | 0 | 0.37 | 0.02 | 0.44 | 303.46 | 0.22 | 0.45 |
| Hex | 8E | 5A | 8B | 0 | 25 | 2 | 2C | 12F | 16 | 2D |
| Octal | 216 | 132 | 213 | 0 | 45 | 2 | 54 | 457 | 26 | 55 |
| Binary | 10001110 | 1011010 | 10001011 | 0 | 100101 | 10 | 101100 | 100101111 | 10110 | 101101 |
Color Harmonies of #8E5A8B
Complementary color
Monochromatic Colors of #8E5A8B
Black with #8E5A8B
Text Example
Text Example
White with #8E5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A8B; }
p { color: rgb(142,90,139); }
H1.HeaderClassName
{
color: #8E5A8B;
}
.AnyTagClassName
{
color: #8E5A8B;
}
</style>
background-color css
<style>
a { background-color: #8E5A8B; }
a { background-color: rgb(142,90,139); }
div.DivClassName
{
background-color: #8E5A8B;
}
.BgClassName
{
background-color: #8E5A8B;
}
</style>
border-color css
<style>
span { border-color: #8E5A8B; }
span { border-color: rgb(142,90,139); }
td.TdClassName
{
border-color: #8E5A8B;
}
.TagClassName
{
border-color: #8E5A8B;
}
</style>