Shades of Trendy Pink #895390
Tints of Trendy Pink #895390
RGB
CMYK
RGB Variations
Color information
#895390 (or 0x895390) is known color: Trendy Pink. HEX triplet: 89, 53 and 90. RGB value is (137,83,144). Sum of RGB (Red+Green+Blue) = 137+83+144=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #895390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895390 is #76AC6F. Grayscale: #696969. Windows color (decimal): -7777392 or 9458569. OLE color: 9458569.
HSL color Cylindrical-coordinate representation of color #895390: hue angle of 293.11º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895390 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 83 | 144 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.44 |
| HSL | 293.11º | 0.27% | 0.45% | - |
| HSV(B) | 293.11º | 0.42% | 0.56% | - |
| XYZ | 18.44 | 13.52 | 28.02 | - |
| YUV | 106.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 144 | 0.05 | 0.42 | 0 | 0.44 | 293.11 | 0.27 | 0.45 |
| Hex | 89 | 53 | 90 | 5 | 2A | 0 | 2C | 125 | 1B | 2D |
| Octal | 211 | 123 | 220 | 5 | 52 | 0 | 54 | 445 | 33 | 55 |
| Binary | 10001001 | 1010011 | 10010000 | 101 | 101010 | 0 | 101100 | 100100101 | 11011 | 101101 |
Color Harmonies of #895390
Complementary color
Monochromatic Colors of #895390
Black with #895390
Text Example
Text Example
White with #895390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895390; }
p { color: rgb(137,83,144); }
H1.HeaderClassName
{
color: #895390;
}
.AnyTagClassName
{
color: #895390;
}
</style>
background-color css
<style>
a { background-color: #895390; }
a { background-color: rgb(137,83,144); }
div.DivClassName
{
background-color: #895390;
}
.BgClassName
{
background-color: #895390;
}
</style>
border-color css
<style>
span { border-color: #895390; }
span { border-color: rgb(137,83,144); }
td.TdClassName
{
border-color: #895390;
}
.TagClassName
{
border-color: #895390;
}
</style>