Shades of Trendy Pink #8D4282
Tints of Trendy Pink #8D4282
RGB
CMYK
RGB Variations
Color information
#8D4282 (or 0x8D4282) is known color: Trendy Pink. HEX triplet: 8D, 42 and 82. RGB value is (141,66,130). Sum of RGB (Red+Green+Blue) = 141+66+130=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4282 is #72BD7D. Grayscale: #5F5F5F. Windows color (decimal): -7519614 or 8536717. OLE color: 8536717.
HSL color Cylindrical-coordinate representation of color #8D4282: hue angle of 308.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4282 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 130 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.45 |
| HSL | 308.8º | 0.36% | 0.41% | - |
| HSV(B) | 308.8º | 0.53% | 0.55% | - |
| XYZ | 16.96 | 11.17 | 22.38 | - |
| YUV | 95.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 130 | 0 | 0.53 | 0.08 | 0.45 | 308.8 | 0.36 | 0.41 |
| Hex | 8D | 42 | 82 | 0 | 35 | 8 | 2D | 135 | 24 | 29 |
| Octal | 215 | 102 | 202 | 0 | 65 | 10 | 55 | 465 | 44 | 51 |
| Binary | 10001101 | 1000010 | 10000010 | 0 | 110101 | 1000 | 101101 | 100110101 | 100100 | 101001 |
Color Harmonies of #8D4282
Complementary color
Monochromatic Colors of #8D4282
Black with #8D4282
Text Example
Text Example
White with #8D4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4282; }
p { color: rgb(141,66,130); }
H1.HeaderClassName
{
color: #8D4282;
}
.AnyTagClassName
{
color: #8D4282;
}
</style>
background-color css
<style>
a { background-color: #8D4282; }
a { background-color: rgb(141,66,130); }
div.DivClassName
{
background-color: #8D4282;
}
.BgClassName
{
background-color: #8D4282;
}
</style>
border-color css
<style>
span { border-color: #8D4282; }
span { border-color: rgb(141,66,130); }
td.TdClassName
{
border-color: #8D4282;
}
.TagClassName
{
border-color: #8D4282;
}
</style>