Shades of Trendy Pink #8D4480
Tints of Trendy Pink #8D4480
RGB
CMYK
RGB Variations
Color information
#8D4480 (or 0x8D4480) is known color: Trendy Pink. HEX triplet: 8D, 44 and 80. RGB value is (141,68,128). Sum of RGB (Red+Green+Blue) = 141+68+128=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4480 is #72BB7F. Grayscale: #606060. Windows color (decimal): -7519104 or 8406157. OLE color: 8406157.
HSL color Cylindrical-coordinate representation of color #8D4480: hue angle of 310.68º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4480 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 68 | 128 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.45 |
| HSL | 310.68º | 0.35% | 0.41% | - |
| HSV(B) | 310.68º | 0.52% | 0.55% | - |
| XYZ | 16.95 | 11.36 | 21.72 | - |
| YUV | 96.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 128 | 0 | 0.52 | 0.09 | 0.45 | 310.68 | 0.35 | 0.41 |
| Hex | 8D | 44 | 80 | 0 | 34 | 9 | 2D | 137 | 23 | 29 |
| Octal | 215 | 104 | 200 | 0 | 64 | 11 | 55 | 467 | 43 | 51 |
| Binary | 10001101 | 1000100 | 10000000 | 0 | 110100 | 1001 | 101101 | 100110111 | 100011 | 101001 |
Color Harmonies of #8D4480
Complementary color
Monochromatic Colors of #8D4480
Black with #8D4480
Text Example
Text Example
White with #8D4480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4480; }
p { color: rgb(141,68,128); }
H1.HeaderClassName
{
color: #8D4480;
}
.AnyTagClassName
{
color: #8D4480;
}
</style>
background-color css
<style>
a { background-color: #8D4480; }
a { background-color: rgb(141,68,128); }
div.DivClassName
{
background-color: #8D4480;
}
.BgClassName
{
background-color: #8D4480;
}
</style>
border-color css
<style>
span { border-color: #8D4480; }
span { border-color: rgb(141,68,128); }
td.TdClassName
{
border-color: #8D4480;
}
.TagClassName
{
border-color: #8D4480;
}
</style>