Shades of Trendy Pink #8D4082
Tints of Trendy Pink #8D4082
RGB
CMYK
RGB Variations
Color information
#8D4082 (or 0x8D4082) is known color: Trendy Pink. HEX triplet: 8D, 40 and 82. RGB value is (141,64,130). Sum of RGB (Red+Green+Blue) = 141+64+130=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4082 is #72BF7D. Grayscale: #5E5E5E. Windows color (decimal): -7520126 or 8536205. OLE color: 8536205.
HSL color Cylindrical-coordinate representation of color #8D4082: hue angle of 308.57º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4082 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 130 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.45 |
| HSL | 308.57º | 0.38% | 0.4% | - |
| HSV(B) | 308.57º | 0.55% | 0.55% | - |
| XYZ | 16.85 | 10.94 | 22.34 | - |
| YUV | 94.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 130 | 0 | 0.55 | 0.08 | 0.45 | 308.57 | 0.38 | 0.4 |
| Hex | 8D | 40 | 82 | 0 | 37 | 8 | 2D | 135 | 26 | 28 |
| Octal | 215 | 100 | 202 | 0 | 67 | 10 | 55 | 465 | 46 | 50 |
| Binary | 10001101 | 1000000 | 10000010 | 0 | 110111 | 1000 | 101101 | 100110101 | 100110 | 101000 |
Color Harmonies of #8D4082
Complementary color
Monochromatic Colors of #8D4082
Black with #8D4082
Text Example
Text Example
White with #8D4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4082; }
p { color: rgb(141,64,130); }
H1.HeaderClassName
{
color: #8D4082;
}
.AnyTagClassName
{
color: #8D4082;
}
</style>
background-color css
<style>
a { background-color: #8D4082; }
a { background-color: rgb(141,64,130); }
div.DivClassName
{
background-color: #8D4082;
}
.BgClassName
{
background-color: #8D4082;
}
</style>
border-color css
<style>
span { border-color: #8D4082; }
span { border-color: rgb(141,64,130); }
td.TdClassName
{
border-color: #8D4082;
}
.TagClassName
{
border-color: #8D4082;
}
</style>