Shades of Trendy Pink #8D5480
Tints of Trendy Pink #8D5480
RGB
CMYK
RGB Variations
Color information
#8D5480 (or 0x8D5480) is known color: Trendy Pink. HEX triplet: 8D, 54 and 80. RGB value is (141,84,128). Sum of RGB (Red+Green+Blue) = 141+84+128=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5480 is #72AB7F. Grayscale: #696969. Windows color (decimal): -7515008 or 8410253. OLE color: 8410253.
HSL color Cylindrical-coordinate representation of color #8D5480: hue angle of 313.68º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5480 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 128 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.45 |
| HSL | 313.68º | 0.25% | 0.44% | - |
| HSV(B) | 313.68º | 0.4% | 0.55% | - |
| XYZ | 18.05 | 13.56 | 22.09 | - |
| YUV | 106.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 128 | 0 | 0.40 | 0.09 | 0.45 | 313.68 | 0.25 | 0.44 |
| Hex | 8D | 54 | 80 | 0 | 28 | 9 | 2D | 13A | 19 | 2C |
| Octal | 215 | 124 | 200 | 0 | 50 | 11 | 55 | 472 | 31 | 54 |
| Binary | 10001101 | 1010100 | 10000000 | 0 | 101000 | 1001 | 101101 | 100111010 | 11001 | 101100 |
Color Harmonies of #8D5480
Complementary color
Monochromatic Colors of #8D5480
Black with #8D5480
Text Example
Text Example
White with #8D5480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5480; }
p { color: rgb(141,84,128); }
H1.HeaderClassName
{
color: #8D5480;
}
.AnyTagClassName
{
color: #8D5480;
}
</style>
background-color css
<style>
a { background-color: #8D5480; }
a { background-color: rgb(141,84,128); }
div.DivClassName
{
background-color: #8D5480;
}
.BgClassName
{
background-color: #8D5480;
}
</style>
border-color css
<style>
span { border-color: #8D5480; }
span { border-color: rgb(141,84,128); }
td.TdClassName
{
border-color: #8D5480;
}
.TagClassName
{
border-color: #8D5480;
}
</style>