Shades of Trendy Pink #8E6D8A
Tints of Trendy Pink #8E6D8A
RGB
CMYK
RGB Variations
Color information
#8E6D8A (or 0x8E6D8A) is known color: Trendy Pink. HEX triplet: 8E, 6D and 8A. RGB value is (142,109,138). Sum of RGB (Red+Green+Blue) = 142+109+138=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6D8A is #719275. Grayscale: #7A7A7A. Windows color (decimal): -7443062 or 9072014. OLE color: 9072014.
HSL color Cylindrical-coordinate representation of color #8E6D8A: hue angle of 307.27º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E6D8A is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 109 | 138 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.44 |
| HSL | 307.27º | 0.13% | 0.49% | - |
| HSV(B) | 307.27º | 0.23% | 0.56% | - |
| XYZ | 21.21 | 18.52 | 26.5 | - |
| YUV | 122.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 138 | 0 | 0.23 | 0.03 | 0.44 | 307.27 | 0.13 | 0.49 |
| Hex | 8E | 6D | 8A | 0 | 17 | 3 | 2C | 133 | D | 31 |
| Octal | 216 | 155 | 212 | 0 | 27 | 3 | 54 | 463 | 15 | 61 |
| Binary | 10001110 | 1101101 | 10001010 | 0 | 10111 | 11 | 101100 | 100110011 | 1101 | 110001 |
Color Harmonies of #8E6D8A
Complementary color
Monochromatic Colors of #8E6D8A
Black with #8E6D8A
Text Example
Text Example
White with #8E6D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6D8A; }
p { color: rgb(142,109,138); }
H1.HeaderClassName
{
color: #8E6D8A;
}
.AnyTagClassName
{
color: #8E6D8A;
}
</style>
background-color css
<style>
a { background-color: #8E6D8A; }
a { background-color: rgb(142,109,138); }
div.DivClassName
{
background-color: #8E6D8A;
}
.BgClassName
{
background-color: #8E6D8A;
}
</style>
border-color css
<style>
span { border-color: #8E6D8A; }
span { border-color: rgb(142,109,138); }
td.TdClassName
{
border-color: #8E6D8A;
}
.TagClassName
{
border-color: #8E6D8A;
}
</style>