Shades of Trendy Pink #8D5388
Tints of Trendy Pink #8D5388
RGB
CMYK
RGB Variations
Color information
#8D5388 (or 0x8D5388) is known color: Trendy Pink. HEX triplet: 8D, 53 and 88. RGB value is (141,83,136). Sum of RGB (Red+Green+Blue) = 141+83+136=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5388 is #72AC77. Grayscale: #6A6A6A. Windows color (decimal): -7515256 or 8934285. OLE color: 8934285.
HSL color Cylindrical-coordinate representation of color #8D5388: hue angle of 305.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D5388 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 136 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.45 |
| HSL | 305.17º | 0.26% | 0.44% | - |
| HSV(B) | 305.17º | 0.41% | 0.55% | - |
| XYZ | 18.52 | 13.63 | 24.95 | - |
| YUV | 106.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 136 | 0 | 0.41 | 0.04 | 0.45 | 305.17 | 0.26 | 0.44 |
| Hex | 8D | 53 | 88 | 0 | 29 | 4 | 2D | 131 | 1A | 2C |
| Octal | 215 | 123 | 210 | 0 | 51 | 4 | 55 | 461 | 32 | 54 |
| Binary | 10001101 | 1010011 | 10001000 | 0 | 101001 | 100 | 101101 | 100110001 | 11010 | 101100 |
Color Harmonies of #8D5388
Complementary color
Monochromatic Colors of #8D5388
Black with #8D5388
Text Example
Text Example
White with #8D5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5388; }
p { color: rgb(141,83,136); }
H1.HeaderClassName
{
color: #8D5388;
}
.AnyTagClassName
{
color: #8D5388;
}
</style>
background-color css
<style>
a { background-color: #8D5388; }
a { background-color: rgb(141,83,136); }
div.DivClassName
{
background-color: #8D5388;
}
.BgClassName
{
background-color: #8D5388;
}
</style>
border-color css
<style>
span { border-color: #8D5388; }
span { border-color: rgb(141,83,136); }
td.TdClassName
{
border-color: #8D5388;
}
.TagClassName
{
border-color: #8D5388;
}
</style>