Shades of Trendy Pink #906389
Tints of Trendy Pink #906389
RGB
CMYK
RGB Variations
Color information
#906389 (or 0x906389) is known color: Trendy Pink. HEX triplet: 90, 63 and 89. RGB value is (144,99,137). Sum of RGB (Red+Green+Blue) = 144+99+137=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #906389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906389 is #6F9C76. Grayscale: #747474. Windows color (decimal): -7314551 or 9003920. OLE color: 9003920.
HSL color Cylindrical-coordinate representation of color #906389: hue angle of 309.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906389 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 137 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.44 |
| HSL | 309.33º | 0.19% | 0.48% | - |
| HSV(B) | 309.33º | 0.31% | 0.56% | - |
| XYZ | 20.48 | 16.66 | 25.8 | - |
| YUV | 116.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 137 | 0 | 0.31 | 0.05 | 0.44 | 309.33 | 0.19 | 0.48 |
| Hex | 90 | 63 | 89 | 0 | 1F | 5 | 2C | 135 | 13 | 30 |
| Octal | 220 | 143 | 211 | 0 | 37 | 5 | 54 | 465 | 23 | 60 |
| Binary | 10010000 | 1100011 | 10001001 | 0 | 11111 | 101 | 101100 | 100110101 | 10011 | 110000 |
Color Harmonies of #906389
Complementary color
Monochromatic Colors of #906389
Black with #906389
Text Example
Text Example
White with #906389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906389; }
p { color: rgb(144,99,137); }
H1.HeaderClassName
{
color: #906389;
}
.AnyTagClassName
{
color: #906389;
}
</style>
background-color css
<style>
a { background-color: #906389; }
a { background-color: rgb(144,99,137); }
div.DivClassName
{
background-color: #906389;
}
.BgClassName
{
background-color: #906389;
}
</style>
border-color css
<style>
span { border-color: #906389; }
span { border-color: rgb(144,99,137); }
td.TdClassName
{
border-color: #906389;
}
.TagClassName
{
border-color: #906389;
}
</style>