Shades of Trendy Pink #8D5284
Tints of Trendy Pink #8D5284
RGB
CMYK
RGB Variations
Color information
#8D5284 (or 0x8D5284) is known color: Trendy Pink. HEX triplet: 8D, 52 and 84. RGB value is (141,82,132). Sum of RGB (Red+Green+Blue) = 141+82+132=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5284 is #72AD7B. Grayscale: #696969. Windows color (decimal): -7515516 or 8671885. OLE color: 8671885.
HSL color Cylindrical-coordinate representation of color #8D5284: hue angle of 309.15º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D5284 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 132 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.45 |
| HSL | 309.15º | 0.26% | 0.44% | - |
| HSV(B) | 309.15º | 0.42% | 0.55% | - |
| XYZ | 18.17 | 13.36 | 23.45 | - |
| YUV | 105.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 132 | 0 | 0.42 | 0.06 | 0.45 | 309.15 | 0.26 | 0.44 |
| Hex | 8D | 52 | 84 | 0 | 2A | 6 | 2D | 135 | 1A | 2C |
| Octal | 215 | 122 | 204 | 0 | 52 | 6 | 55 | 465 | 32 | 54 |
| Binary | 10001101 | 1010010 | 10000100 | 0 | 101010 | 110 | 101101 | 100110101 | 11010 | 101100 |
Color Harmonies of #8D5284
Complementary color
Monochromatic Colors of #8D5284
Black with #8D5284
Text Example
Text Example
White with #8D5284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5284; }
p { color: rgb(141,82,132); }
H1.HeaderClassName
{
color: #8D5284;
}
.AnyTagClassName
{
color: #8D5284;
}
</style>
background-color css
<style>
a { background-color: #8D5284; }
a { background-color: rgb(141,82,132); }
div.DivClassName
{
background-color: #8D5284;
}
.BgClassName
{
background-color: #8D5284;
}
</style>
border-color css
<style>
span { border-color: #8D5284; }
span { border-color: rgb(141,82,132); }
td.TdClassName
{
border-color: #8D5284;
}
.TagClassName
{
border-color: #8D5284;
}
</style>