Shades of Trendy Pink #895982
Tints of Trendy Pink #895982
RGB
CMYK
RGB Variations
Color information
#895982 (or 0x895982) is known color: Trendy Pink. HEX triplet: 89, 59 and 82. RGB value is (137,89,130). Sum of RGB (Red+Green+Blue) = 137+89+130=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #895982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895982 is #76A67D. Grayscale: #6B6B6B. Windows color (decimal): -7775870 or 8542601. OLE color: 8542601.
HSL color Cylindrical-coordinate representation of color #895982: hue angle of 308.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895982 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 130 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.46 |
| HSL | 308.75º | 0.21% | 0.44% | - |
| HSV(B) | 308.75º | 0.35% | 0.54% | - |
| XYZ | 17.92 | 14.07 | 22.89 | - |
| YUV | 108.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 130 | 0 | 0.35 | 0.05 | 0.46 | 308.75 | 0.21 | 0.44 |
| Hex | 89 | 59 | 82 | 0 | 23 | 5 | 2E | 135 | 15 | 2C |
| Octal | 211 | 131 | 202 | 0 | 43 | 5 | 56 | 465 | 25 | 54 |
| Binary | 10001001 | 1011001 | 10000010 | 0 | 100011 | 101 | 101110 | 100110101 | 10101 | 101100 |
Color Harmonies of #895982
Complementary color
Monochromatic Colors of #895982
Black with #895982
Text Example
Text Example
White with #895982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895982; }
p { color: rgb(137,89,130); }
H1.HeaderClassName
{
color: #895982;
}
.AnyTagClassName
{
color: #895982;
}
</style>
background-color css
<style>
a { background-color: #895982; }
a { background-color: rgb(137,89,130); }
div.DivClassName
{
background-color: #895982;
}
.BgClassName
{
background-color: #895982;
}
</style>
border-color css
<style>
span { border-color: #895982; }
span { border-color: rgb(137,89,130); }
td.TdClassName
{
border-color: #895982;
}
.TagClassName
{
border-color: #895982;
}
</style>