Shades of Trendy Pink #8D4682
Tints of Trendy Pink #8D4682
RGB
CMYK
RGB Variations
Color information
#8D4682 (or 0x8D4682) is known color: Trendy Pink. HEX triplet: 8D, 46 and 82. RGB value is (141,70,130). Sum of RGB (Red+Green+Blue) = 141+70+130=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4682 is #72B97D. Grayscale: #616161. Windows color (decimal): -7518590 or 8537741. OLE color: 8537741.
HSL color Cylindrical-coordinate representation of color #8D4682: hue angle of 309.3º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4682 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 130 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.45 |
| HSL | 309.3º | 0.34% | 0.41% | - |
| HSV(B) | 309.3º | 0.5% | 0.55% | - |
| XYZ | 17.2 | 11.65 | 22.46 | - |
| YUV | 98.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 130 | 0 | 0.50 | 0.08 | 0.45 | 309.3 | 0.34 | 0.41 |
| Hex | 8D | 46 | 82 | 0 | 32 | 8 | 2D | 135 | 22 | 29 |
| Octal | 215 | 106 | 202 | 0 | 62 | 10 | 55 | 465 | 42 | 51 |
| Binary | 10001101 | 1000110 | 10000010 | 0 | 110010 | 1000 | 101101 | 100110101 | 100010 | 101001 |
Color Harmonies of #8D4682
Complementary color
Monochromatic Colors of #8D4682
Black with #8D4682
Text Example
Text Example
White with #8D4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4682; }
p { color: rgb(141,70,130); }
H1.HeaderClassName
{
color: #8D4682;
}
.AnyTagClassName
{
color: #8D4682;
}
</style>
background-color css
<style>
a { background-color: #8D4682; }
a { background-color: rgb(141,70,130); }
div.DivClassName
{
background-color: #8D4682;
}
.BgClassName
{
background-color: #8D4682;
}
</style>
border-color css
<style>
span { border-color: #8D4682; }
span { border-color: rgb(141,70,130); }
td.TdClassName
{
border-color: #8D4682;
}
.TagClassName
{
border-color: #8D4682;
}
</style>