Shades of Trendy Pink #906289
Tints of Trendy Pink #906289
RGB
CMYK
RGB Variations
Color information
#906289 (or 0x906289) is known color: Trendy Pink. HEX triplet: 90, 62 and 89. RGB value is (144,98,137). Sum of RGB (Red+Green+Blue) = 144+98+137=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #906289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906289 is #6F9D76. Grayscale: #747474. Windows color (decimal): -7314807 or 9003664. OLE color: 9003664.
HSL color Cylindrical-coordinate representation of color #906289: hue angle of 309.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906289 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 137 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.44 |
| HSL | 309.13º | 0.19% | 0.47% | - |
| HSV(B) | 309.13º | 0.32% | 0.56% | - |
| XYZ | 20.38 | 16.47 | 25.77 | - |
| YUV | 116.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 137 | 0 | 0.32 | 0.05 | 0.44 | 309.13 | 0.19 | 0.47 |
| Hex | 90 | 62 | 89 | 0 | 20 | 5 | 2C | 135 | 13 | 2F |
| Octal | 220 | 142 | 211 | 0 | 40 | 5 | 54 | 465 | 23 | 57 |
| Binary | 10010000 | 1100010 | 10001001 | 0 | 100000 | 101 | 101100 | 100110101 | 10011 | 101111 |
Color Harmonies of #906289
Complementary color
Monochromatic Colors of #906289
Black with #906289
Text Example
Text Example
White with #906289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906289; }
p { color: rgb(144,98,137); }
H1.HeaderClassName
{
color: #906289;
}
.AnyTagClassName
{
color: #906289;
}
</style>
background-color css
<style>
a { background-color: #906289; }
a { background-color: rgb(144,98,137); }
div.DivClassName
{
background-color: #906289;
}
.BgClassName
{
background-color: #906289;
}
</style>
border-color css
<style>
span { border-color: #906289; }
span { border-color: rgb(144,98,137); }
td.TdClassName
{
border-color: #906289;
}
.TagClassName
{
border-color: #906289;
}
</style>