Shades of Trendy Pink #8D658A
Tints of Trendy Pink #8D658A
RGB
CMYK
RGB Variations
Color information
#8D658A (or 0x8D658A) is known color: Trendy Pink. HEX triplet: 8D, 65 and 8A. RGB value is (141,101,138). Sum of RGB (Red+Green+Blue) = 141+101+138=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 141 - color contains mainly: red. Hex color #8D658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D658A is #729A75. Grayscale: #757575. Windows color (decimal): -7510646 or 9069965. OLE color: 9069965.
HSL color Cylindrical-coordinate representation of color #8D658A: hue angle of 304.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D658A is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 138 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.45 |
| HSL | 304.5º | 0.17% | 0.47% | - |
| HSV(B) | 304.5º | 0.28% | 0.55% | - |
| XYZ | 20.23 | 16.81 | 26.22 | - |
| YUV | 117.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 138 | 0 | 0.28 | 0.02 | 0.45 | 304.5 | 0.17 | 0.47 |
| Hex | 8D | 65 | 8A | 0 | 1C | 2 | 2D | 130 | 11 | 2F |
| Octal | 215 | 145 | 212 | 0 | 34 | 2 | 55 | 460 | 21 | 57 |
| Binary | 10001101 | 1100101 | 10001010 | 0 | 11100 | 10 | 101101 | 100110000 | 10001 | 101111 |
Color Harmonies of #8D658A
Complementary color
Monochromatic Colors of #8D658A
Black with #8D658A
Text Example
Text Example
White with #8D658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D658A; }
p { color: rgb(141,101,138); }
H1.HeaderClassName
{
color: #8D658A;
}
.AnyTagClassName
{
color: #8D658A;
}
</style>
background-color css
<style>
a { background-color: #8D658A; }
a { background-color: rgb(141,101,138); }
div.DivClassName
{
background-color: #8D658A;
}
.BgClassName
{
background-color: #8D658A;
}
</style>
border-color css
<style>
span { border-color: #8D658A; }
span { border-color: rgb(141,101,138); }
td.TdClassName
{
border-color: #8D658A;
}
.TagClassName
{
border-color: #8D658A;
}
</style>