Shades of Trendy Pink #895D8D
Tints of Trendy Pink #895D8D
RGB
CMYK
RGB Variations
Color information
#895D8D (or 0x895D8D) is known color: Trendy Pink. HEX triplet: 89, 5D and 8D. RGB value is (137,93,141). Sum of RGB (Red+Green+Blue) = 137+93+141=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #895D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895D8D is #76A272. Grayscale: #6F6F6F. Windows color (decimal): -7774835 or 9264521. OLE color: 9264521.
HSL color Cylindrical-coordinate representation of color #895D8D: hue angle of 295º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895D8D is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 93 | 141 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.45 |
| HSL | 295º | 0.21% | 0.46% | - |
| HSV(B) | 295º | 0.34% | 0.55% | - |
| XYZ | 19.04 | 15.07 | 27.1 | - |
| YUV | 111.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 141 | 0.03 | 0.34 | 0 | 0.45 | 295 | 0.21 | 0.46 |
| Hex | 89 | 5D | 8D | 3 | 22 | 0 | 2D | 127 | 15 | 2E |
| Octal | 211 | 135 | 215 | 3 | 42 | 0 | 55 | 447 | 25 | 56 |
| Binary | 10001001 | 1011101 | 10001101 | 11 | 100010 | 0 | 101101 | 100100111 | 10101 | 101110 |
Color Harmonies of #895D8D
Complementary color
Monochromatic Colors of #895D8D
Black with #895D8D
Text Example
Text Example
White with #895D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D8D; }
p { color: rgb(137,93,141); }
H1.HeaderClassName
{
color: #895D8D;
}
.AnyTagClassName
{
color: #895D8D;
}
</style>
background-color css
<style>
a { background-color: #895D8D; }
a { background-color: rgb(137,93,141); }
div.DivClassName
{
background-color: #895D8D;
}
.BgClassName
{
background-color: #895D8D;
}
</style>
border-color css
<style>
span { border-color: #895D8D; }
span { border-color: rgb(137,93,141); }
td.TdClassName
{
border-color: #895D8D;
}
.TagClassName
{
border-color: #895D8D;
}
</style>