Shades of Trendy Pink #8D6387
Tints of Trendy Pink #8D6387
RGB
CMYK
RGB Variations
Color information
#8D6387 (or 0x8D6387) is known color: Trendy Pink. HEX triplet: 8D, 63 and 87. RGB value is (141,99,135). Sum of RGB (Red+Green+Blue) = 141+99+135=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6387 is #729C78. Grayscale: #737373. Windows color (decimal): -7511161 or 8872845. OLE color: 8872845.
HSL color Cylindrical-coordinate representation of color #8D6387: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6387 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 135 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.45 |
| HSL | 308.57º | 0.18% | 0.47% | - |
| HSV(B) | 308.57º | 0.3% | 0.55% | - |
| XYZ | 19.82 | 16.34 | 25.03 | - |
| YUV | 115.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 135 | 0 | 0.30 | 0.04 | 0.45 | 308.57 | 0.18 | 0.47 |
| Hex | 8D | 63 | 87 | 0 | 1E | 4 | 2D | 135 | 12 | 2F |
| Octal | 215 | 143 | 207 | 0 | 36 | 4 | 55 | 465 | 22 | 57 |
| Binary | 10001101 | 1100011 | 10000111 | 0 | 11110 | 100 | 101101 | 100110101 | 10010 | 101111 |
Color Harmonies of #8D6387
Complementary color
Monochromatic Colors of #8D6387
Black with #8D6387
Text Example
Text Example
White with #8D6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6387; }
p { color: rgb(141,99,135); }
H1.HeaderClassName
{
color: #8D6387;
}
.AnyTagClassName
{
color: #8D6387;
}
</style>
background-color css
<style>
a { background-color: #8D6387; }
a { background-color: rgb(141,99,135); }
div.DivClassName
{
background-color: #8D6387;
}
.BgClassName
{
background-color: #8D6387;
}
</style>
border-color css
<style>
span { border-color: #8D6387; }
span { border-color: rgb(141,99,135); }
td.TdClassName
{
border-color: #8D6387;
}
.TagClassName
{
border-color: #8D6387;
}
</style>