Shades of Trendy Pink #8D6E8E
Tints of Trendy Pink #8D6E8E
RGB
CMYK
RGB Variations
Color information
#8D6E8E (or 0x8D6E8E) is known color: Trendy Pink. HEX triplet: 8D, 6E and 8E. RGB value is (141,110,142). Sum of RGB (Red+Green+Blue) = 141+110+142=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D6E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6E8E is #729171. Grayscale: #7A7A7A. Windows color (decimal): -7508338 or 9334413. OLE color: 9334413.
HSL color Cylindrical-coordinate representation of color #8D6E8E: hue angle of 298.12º 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 #8D6E8E is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 110 | 142 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.44 |
| HSL | 298.13º | 0.13% | 0.49% | - |
| HSV(B) | 298.13º | 0.23% | 0.56% | - |
| XYZ | 21.44 | 18.77 | 28.08 | - |
| YUV | 122.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 142 | 0.01 | 0.23 | 0 | 0.44 | 298.13 | 0.13 | 0.49 |
| Hex | 8D | 6E | 8E | 1 | 17 | 0 | 2C | 12A | D | 31 |
| Octal | 215 | 156 | 216 | 1 | 27 | 0 | 54 | 452 | 15 | 61 |
| Binary | 10001101 | 1101110 | 10001110 | 1 | 10111 | 0 | 101100 | 100101010 | 1101 | 110001 |
Color Harmonies of #8D6E8E
Complementary color
Monochromatic Colors of #8D6E8E
Black with #8D6E8E
Text Example
Text Example
White with #8D6E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E8E; }
p { color: rgb(141,110,142); }
H1.HeaderClassName
{
color: #8D6E8E;
}
.AnyTagClassName
{
color: #8D6E8E;
}
</style>
background-color css
<style>
a { background-color: #8D6E8E; }
a { background-color: rgb(141,110,142); }
div.DivClassName
{
background-color: #8D6E8E;
}
.BgClassName
{
background-color: #8D6E8E;
}
</style>
border-color css
<style>
span { border-color: #8D6E8E; }
span { border-color: rgb(141,110,142); }
td.TdClassName
{
border-color: #8D6E8E;
}
.TagClassName
{
border-color: #8D6E8E;
}
</style>