Shades of Trendy Pink #8D718A
Tints of Trendy Pink #8D718A
RGB
CMYK
RGB Variations
Color information
#8D718A (or 0x8D718A) is known color: Trendy Pink. HEX triplet: 8D, 71 and 8A. RGB value is (141,113,138). Sum of RGB (Red+Green+Blue) = 141+113+138=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D718A is #728E75. Grayscale: #7C7C7C. Windows color (decimal): -7507574 or 9073037. OLE color: 9073037.
HSL color Cylindrical-coordinate representation of color #8D718A: hue angle of 306.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D718A is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 138 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.45 |
| HSL | 306.43º | 0.11% | 0.5% | - |
| HSV(B) | 306.43º | 0.2% | 0.55% | - |
| XYZ | 21.48 | 19.31 | 26.64 | - |
| YUV | 124.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 138 | 0 | 0.20 | 0.02 | 0.45 | 306.43 | 0.11 | 0.5 |
| Hex | 8D | 71 | 8A | 0 | 14 | 2 | 2D | 132 | B | 32 |
| Octal | 215 | 161 | 212 | 0 | 24 | 2 | 55 | 462 | 13 | 62 |
| Binary | 10001101 | 1110001 | 10001010 | 0 | 10100 | 10 | 101101 | 100110010 | 1011 | 110010 |
Color Harmonies of #8D718A
Complementary color
Monochromatic Colors of #8D718A
Black with #8D718A
Text Example
Text Example
White with #8D718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D718A; }
p { color: rgb(141,113,138); }
H1.HeaderClassName
{
color: #8D718A;
}
.AnyTagClassName
{
color: #8D718A;
}
</style>
background-color css
<style>
a { background-color: #8D718A; }
a { background-color: rgb(141,113,138); }
div.DivClassName
{
background-color: #8D718A;
}
.BgClassName
{
background-color: #8D718A;
}
</style>
border-color css
<style>
span { border-color: #8D718A; }
span { border-color: rgb(141,113,138); }
td.TdClassName
{
border-color: #8D718A;
}
.TagClassName
{
border-color: #8D718A;
}
</style>