Shades of Trendy Pink #8D6B8C
Tints of Trendy Pink #8D6B8C
RGB
CMYK
RGB Variations
Color information
#8D6B8C (or 0x8D6B8C) is known color: Trendy Pink. HEX triplet: 8D, 6B and 8C. RGB value is (141,107,140). Sum of RGB (Red+Green+Blue) = 141+107+140=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6B8C is #729473. Grayscale: #787878. Windows color (decimal): -7509108 or 9202573. OLE color: 9202573.
HSL color Cylindrical-coordinate representation of color #8D6B8C: hue angle of 301.76º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8D6B8C is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 107 | 140 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.45 |
| HSL | 301.76º | 0.14% | 0.49% | - |
| HSV(B) | 301.76º | 0.24% | 0.55% | - |
| XYZ | 20.98 | 18.07 | 27.19 | - |
| YUV | 120.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 140 | 0 | 0.24 | 0.01 | 0.45 | 301.76 | 0.14 | 0.49 |
| Hex | 8D | 6B | 8C | 0 | 18 | 1 | 2D | 12E | E | 31 |
| Octal | 215 | 153 | 214 | 0 | 30 | 1 | 55 | 456 | 16 | 61 |
| Binary | 10001101 | 1101011 | 10001100 | 0 | 11000 | 1 | 101101 | 100101110 | 1110 | 110001 |
Color Harmonies of #8D6B8C
Complementary color
Monochromatic Colors of #8D6B8C
Black with #8D6B8C
Text Example
Text Example
White with #8D6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6B8C; }
p { color: rgb(141,107,140); }
H1.HeaderClassName
{
color: #8D6B8C;
}
.AnyTagClassName
{
color: #8D6B8C;
}
</style>
background-color css
<style>
a { background-color: #8D6B8C; }
a { background-color: rgb(141,107,140); }
div.DivClassName
{
background-color: #8D6B8C;
}
.BgClassName
{
background-color: #8D6B8C;
}
</style>
border-color css
<style>
span { border-color: #8D6B8C; }
span { border-color: rgb(141,107,140); }
td.TdClassName
{
border-color: #8D6B8C;
}
.TagClassName
{
border-color: #8D6B8C;
}
</style>