Shades of Trendy Pink #896385
Tints of Trendy Pink #896385
RGB
CMYK
RGB Variations
Color information
#896385 (or 0x896385) is known color: Trendy Pink. HEX triplet: 89, 63 and 85. RGB value is (137,99,133). Sum of RGB (Red+Green+Blue) = 137+99+133=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #896385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896385 is #769C7A. Grayscale: #727272. Windows color (decimal): -7773307 or 8741769. OLE color: 8741769.
HSL color Cylindrical-coordinate representation of color #896385: hue angle of 306.32º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896385 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 133 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.46 |
| HSL | 306.32º | 0.16% | 0.46% | - |
| HSV(B) | 306.32º | 0.28% | 0.54% | - |
| XYZ | 19.01 | 15.94 | 24.26 | - |
| YUV | 114.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 133 | 0 | 0.28 | 0.03 | 0.46 | 306.32 | 0.16 | 0.46 |
| Hex | 89 | 63 | 85 | 0 | 1C | 3 | 2E | 132 | 10 | 2E |
| Octal | 211 | 143 | 205 | 0 | 34 | 3 | 56 | 462 | 20 | 56 |
| Binary | 10001001 | 1100011 | 10000101 | 0 | 11100 | 11 | 101110 | 100110010 | 10000 | 101110 |
Color Harmonies of #896385
Complementary color
Monochromatic Colors of #896385
Black with #896385
Text Example
Text Example
White with #896385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896385; }
p { color: rgb(137,99,133); }
H1.HeaderClassName
{
color: #896385;
}
.AnyTagClassName
{
color: #896385;
}
</style>
background-color css
<style>
a { background-color: #896385; }
a { background-color: rgb(137,99,133); }
div.DivClassName
{
background-color: #896385;
}
.BgClassName
{
background-color: #896385;
}
</style>
border-color css
<style>
span { border-color: #896385; }
span { border-color: rgb(137,99,133); }
td.TdClassName
{
border-color: #896385;
}
.TagClassName
{
border-color: #896385;
}
</style>