Shades of Trendy Pink #8D5682
Tints of Trendy Pink #8D5682
RGB
CMYK
RGB Variations
Color information
#8D5682 (or 0x8D5682) is known color: Trendy Pink. HEX triplet: 8D, 56 and 82. RGB value is (141,86,130). Sum of RGB (Red+Green+Blue) = 141+86+130=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5682 is #72A97D. Grayscale: #6B6B6B. Windows color (decimal): -7514494 or 8541837. OLE color: 8541837.
HSL color Cylindrical-coordinate representation of color #8D5682: hue angle of 312º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5682 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 86 | 130 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.45 |
| HSL | 312º | 0.24% | 0.45% | - |
| HSV(B) | 312º | 0.39% | 0.55% | - |
| XYZ | 18.34 | 13.93 | 22.84 | - |
| YUV | 107.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 130 | 0 | 0.39 | 0.08 | 0.45 | 312 | 0.24 | 0.45 |
| Hex | 8D | 56 | 82 | 0 | 27 | 8 | 2D | 138 | 18 | 2D |
| Octal | 215 | 126 | 202 | 0 | 47 | 10 | 55 | 470 | 30 | 55 |
| Binary | 10001101 | 1010110 | 10000010 | 0 | 100111 | 1000 | 101101 | 100111000 | 11000 | 101101 |
Color Harmonies of #8D5682
Complementary color
Monochromatic Colors of #8D5682
Black with #8D5682
Text Example
Text Example
White with #8D5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5682; }
p { color: rgb(141,86,130); }
H1.HeaderClassName
{
color: #8D5682;
}
.AnyTagClassName
{
color: #8D5682;
}
</style>
background-color css
<style>
a { background-color: #8D5682; }
a { background-color: rgb(141,86,130); }
div.DivClassName
{
background-color: #8D5682;
}
.BgClassName
{
background-color: #8D5682;
}
</style>
border-color css
<style>
span { border-color: #8D5682; }
span { border-color: rgb(141,86,130); }
td.TdClassName
{
border-color: #8D5682;
}
.TagClassName
{
border-color: #8D5682;
}
</style>