Shades of Trendy Pink #8D6185
Tints of Trendy Pink #8D6185
RGB
CMYK
RGB Variations
Color information
#8D6185 (or 0x8D6185) is known color: Trendy Pink. HEX triplet: 8D, 61 and 85. RGB value is (141,97,133). Sum of RGB (Red+Green+Blue) = 141+97+133=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6185 is #729E7A. Grayscale: #727272. Windows color (decimal): -7511675 or 8741261. OLE color: 8741261.
HSL color Cylindrical-coordinate representation of color #8D6185: hue angle of 310.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6185 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 133 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.45 |
| HSL | 310.91º | 0.18% | 0.47% | - |
| HSV(B) | 310.91º | 0.31% | 0.55% | - |
| XYZ | 19.49 | 15.91 | 24.23 | - |
| YUV | 114.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 133 | 0 | 0.31 | 0.06 | 0.45 | 310.91 | 0.18 | 0.47 |
| Hex | 8D | 61 | 85 | 0 | 1F | 6 | 2D | 137 | 12 | 2F |
| Octal | 215 | 141 | 205 | 0 | 37 | 6 | 55 | 467 | 22 | 57 |
| Binary | 10001101 | 1100001 | 10000101 | 0 | 11111 | 110 | 101101 | 100110111 | 10010 | 101111 |
Color Harmonies of #8D6185
Complementary color
Monochromatic Colors of #8D6185
Black with #8D6185
Text Example
Text Example
White with #8D6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6185; }
p { color: rgb(141,97,133); }
H1.HeaderClassName
{
color: #8D6185;
}
.AnyTagClassName
{
color: #8D6185;
}
</style>
background-color css
<style>
a { background-color: #8D6185; }
a { background-color: rgb(141,97,133); }
div.DivClassName
{
background-color: #8D6185;
}
.BgClassName
{
background-color: #8D6185;
}
</style>
border-color css
<style>
span { border-color: #8D6185; }
span { border-color: rgb(141,97,133); }
td.TdClassName
{
border-color: #8D6185;
}
.TagClassName
{
border-color: #8D6185;
}
</style>