Shades of Trendy Pink #8D6289
Tints of Trendy Pink #8D6289
RGB
CMYK
RGB Variations
Color information
#8D6289 (or 0x8D6289) is known color: Trendy Pink. HEX triplet: 8D, 62 and 89. RGB value is (141,98,137). Sum of RGB (Red+Green+Blue) = 141+98+137=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6289 is #729D76. Grayscale: #737373. Windows color (decimal): -7511415 or 9003661. OLE color: 9003661.
HSL color Cylindrical-coordinate representation of color #8D6289: hue angle of 305.58º degrees, saturation: 0.18, 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 #8D6289 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 137 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.45 |
| HSL | 305.58º | 0.18% | 0.47% | - |
| HSV(B) | 305.58º | 0.3% | 0.55% | - |
| XYZ | 19.87 | 16.2 | 25.75 | - |
| YUV | 115.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 137 | 0 | 0.30 | 0.03 | 0.45 | 305.58 | 0.18 | 0.47 |
| Hex | 8D | 62 | 89 | 0 | 1E | 3 | 2D | 132 | 12 | 2F |
| Octal | 215 | 142 | 211 | 0 | 36 | 3 | 55 | 462 | 22 | 57 |
| Binary | 10001101 | 1100010 | 10001001 | 0 | 11110 | 11 | 101101 | 100110010 | 10010 | 101111 |
Color Harmonies of #8D6289
Complementary color
Monochromatic Colors of #8D6289
Black with #8D6289
Text Example
Text Example
White with #8D6289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6289; }
p { color: rgb(141,98,137); }
H1.HeaderClassName
{
color: #8D6289;
}
.AnyTagClassName
{
color: #8D6289;
}
</style>
background-color css
<style>
a { background-color: #8D6289; }
a { background-color: rgb(141,98,137); }
div.DivClassName
{
background-color: #8D6289;
}
.BgClassName
{
background-color: #8D6289;
}
</style>
border-color css
<style>
span { border-color: #8D6289; }
span { border-color: rgb(141,98,137); }
td.TdClassName
{
border-color: #8D6289;
}
.TagClassName
{
border-color: #8D6289;
}
</style>