Shades of Trendy Pink #895892
Tints of Trendy Pink #895892
RGB
CMYK
RGB Variations
Color information
#895892 (or 0x895892) is known color: Trendy Pink. HEX triplet: 89, 58 and 92. RGB value is (137,88,146). Sum of RGB (Red+Green+Blue) = 137+88+146=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #895892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895892 is #76A76D. Grayscale: #6D6D6D. Windows color (decimal): -7776110 or 9590921. OLE color: 9590921.
HSL color Cylindrical-coordinate representation of color #895892: hue angle of 290.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895892 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 88 | 146 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.43 |
| HSL | 290.69º | 0.25% | 0.46% | - |
| HSV(B) | 290.69º | 0.4% | 0.57% | - |
| XYZ | 18.99 | 14.37 | 28.97 | - |
| YUV | 109.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 146 | 0.06 | 0.40 | 0 | 0.43 | 290.69 | 0.25 | 0.46 |
| Hex | 89 | 58 | 92 | 6 | 28 | 0 | 2B | 123 | 19 | 2E |
| Octal | 211 | 130 | 222 | 6 | 50 | 0 | 53 | 443 | 31 | 56 |
| Binary | 10001001 | 1011000 | 10010010 | 110 | 101000 | 0 | 101011 | 100100011 | 11001 | 101110 |
Color Harmonies of #895892
Complementary color
Monochromatic Colors of #895892
Black with #895892
Text Example
Text Example
White with #895892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895892; }
p { color: rgb(137,88,146); }
H1.HeaderClassName
{
color: #895892;
}
.AnyTagClassName
{
color: #895892;
}
</style>
background-color css
<style>
a { background-color: #895892; }
a { background-color: rgb(137,88,146); }
div.DivClassName
{
background-color: #895892;
}
.BgClassName
{
background-color: #895892;
}
</style>
border-color css
<style>
span { border-color: #895892; }
span { border-color: rgb(137,88,146); }
td.TdClassName
{
border-color: #895892;
}
.TagClassName
{
border-color: #895892;
}
</style>