Shades of Trendy Pink #906189
Tints of Trendy Pink #906189
RGB
CMYK
RGB Variations
Color information
#906189 (or 0x906189) is known color: Trendy Pink. HEX triplet: 90, 61 and 89. RGB value is (144,97,137). Sum of RGB (Red+Green+Blue) = 144+97+137=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #906189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906189 is #6F9E76. Grayscale: #737373. Windows color (decimal): -7315063 or 9003408. OLE color: 9003408.
HSL color Cylindrical-coordinate representation of color #906189: hue angle of 308.94º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906189 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 137 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.44 |
| HSL | 308.94º | 0.2% | 0.47% | - |
| HSV(B) | 308.94º | 0.33% | 0.56% | - |
| XYZ | 20.29 | 16.28 | 25.74 | - |
| YUV | 115.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 137 | 0 | 0.33 | 0.05 | 0.44 | 308.94 | 0.2 | 0.47 |
| Hex | 90 | 61 | 89 | 0 | 21 | 5 | 2C | 135 | 14 | 2F |
| Octal | 220 | 141 | 211 | 0 | 41 | 5 | 54 | 465 | 24 | 57 |
| Binary | 10010000 | 1100001 | 10001001 | 0 | 100001 | 101 | 101100 | 100110101 | 10100 | 101111 |
Color Harmonies of #906189
Complementary color
Monochromatic Colors of #906189
Black with #906189
Text Example
Text Example
White with #906189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906189; }
p { color: rgb(144,97,137); }
H1.HeaderClassName
{
color: #906189;
}
.AnyTagClassName
{
color: #906189;
}
</style>
background-color css
<style>
a { background-color: #906189; }
a { background-color: rgb(144,97,137); }
div.DivClassName
{
background-color: #906189;
}
.BgClassName
{
background-color: #906189;
}
</style>
border-color css
<style>
span { border-color: #906189; }
span { border-color: rgb(144,97,137); }
td.TdClassName
{
border-color: #906189;
}
.TagClassName
{
border-color: #906189;
}
</style>