Shades of Trendy Pink #8D5885
Tints of Trendy Pink #8D5885
RGB
CMYK
RGB Variations
Color information
#8D5885 (or 0x8D5885) is known color: Trendy Pink. HEX triplet: 8D, 58 and 85. RGB value is (141,88,133). Sum of RGB (Red+Green+Blue) = 141+88+133=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5885 is #72A77A. Grayscale: #6C6C6C. Windows color (decimal): -7513979 or 8738957. OLE color: 8738957.
HSL color Cylindrical-coordinate representation of color #8D5885: hue angle of 309.06º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5885 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 133 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.45 |
| HSL | 309.06º | 0.23% | 0.45% | - |
| HSV(B) | 309.06º | 0.38% | 0.55% | - |
| XYZ | 18.71 | 14.34 | 23.97 | - |
| YUV | 108.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 133 | 0 | 0.38 | 0.06 | 0.45 | 309.06 | 0.23 | 0.45 |
| Hex | 8D | 58 | 85 | 0 | 26 | 6 | 2D | 135 | 17 | 2D |
| Octal | 215 | 130 | 205 | 0 | 46 | 6 | 55 | 465 | 27 | 55 |
| Binary | 10001101 | 1011000 | 10000101 | 0 | 100110 | 110 | 101101 | 100110101 | 10111 | 101101 |
Color Harmonies of #8D5885
Complementary color
Monochromatic Colors of #8D5885
Black with #8D5885
Text Example
Text Example
White with #8D5885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5885; }
p { color: rgb(141,88,133); }
H1.HeaderClassName
{
color: #8D5885;
}
.AnyTagClassName
{
color: #8D5885;
}
</style>
background-color css
<style>
a { background-color: #8D5885; }
a { background-color: rgb(141,88,133); }
div.DivClassName
{
background-color: #8D5885;
}
.BgClassName
{
background-color: #8D5885;
}
</style>
border-color css
<style>
span { border-color: #8D5885; }
span { border-color: rgb(141,88,133); }
td.TdClassName
{
border-color: #8D5885;
}
.TagClassName
{
border-color: #8D5885;
}
</style>