Shades of Trendy Pink #8D4983
Tints of Trendy Pink #8D4983
RGB
CMYK
RGB Variations
Color information
#8D4983 (or 0x8D4983) is known color: Trendy Pink. HEX triplet: 8D, 49 and 83. RGB value is (141,73,131). Sum of RGB (Red+Green+Blue) = 141+73+131=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4983 is #72B67C. Grayscale: #636363. Windows color (decimal): -7517821 or 8604045. OLE color: 8604045.
HSL color Cylindrical-coordinate representation of color #8D4983: hue angle of 308.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4983 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 73 | 131 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.45 |
| HSL | 308.82º | 0.32% | 0.42% | - |
| HSV(B) | 308.82º | 0.48% | 0.55% | - |
| XYZ | 17.46 | 12.07 | 22.88 | - |
| YUV | 99.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 131 | 0 | 0.48 | 0.07 | 0.45 | 308.82 | 0.32 | 0.42 |
| Hex | 8D | 49 | 83 | 0 | 30 | 7 | 2D | 135 | 20 | 2A |
| Octal | 215 | 111 | 203 | 0 | 60 | 7 | 55 | 465 | 40 | 52 |
| Binary | 10001101 | 1001001 | 10000011 | 0 | 110000 | 111 | 101101 | 100110101 | 100000 | 101010 |
Color Harmonies of #8D4983
Complementary color
Monochromatic Colors of #8D4983
Black with #8D4983
Text Example
Text Example
White with #8D4983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4983; }
p { color: rgb(141,73,131); }
H1.HeaderClassName
{
color: #8D4983;
}
.AnyTagClassName
{
color: #8D4983;
}
</style>
background-color css
<style>
a { background-color: #8D4983; }
a { background-color: rgb(141,73,131); }
div.DivClassName
{
background-color: #8D4983;
}
.BgClassName
{
background-color: #8D4983;
}
</style>
border-color css
<style>
span { border-color: #8D4983; }
span { border-color: rgb(141,73,131); }
td.TdClassName
{
border-color: #8D4983;
}
.TagClassName
{
border-color: #8D4983;
}
</style>