Shades of Trendy Pink #8D5188
Tints of Trendy Pink #8D5188
RGB
CMYK
RGB Variations
Color information
#8D5188 (or 0x8D5188) is known color: Trendy Pink. HEX triplet: 8D, 51 and 88. RGB value is (141,81,136). Sum of RGB (Red+Green+Blue) = 141+81+136=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5188 is #72AE77. Grayscale: #696969. Windows color (decimal): -7515768 or 8933773. OLE color: 8933773.
HSL color Cylindrical-coordinate representation of color #8D5188: hue angle of 305º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5188 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 136 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.45 |
| HSL | 305º | 0.27% | 0.44% | - |
| HSV(B) | 305º | 0.43% | 0.55% | - |
| XYZ | 18.37 | 13.33 | 24.9 | - |
| YUV | 105.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 136 | 0 | 0.43 | 0.04 | 0.45 | 305 | 0.27 | 0.44 |
| Hex | 8D | 51 | 88 | 0 | 2B | 4 | 2D | 131 | 1B | 2C |
| Octal | 215 | 121 | 210 | 0 | 53 | 4 | 55 | 461 | 33 | 54 |
| Binary | 10001101 | 1010001 | 10001000 | 0 | 101011 | 100 | 101101 | 100110001 | 11011 | 101100 |
Color Harmonies of #8D5188
Complementary color
Monochromatic Colors of #8D5188
Black with #8D5188
Text Example
Text Example
White with #8D5188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5188; }
p { color: rgb(141,81,136); }
H1.HeaderClassName
{
color: #8D5188;
}
.AnyTagClassName
{
color: #8D5188;
}
</style>
background-color css
<style>
a { background-color: #8D5188; }
a { background-color: rgb(141,81,136); }
div.DivClassName
{
background-color: #8D5188;
}
.BgClassName
{
background-color: #8D5188;
}
</style>
border-color css
<style>
span { border-color: #8D5188; }
span { border-color: rgb(141,81,136); }
td.TdClassName
{
border-color: #8D5188;
}
.TagClassName
{
border-color: #8D5188;
}
</style>