Shades of Trendy Pink #895D93
Tints of Trendy Pink #895D93
RGB
CMYK
RGB Variations
Color information
#895D93 (or 0x895D93) is known color: Trendy Pink. HEX triplet: 89, 5D and 93. RGB value is (137,93,147). Sum of RGB (Red+Green+Blue) = 137+93+147=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #895D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895D93 is #76A26C. Grayscale: #707070. Windows color (decimal): -7774829 or 9657737. OLE color: 9657737.
HSL color Cylindrical-coordinate representation of color #895D93: hue angle of 288.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895D93 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 93 | 147 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.42 |
| HSL | 288.89º | 0.23% | 0.47% | - |
| HSV(B) | 288.89º | 0.37% | 0.58% | - |
| XYZ | 19.5 | 15.25 | 29.52 | - |
| YUV | 112.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 147 | 0.07 | 0.37 | 0 | 0.42 | 288.89 | 0.23 | 0.47 |
| Hex | 89 | 5D | 93 | 7 | 25 | 0 | 2A | 121 | 16 | 2F |
| Octal | 211 | 135 | 223 | 7 | 45 | 0 | 52 | 441 | 26 | 57 |
| Binary | 10001001 | 1011101 | 10010011 | 111 | 100101 | 0 | 101010 | 100100001 | 10110 | 101111 |
Color Harmonies of #895D93
Complementary color
Monochromatic Colors of #895D93
Black with #895D93
Text Example
Text Example
White with #895D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D93; }
p { color: rgb(137,93,147); }
H1.HeaderClassName
{
color: #895D93;
}
.AnyTagClassName
{
color: #895D93;
}
</style>
background-color css
<style>
a { background-color: #895D93; }
a { background-color: rgb(137,93,147); }
div.DivClassName
{
background-color: #895D93;
}
.BgClassName
{
background-color: #895D93;
}
</style>
border-color css
<style>
span { border-color: #895D93; }
span { border-color: rgb(137,93,147); }
td.TdClassName
{
border-color: #895D93;
}
.TagClassName
{
border-color: #895D93;
}
</style>