Shades of Trendy Pink #895E92
Tints of Trendy Pink #895E92
RGB
CMYK
RGB Variations
Color information
#895E92 (or 0x895E92) is known color: Trendy Pink. HEX triplet: 89, 5E and 92. RGB value is (137,94,146). Sum of RGB (Red+Green+Blue) = 137+94+146=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #895E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E92 is #76A16D. Grayscale: #707070. Windows color (decimal): -7774574 or 9592457. OLE color: 9592457.
HSL color Cylindrical-coordinate representation of color #895E92: hue angle of 289.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895E92 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 94 | 146 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.43 |
| HSL | 289.62º | 0.22% | 0.47% | - |
| HSV(B) | 289.62º | 0.36% | 0.57% | - |
| XYZ | 19.51 | 15.4 | 29.14 | - |
| YUV | 112.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 146 | 0.06 | 0.36 | 0 | 0.43 | 289.62 | 0.22 | 0.47 |
| Hex | 89 | 5E | 92 | 6 | 24 | 0 | 2B | 122 | 16 | 2F |
| Octal | 211 | 136 | 222 | 6 | 44 | 0 | 53 | 442 | 26 | 57 |
| Binary | 10001001 | 1011110 | 10010010 | 110 | 100100 | 0 | 101011 | 100100010 | 10110 | 101111 |
Color Harmonies of #895E92
Complementary color
Monochromatic Colors of #895E92
Black with #895E92
Text Example
Text Example
White with #895E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E92; }
p { color: rgb(137,94,146); }
H1.HeaderClassName
{
color: #895E92;
}
.AnyTagClassName
{
color: #895E92;
}
</style>
background-color css
<style>
a { background-color: #895E92; }
a { background-color: rgb(137,94,146); }
div.DivClassName
{
background-color: #895E92;
}
.BgClassName
{
background-color: #895E92;
}
</style>
border-color css
<style>
span { border-color: #895E92; }
span { border-color: rgb(137,94,146); }
td.TdClassName
{
border-color: #895E92;
}
.TagClassName
{
border-color: #895E92;
}
</style>