Shades of Trendy Pink #90598B
Tints of Trendy Pink #90598B
RGB
CMYK
RGB Variations
Color information
#90598B (or 0x90598B) is known color: Trendy Pink. HEX triplet: 90, 59 and 8B. RGB value is (144,89,139). Sum of RGB (Red+Green+Blue) = 144+89+139=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #90598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90598B is #6FA674. Grayscale: #6F6F6F. Windows color (decimal): -7317109 or 9132432. OLE color: 9132432.
HSL color Cylindrical-coordinate representation of color #90598B: hue angle of 305.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90598B is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 139 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.44 |
| HSL | 305.45º | 0.24% | 0.46% | - |
| HSV(B) | 305.45º | 0.38% | 0.56% | - |
| XYZ | 19.73 | 14.94 | 26.27 | - |
| YUV | 111.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 139 | 0 | 0.38 | 0.03 | 0.44 | 305.45 | 0.24 | 0.46 |
| Hex | 90 | 59 | 8B | 0 | 26 | 3 | 2C | 131 | 18 | 2E |
| Octal | 220 | 131 | 213 | 0 | 46 | 3 | 54 | 461 | 30 | 56 |
| Binary | 10010000 | 1011001 | 10001011 | 0 | 100110 | 11 | 101100 | 100110001 | 11000 | 101110 |
Color Harmonies of #90598B
Complementary color
Monochromatic Colors of #90598B
Black with #90598B
Text Example
Text Example
White with #90598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90598B; }
p { color: rgb(144,89,139); }
H1.HeaderClassName
{
color: #90598B;
}
.AnyTagClassName
{
color: #90598B;
}
</style>
background-color css
<style>
a { background-color: #90598B; }
a { background-color: rgb(144,89,139); }
div.DivClassName
{
background-color: #90598B;
}
.BgClassName
{
background-color: #90598B;
}
</style>
border-color css
<style>
span { border-color: #90598B; }
span { border-color: rgb(144,89,139); }
td.TdClassName
{
border-color: #90598B;
}
.TagClassName
{
border-color: #90598B;
}
</style>