Shades of Trendy Pink #8D4B85
Tints of Trendy Pink #8D4B85
RGB
CMYK
RGB Variations
Color information
#8D4B85 (or 0x8D4B85) is known color: Trendy Pink. HEX triplet: 8D, 4B and 85. RGB value is (141,75,133). Sum of RGB (Red+Green+Blue) = 141+75+133=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4B85 is #72B47A. Grayscale: #656565. Windows color (decimal): -7517307 or 8735629. OLE color: 8735629.
HSL color Cylindrical-coordinate representation of color #8D4B85: hue angle of 307.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D4B85 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 75 | 133 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.45 |
| HSL | 307.27º | 0.31% | 0.42% | - |
| HSV(B) | 307.27º | 0.47% | 0.55% | - |
| XYZ | 17.73 | 12.39 | 23.65 | - |
| YUV | 101.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 133 | 0 | 0.47 | 0.06 | 0.45 | 307.27 | 0.31 | 0.42 |
| Hex | 8D | 4B | 85 | 0 | 2F | 6 | 2D | 133 | 1F | 2A |
| Octal | 215 | 113 | 205 | 0 | 57 | 6 | 55 | 463 | 37 | 52 |
| Binary | 10001101 | 1001011 | 10000101 | 0 | 101111 | 110 | 101101 | 100110011 | 11111 | 101010 |
Color Harmonies of #8D4B85
Complementary color
Monochromatic Colors of #8D4B85
Black with #8D4B85
Text Example
Text Example
White with #8D4B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4B85; }
p { color: rgb(141,75,133); }
H1.HeaderClassName
{
color: #8D4B85;
}
.AnyTagClassName
{
color: #8D4B85;
}
</style>
background-color css
<style>
a { background-color: #8D4B85; }
a { background-color: rgb(141,75,133); }
div.DivClassName
{
background-color: #8D4B85;
}
.BgClassName
{
background-color: #8D4B85;
}
</style>
border-color css
<style>
span { border-color: #8D4B85; }
span { border-color: rgb(141,75,133); }
td.TdClassName
{
border-color: #8D4B85;
}
.TagClassName
{
border-color: #8D4B85;
}
</style>