Shades of Trendy Pink #895E7F
Tints of Trendy Pink #895E7F
RGB
CMYK
RGB Variations
Color information
#895E7F (or 0x895E7F) is known color: Trendy Pink. HEX triplet: 89, 5E and 7F. RGB value is (137,94,127). Sum of RGB (Red+Green+Blue) = 137+94+127=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #895E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E7F is #76A180. Grayscale: #6E6E6E. Windows color (decimal): -7774593 or 8347273. OLE color: 8347273.
HSL color Cylindrical-coordinate representation of color #895E7F: hue angle of 313.95º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895E7F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 127 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.46 |
| HSL | 313.95º | 0.19% | 0.45% | - |
| HSV(B) | 313.95º | 0.31% | 0.54% | - |
| XYZ | 18.15 | 14.86 | 21.99 | - |
| YUV | 110.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 127 | 0 | 0.31 | 0.07 | 0.46 | 313.95 | 0.19 | 0.45 |
| Hex | 89 | 5E | 7F | 0 | 1F | 7 | 2E | 13A | 13 | 2D |
| Octal | 211 | 136 | 177 | 0 | 37 | 7 | 56 | 472 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1111111 | 0 | 11111 | 111 | 101110 | 100111010 | 10011 | 101101 |
Color Harmonies of #895E7F
Complementary color
Monochromatic Colors of #895E7F
Black with #895E7F
Text Example
Text Example
White with #895E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E7F; }
p { color: rgb(137,94,127); }
H1.HeaderClassName
{
color: #895E7F;
}
.AnyTagClassName
{
color: #895E7F;
}
</style>
background-color css
<style>
a { background-color: #895E7F; }
a { background-color: rgb(137,94,127); }
div.DivClassName
{
background-color: #895E7F;
}
.BgClassName
{
background-color: #895E7F;
}
</style>
border-color css
<style>
span { border-color: #895E7F; }
span { border-color: rgb(137,94,127); }
td.TdClassName
{
border-color: #895E7F;
}
.TagClassName
{
border-color: #895E7F;
}
</style>