Shades of Trendy Pink #895983
Tints of Trendy Pink #895983
RGB
CMYK
RGB Variations
Color information
#895983 (or 0x895983) is known color: Trendy Pink. HEX triplet: 89, 59 and 83. RGB value is (137,89,131). Sum of RGB (Red+Green+Blue) = 137+89+131=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #895983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895983 is #76A67C. Grayscale: #6C6C6C. Windows color (decimal): -7775869 or 8608137. OLE color: 8608137.
HSL color Cylindrical-coordinate representation of color #895983: hue angle of 307.5º 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 #895983 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 131 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.46 |
| HSL | 307.5º | 0.21% | 0.44% | - |
| HSV(B) | 307.5º | 0.35% | 0.54% | - |
| XYZ | 17.99 | 14.1 | 23.25 | - |
| YUV | 108.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 131 | 0 | 0.35 | 0.04 | 0.46 | 307.5 | 0.21 | 0.44 |
| Hex | 89 | 59 | 83 | 0 | 23 | 4 | 2E | 134 | 15 | 2C |
| Octal | 211 | 131 | 203 | 0 | 43 | 4 | 56 | 464 | 25 | 54 |
| Binary | 10001001 | 1011001 | 10000011 | 0 | 100011 | 100 | 101110 | 100110100 | 10101 | 101100 |
Color Harmonies of #895983
Complementary color
Monochromatic Colors of #895983
Black with #895983
Text Example
Text Example
White with #895983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895983; }
p { color: rgb(137,89,131); }
H1.HeaderClassName
{
color: #895983;
}
.AnyTagClassName
{
color: #895983;
}
</style>
background-color css
<style>
a { background-color: #895983; }
a { background-color: rgb(137,89,131); }
div.DivClassName
{
background-color: #895983;
}
.BgClassName
{
background-color: #895983;
}
</style>
border-color css
<style>
span { border-color: #895983; }
span { border-color: rgb(137,89,131); }
td.TdClassName
{
border-color: #895983;
}
.TagClassName
{
border-color: #895983;
}
</style>