Shades of Trendy Pink #8D5B85
Tints of Trendy Pink #8D5B85
RGB
CMYK
RGB Variations
Color information
#8D5B85 (or 0x8D5B85) is known color: Trendy Pink. HEX triplet: 8D, 5B and 85. RGB value is (141,91,133). Sum of RGB (Red+Green+Blue) = 141+91+133=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5B85 is #72A47A. Grayscale: #6E6E6E. Windows color (decimal): -7513211 or 8739725. OLE color: 8739725.
HSL color Cylindrical-coordinate representation of color #8D5B85: hue angle of 309.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5B85 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 91 | 133 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.45 |
| HSL | 309.6º | 0.22% | 0.45% | - |
| HSV(B) | 309.6º | 0.35% | 0.55% | - |
| XYZ | 18.96 | 14.84 | 24.06 | - |
| YUV | 110.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 133 | 0 | 0.35 | 0.06 | 0.45 | 309.6 | 0.22 | 0.45 |
| Hex | 8D | 5B | 85 | 0 | 23 | 6 | 2D | 136 | 16 | 2D |
| Octal | 215 | 133 | 205 | 0 | 43 | 6 | 55 | 466 | 26 | 55 |
| Binary | 10001101 | 1011011 | 10000101 | 0 | 100011 | 110 | 101101 | 100110110 | 10110 | 101101 |
Color Harmonies of #8D5B85
Complementary color
Monochromatic Colors of #8D5B85
Black with #8D5B85
Text Example
Text Example
White with #8D5B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5B85; }
p { color: rgb(141,91,133); }
H1.HeaderClassName
{
color: #8D5B85;
}
.AnyTagClassName
{
color: #8D5B85;
}
</style>
background-color css
<style>
a { background-color: #8D5B85; }
a { background-color: rgb(141,91,133); }
div.DivClassName
{
background-color: #8D5B85;
}
.BgClassName
{
background-color: #8D5B85;
}
</style>
border-color css
<style>
span { border-color: #8D5B85; }
span { border-color: rgb(141,91,133); }
td.TdClassName
{
border-color: #8D5B85;
}
.TagClassName
{
border-color: #8D5B85;
}
</style>