Shades of Trendy Pink #8D678A
Tints of Trendy Pink #8D678A
RGB
CMYK
RGB Variations
Color information
#8D678A (or 0x8D678A) is known color: Trendy Pink. HEX triplet: 8D, 67 and 8A. RGB value is (141,103,138). Sum of RGB (Red+Green+Blue) = 141+103+138=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 141 - color contains mainly: red. Hex color #8D678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D678A is #729875. Grayscale: #767676. Windows color (decimal): -7510134 or 9070477. OLE color: 9070477.
HSL color Cylindrical-coordinate representation of color #8D678A: hue angle of 304.74º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D678A is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 138 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.45 |
| HSL | 304.74º | 0.16% | 0.48% | - |
| HSV(B) | 304.74º | 0.27% | 0.55% | - |
| XYZ | 20.42 | 17.2 | 26.29 | - |
| YUV | 118.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 138 | 0 | 0.27 | 0.02 | 0.45 | 304.74 | 0.16 | 0.48 |
| Hex | 8D | 67 | 8A | 0 | 1B | 2 | 2D | 131 | 10 | 30 |
| Octal | 215 | 147 | 212 | 0 | 33 | 2 | 55 | 461 | 20 | 60 |
| Binary | 10001101 | 1100111 | 10001010 | 0 | 11011 | 10 | 101101 | 100110001 | 10000 | 110000 |
Color Harmonies of #8D678A
Complementary color
Monochromatic Colors of #8D678A
Black with #8D678A
Text Example
Text Example
White with #8D678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D678A; }
p { color: rgb(141,103,138); }
H1.HeaderClassName
{
color: #8D678A;
}
.AnyTagClassName
{
color: #8D678A;
}
</style>
background-color css
<style>
a { background-color: #8D678A; }
a { background-color: rgb(141,103,138); }
div.DivClassName
{
background-color: #8D678A;
}
.BgClassName
{
background-color: #8D678A;
}
</style>
border-color css
<style>
span { border-color: #8D678A; }
span { border-color: rgb(141,103,138); }
td.TdClassName
{
border-color: #8D678A;
}
.TagClassName
{
border-color: #8D678A;
}
</style>