Shades of Trendy Pink #8D6E8B
Tints of Trendy Pink #8D6E8B
RGB
CMYK
RGB Variations
Color information
#8D6E8B (or 0x8D6E8B) is known color: Trendy Pink. HEX triplet: 8D, 6E and 8B. RGB value is (141,110,139). Sum of RGB (Red+Green+Blue) = 141+110+139=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6E8B is #729174. Grayscale: #7A7A7A. Windows color (decimal): -7508341 or 9137805. OLE color: 9137805.
HSL color Cylindrical-coordinate representation of color #8D6E8B: hue angle of 303.87º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D6E8B is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 110 | 139 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.45 |
| HSL | 303.87º | 0.12% | 0.49% | - |
| HSV(B) | 303.87º | 0.22% | 0.55% | - |
| XYZ | 21.22 | 18.68 | 26.91 | - |
| YUV | 122.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 139 | 0 | 0.22 | 0.01 | 0.45 | 303.87 | 0.12 | 0.49 |
| Hex | 8D | 6E | 8B | 0 | 16 | 1 | 2D | 130 | C | 31 |
| Octal | 215 | 156 | 213 | 0 | 26 | 1 | 55 | 460 | 14 | 61 |
| Binary | 10001101 | 1101110 | 10001011 | 0 | 10110 | 1 | 101101 | 100110000 | 1100 | 110001 |
Color Harmonies of #8D6E8B
Complementary color
Monochromatic Colors of #8D6E8B
Black with #8D6E8B
Text Example
Text Example
White with #8D6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E8B; }
p { color: rgb(141,110,139); }
H1.HeaderClassName
{
color: #8D6E8B;
}
.AnyTagClassName
{
color: #8D6E8B;
}
</style>
background-color css
<style>
a { background-color: #8D6E8B; }
a { background-color: rgb(141,110,139); }
div.DivClassName
{
background-color: #8D6E8B;
}
.BgClassName
{
background-color: #8D6E8B;
}
</style>
border-color css
<style>
span { border-color: #8D6E8B; }
span { border-color: rgb(141,110,139); }
td.TdClassName
{
border-color: #8D6E8B;
}
.TagClassName
{
border-color: #8D6E8B;
}
</style>