Shades of Trendy Pink #8D528B
Tints of Trendy Pink #8D528B
RGB
CMYK
RGB Variations
Color information
#8D528B (or 0x8D528B) is known color: Trendy Pink. HEX triplet: 8D, 52 and 8B. RGB value is (141,82,139). Sum of RGB (Red+Green+Blue) = 141+82+139=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D528B is #72AD74. Grayscale: #696969. Windows color (decimal): -7515509 or 9130637. OLE color: 9130637.
HSL color Cylindrical-coordinate representation of color #8D528B: hue angle of 302.03º 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 #8D528B is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 139 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.45 |
| HSL | 302.03º | 0.26% | 0.44% | - |
| HSV(B) | 302.03º | 0.42% | 0.55% | - |
| XYZ | 18.66 | 13.56 | 26.06 | - |
| YUV | 106.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 139 | 0 | 0.42 | 0.01 | 0.45 | 302.03 | 0.26 | 0.44 |
| Hex | 8D | 52 | 8B | 0 | 2A | 1 | 2D | 12E | 1A | 2C |
| Octal | 215 | 122 | 213 | 0 | 52 | 1 | 55 | 456 | 32 | 54 |
| Binary | 10001101 | 1010010 | 10001011 | 0 | 101010 | 1 | 101101 | 100101110 | 11010 | 101100 |
Color Harmonies of #8D528B
Complementary color
Monochromatic Colors of #8D528B
Black with #8D528B
Text Example
Text Example
White with #8D528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D528B; }
p { color: rgb(141,82,139); }
H1.HeaderClassName
{
color: #8D528B;
}
.AnyTagClassName
{
color: #8D528B;
}
</style>
background-color css
<style>
a { background-color: #8D528B; }
a { background-color: rgb(141,82,139); }
div.DivClassName
{
background-color: #8D528B;
}
.BgClassName
{
background-color: #8D528B;
}
</style>
border-color css
<style>
span { border-color: #8D528B; }
span { border-color: rgb(141,82,139); }
td.TdClassName
{
border-color: #8D528B;
}
.TagClassName
{
border-color: #8D528B;
}
</style>