Shades of Trendy Pink #8E658B
Tints of Trendy Pink #8E658B
RGB
CMYK
RGB Variations
Color information
#8E658B (or 0x8E658B) is known color: Trendy Pink. HEX triplet: 8E, 65 and 8B. RGB value is (142,101,139). Sum of RGB (Red+Green+Blue) = 142+101+139=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E658B is #719A74. Grayscale: #757575. Windows color (decimal): -7445109 or 9135502. OLE color: 9135502.
HSL color Cylindrical-coordinate representation of color #8E658B: hue angle of 304.39º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E658B is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 139 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.44 |
| HSL | 304.39º | 0.17% | 0.48% | - |
| HSV(B) | 304.39º | 0.29% | 0.56% | - |
| XYZ | 20.47 | 16.92 | 26.61 | - |
| YUV | 117.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 139 | 0 | 0.29 | 0.02 | 0.44 | 304.39 | 0.17 | 0.48 |
| Hex | 8E | 65 | 8B | 0 | 1D | 2 | 2C | 130 | 11 | 30 |
| Octal | 216 | 145 | 213 | 0 | 35 | 2 | 54 | 460 | 21 | 60 |
| Binary | 10001110 | 1100101 | 10001011 | 0 | 11101 | 10 | 101100 | 100110000 | 10001 | 110000 |
Color Harmonies of #8E658B
Complementary color
Monochromatic Colors of #8E658B
Black with #8E658B
Text Example
Text Example
White with #8E658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E658B; }
p { color: rgb(142,101,139); }
H1.HeaderClassName
{
color: #8E658B;
}
.AnyTagClassName
{
color: #8E658B;
}
</style>
background-color css
<style>
a { background-color: #8E658B; }
a { background-color: rgb(142,101,139); }
div.DivClassName
{
background-color: #8E658B;
}
.BgClassName
{
background-color: #8E658B;
}
</style>
border-color css
<style>
span { border-color: #8E658B; }
span { border-color: rgb(142,101,139); }
td.TdClassName
{
border-color: #8E658B;
}
.TagClassName
{
border-color: #8E658B;
}
</style>