Shades of Trendy Pink #8D4B79
Tints of Trendy Pink #8D4B79
RGB
CMYK
RGB Variations
Color information
#8D4B79 (or 0x8D4B79) is known color: Trendy Pink. HEX triplet: 8D, 4B and 79. RGB value is (141,75,121). Sum of RGB (Red+Green+Blue) = 141+75+121=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4B79 is #72B486. Grayscale: #636363. Windows color (decimal): -7517319 or 7949197. OLE color: 7949197.
HSL color Cylindrical-coordinate representation of color #8D4B79: hue angle of 318.18º 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 #8D4B79 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 75 | 121 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.45 |
| HSL | 318.18º | 0.31% | 0.42% | - |
| HSV(B) | 318.18º | 0.47% | 0.55% | - |
| XYZ | 16.95 | 12.08 | 19.53 | - |
| YUV | 99.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 121 | 0 | 0.47 | 0.14 | 0.45 | 318.18 | 0.31 | 0.42 |
| Hex | 8D | 4B | 79 | 0 | 2F | E | 2D | 13E | 1F | 2A |
| Octal | 215 | 113 | 171 | 0 | 57 | 16 | 55 | 476 | 37 | 52 |
| Binary | 10001101 | 1001011 | 1111001 | 0 | 101111 | 1110 | 101101 | 100111110 | 11111 | 101010 |
Color Harmonies of #8D4B79
Complementary color
Monochromatic Colors of #8D4B79
Black with #8D4B79
Text Example
Text Example
White with #8D4B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4B79; }
p { color: rgb(141,75,121); }
H1.HeaderClassName
{
color: #8D4B79;
}
.AnyTagClassName
{
color: #8D4B79;
}
</style>
background-color css
<style>
a { background-color: #8D4B79; }
a { background-color: rgb(141,75,121); }
div.DivClassName
{
background-color: #8D4B79;
}
.BgClassName
{
background-color: #8D4B79;
}
</style>
border-color css
<style>
span { border-color: #8D4B79; }
span { border-color: rgb(141,75,121); }
td.TdClassName
{
border-color: #8D4B79;
}
.TagClassName
{
border-color: #8D4B79;
}
</style>