Shades of Trendy Pink #8D708C
Tints of Trendy Pink #8D708C
RGB
CMYK
RGB Variations
Color information
#8D708C (or 0x8D708C) is known color: Trendy Pink. HEX triplet: 8D, 70 and 8C. RGB value is (141,112,140). Sum of RGB (Red+Green+Blue) = 141+112+140=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D708C is #728F73. Grayscale: #7B7B7B. Windows color (decimal): -7507828 or 9203853. OLE color: 9203853.
HSL color Cylindrical-coordinate representation of color #8D708C: hue angle of 302.07º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D708C is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 140 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.45 |
| HSL | 302.07º | 0.11% | 0.5% | - |
| HSV(B) | 302.07º | 0.21% | 0.55% | - |
| XYZ | 21.51 | 19.14 | 27.37 | - |
| YUV | 123.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 140 | 0 | 0.21 | 0.01 | 0.45 | 302.07 | 0.11 | 0.5 |
| Hex | 8D | 70 | 8C | 0 | 15 | 1 | 2D | 12E | B | 32 |
| Octal | 215 | 160 | 214 | 0 | 25 | 1 | 55 | 456 | 13 | 62 |
| Binary | 10001101 | 1110000 | 10001100 | 0 | 10101 | 1 | 101101 | 100101110 | 1011 | 110010 |
Color Harmonies of #8D708C
Complementary color
Monochromatic Colors of #8D708C
Black with #8D708C
Text Example
Text Example
White with #8D708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D708C; }
p { color: rgb(141,112,140); }
H1.HeaderClassName
{
color: #8D708C;
}
.AnyTagClassName
{
color: #8D708C;
}
</style>
background-color css
<style>
a { background-color: #8D708C; }
a { background-color: rgb(141,112,140); }
div.DivClassName
{
background-color: #8D708C;
}
.BgClassName
{
background-color: #8D708C;
}
</style>
border-color css
<style>
span { border-color: #8D708C; }
span { border-color: rgb(141,112,140); }
td.TdClassName
{
border-color: #8D708C;
}
.TagClassName
{
border-color: #8D708C;
}
</style>