Shades of Trendy Pink #8D497B
Tints of Trendy Pink #8D497B
RGB
CMYK
RGB Variations
Color information
#8D497B (or 0x8D497B) is known color: Trendy Pink. HEX triplet: 8D, 49 and 7B. RGB value is (141,73,123). Sum of RGB (Red+Green+Blue) = 141+73+123=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D497B is #72B684. Grayscale: #626262. Windows color (decimal): -7517829 or 8079757. OLE color: 8079757.
HSL color Cylindrical-coordinate representation of color #8D497B: hue angle of 315.88º 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 #8D497B is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 73 | 123 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.45 |
| HSL | 315.88º | 0.32% | 0.42% | - |
| HSV(B) | 315.88º | 0.48% | 0.55% | - |
| XYZ | 16.94 | 11.86 | 20.13 | - |
| YUV | 99.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 123 | 0 | 0.48 | 0.13 | 0.45 | 315.88 | 0.32 | 0.42 |
| Hex | 8D | 49 | 7B | 0 | 30 | D | 2D | 13C | 20 | 2A |
| Octal | 215 | 111 | 173 | 0 | 60 | 15 | 55 | 474 | 40 | 52 |
| Binary | 10001101 | 1001001 | 1111011 | 0 | 110000 | 1101 | 101101 | 100111100 | 100000 | 101010 |
Color Harmonies of #8D497B
Complementary color
Monochromatic Colors of #8D497B
Black with #8D497B
Text Example
Text Example
White with #8D497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D497B; }
p { color: rgb(141,73,123); }
H1.HeaderClassName
{
color: #8D497B;
}
.AnyTagClassName
{
color: #8D497B;
}
</style>
background-color css
<style>
a { background-color: #8D497B; }
a { background-color: rgb(141,73,123); }
div.DivClassName
{
background-color: #8D497B;
}
.BgClassName
{
background-color: #8D497B;
}
</style>
border-color css
<style>
span { border-color: #8D497B; }
span { border-color: rgb(141,73,123); }
td.TdClassName
{
border-color: #8D497B;
}
.TagClassName
{
border-color: #8D497B;
}
</style>