Shades of Trendy Pink #8D4585
Tints of Trendy Pink #8D4585
RGB
CMYK
RGB Variations
Color information
#8D4585 (or 0x8D4585) is known color: Trendy Pink. HEX triplet: 8D, 45 and 85. RGB value is (141,69,133). Sum of RGB (Red+Green+Blue) = 141+69+133=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4585 is #72BA7A. Grayscale: #616161. Windows color (decimal): -7518843 or 8734093. OLE color: 8734093.
HSL color Cylindrical-coordinate representation of color #8D4585: hue angle of 306.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4585 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 133 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.45 |
| HSL | 306.67º | 0.34% | 0.41% | - |
| HSV(B) | 306.67º | 0.51% | 0.55% | - |
| XYZ | 17.35 | 11.61 | 23.52 | - |
| YUV | 97.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 133 | 0 | 0.51 | 0.06 | 0.45 | 306.67 | 0.34 | 0.41 |
| Hex | 8D | 45 | 85 | 0 | 33 | 6 | 2D | 133 | 22 | 29 |
| Octal | 215 | 105 | 205 | 0 | 63 | 6 | 55 | 463 | 42 | 51 |
| Binary | 10001101 | 1000101 | 10000101 | 0 | 110011 | 110 | 101101 | 100110011 | 100010 | 101001 |
Color Harmonies of #8D4585
Complementary color
Monochromatic Colors of #8D4585
Black with #8D4585
Text Example
Text Example
White with #8D4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4585; }
p { color: rgb(141,69,133); }
H1.HeaderClassName
{
color: #8D4585;
}
.AnyTagClassName
{
color: #8D4585;
}
</style>
background-color css
<style>
a { background-color: #8D4585; }
a { background-color: rgb(141,69,133); }
div.DivClassName
{
background-color: #8D4585;
}
.BgClassName
{
background-color: #8D4585;
}
</style>
border-color css
<style>
span { border-color: #8D4585; }
span { border-color: rgb(141,69,133); }
td.TdClassName
{
border-color: #8D4585;
}
.TagClassName
{
border-color: #8D4585;
}
</style>