Shades of Trendy Pink #895582
Tints of Trendy Pink #895582
RGB
CMYK
RGB Variations
Color information
#895582 (or 0x895582) is known color: Trendy Pink. HEX triplet: 89, 55 and 82. RGB value is (137,85,130). Sum of RGB (Red+Green+Blue) = 137+85+130=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #895582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895582 is #76AA7D. Grayscale: #696969. Windows color (decimal): -7776894 or 8541577. OLE color: 8541577.
HSL color Cylindrical-coordinate representation of color #895582: hue angle of 308.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895582 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 130 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.46 |
| HSL | 308.08º | 0.23% | 0.44% | - |
| HSV(B) | 308.08º | 0.38% | 0.54% | - |
| XYZ | 17.59 | 13.43 | 22.78 | - |
| YUV | 105.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 130 | 0 | 0.38 | 0.05 | 0.46 | 308.08 | 0.23 | 0.44 |
| Hex | 89 | 55 | 82 | 0 | 26 | 5 | 2E | 134 | 17 | 2C |
| Octal | 211 | 125 | 202 | 0 | 46 | 5 | 56 | 464 | 27 | 54 |
| Binary | 10001001 | 1010101 | 10000010 | 0 | 100110 | 101 | 101110 | 100110100 | 10111 | 101100 |
Color Harmonies of #895582
Complementary color
Monochromatic Colors of #895582
Black with #895582
Text Example
Text Example
White with #895582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895582; }
p { color: rgb(137,85,130); }
H1.HeaderClassName
{
color: #895582;
}
.AnyTagClassName
{
color: #895582;
}
</style>
background-color css
<style>
a { background-color: #895582; }
a { background-color: rgb(137,85,130); }
div.DivClassName
{
background-color: #895582;
}
.BgClassName
{
background-color: #895582;
}
</style>
border-color css
<style>
span { border-color: #895582; }
span { border-color: rgb(137,85,130); }
td.TdClassName
{
border-color: #895582;
}
.TagClassName
{
border-color: #895582;
}
</style>