Shades of Trendy Pink #8D6D8B
Tints of Trendy Pink #8D6D8B
RGB
CMYK
RGB Variations
Color information
#8D6D8B (or 0x8D6D8B) is known color: Trendy Pink. HEX triplet: 8D, 6D and 8B. RGB value is (141,109,139). Sum of RGB (Red+Green+Blue) = 141+109+139=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6D8B is #729274. Grayscale: #797979. Windows color (decimal): -7508597 or 9137549. OLE color: 9137549.
HSL color Cylindrical-coordinate representation of color #8D6D8B: hue angle of 303.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D6D8B is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 109 | 139 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.45 |
| HSL | 303.75º | 0.13% | 0.49% | - |
| HSV(B) | 303.75º | 0.23% | 0.55% | - |
| XYZ | 21.11 | 18.46 | 26.88 | - |
| YUV | 121.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 139 | 0 | 0.23 | 0.01 | 0.45 | 303.75 | 0.13 | 0.49 |
| Hex | 8D | 6D | 8B | 0 | 17 | 1 | 2D | 130 | D | 31 |
| Octal | 215 | 155 | 213 | 0 | 27 | 1 | 55 | 460 | 15 | 61 |
| Binary | 10001101 | 1101101 | 10001011 | 0 | 10111 | 1 | 101101 | 100110000 | 1101 | 110001 |
Color Harmonies of #8D6D8B
Complementary color
Monochromatic Colors of #8D6D8B
Black with #8D6D8B
Text Example
Text Example
White with #8D6D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6D8B; }
p { color: rgb(141,109,139); }
H1.HeaderClassName
{
color: #8D6D8B;
}
.AnyTagClassName
{
color: #8D6D8B;
}
</style>
background-color css
<style>
a { background-color: #8D6D8B; }
a { background-color: rgb(141,109,139); }
div.DivClassName
{
background-color: #8D6D8B;
}
.BgClassName
{
background-color: #8D6D8B;
}
</style>
border-color css
<style>
span { border-color: #8D6D8B; }
span { border-color: rgb(141,109,139); }
td.TdClassName
{
border-color: #8D6D8B;
}
.TagClassName
{
border-color: #8D6D8B;
}
</style>