Shades of Trendy Pink #8D6F8B
Tints of Trendy Pink #8D6F8B
RGB
CMYK
RGB Variations
Color information
#8D6F8B (or 0x8D6F8B) is known color: Trendy Pink. HEX triplet: 8D, 6F and 8B. RGB value is (141,111,139). Sum of RGB (Red+Green+Blue) = 141+111+139=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6F8B is #729074. Grayscale: #7B7B7B. Windows color (decimal): -7508085 or 9138061. OLE color: 9138061.
HSL color Cylindrical-coordinate representation of color #8D6F8B: hue angle of 304º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D6F8B is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 111 | 139 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.45 |
| HSL | 304º | 0.12% | 0.49% | - |
| HSV(B) | 304º | 0.21% | 0.55% | - |
| XYZ | 21.33 | 18.9 | 26.95 | - |
| YUV | 123.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 111 | 139 | 0 | 0.21 | 0.01 | 0.45 | 304 | 0.12 | 0.49 |
| Hex | 8D | 6F | 8B | 0 | 15 | 1 | 2D | 130 | C | 31 |
| Octal | 215 | 157 | 213 | 0 | 25 | 1 | 55 | 460 | 14 | 61 |
| Binary | 10001101 | 1101111 | 10001011 | 0 | 10101 | 1 | 101101 | 100110000 | 1100 | 110001 |
Color Harmonies of #8D6F8B
Complementary color
Monochromatic Colors of #8D6F8B
Black with #8D6F8B
Text Example
Text Example
White with #8D6F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6F8B; }
p { color: rgb(141,111,139); }
H1.HeaderClassName
{
color: #8D6F8B;
}
.AnyTagClassName
{
color: #8D6F8B;
}
</style>
background-color css
<style>
a { background-color: #8D6F8B; }
a { background-color: rgb(141,111,139); }
div.DivClassName
{
background-color: #8D6F8B;
}
.BgClassName
{
background-color: #8D6F8B;
}
</style>
border-color css
<style>
span { border-color: #8D6F8B; }
span { border-color: rgb(141,111,139); }
td.TdClassName
{
border-color: #8D6F8B;
}
.TagClassName
{
border-color: #8D6F8B;
}
</style>