Shades of Trendy Pink #90558A
Tints of Trendy Pink #90558A
RGB
CMYK
RGB Variations
Color information
#90558A (or 0x90558A) is known color: Trendy Pink. HEX triplet: 90, 55 and 8A. RGB value is (144,85,138). Sum of RGB (Red+Green+Blue) = 144+85+138=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #90558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90558A is #6FAA75. Grayscale: #6C6C6C. Windows color (decimal): -7318134 or 9065872. OLE color: 9065872.
HSL color Cylindrical-coordinate representation of color #90558A: hue angle of 306.1º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90558A is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 138 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.44 |
| HSL | 306.1º | 0.26% | 0.45% | - |
| HSV(B) | 306.1º | 0.41% | 0.56% | - |
| XYZ | 19.34 | 14.26 | 25.78 | - |
| YUV | 108.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 138 | 0 | 0.41 | 0.04 | 0.44 | 306.1 | 0.26 | 0.45 |
| Hex | 90 | 55 | 8A | 0 | 29 | 4 | 2C | 132 | 1A | 2D |
| Octal | 220 | 125 | 212 | 0 | 51 | 4 | 54 | 462 | 32 | 55 |
| Binary | 10010000 | 1010101 | 10001010 | 0 | 101001 | 100 | 101100 | 100110010 | 11010 | 101101 |
Color Harmonies of #90558A
Complementary color
Monochromatic Colors of #90558A
Black with #90558A
Text Example
Text Example
White with #90558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90558A; }
p { color: rgb(144,85,138); }
H1.HeaderClassName
{
color: #90558A;
}
.AnyTagClassName
{
color: #90558A;
}
</style>
background-color css
<style>
a { background-color: #90558A; }
a { background-color: rgb(144,85,138); }
div.DivClassName
{
background-color: #90558A;
}
.BgClassName
{
background-color: #90558A;
}
</style>
border-color css
<style>
span { border-color: #90558A; }
span { border-color: rgb(144,85,138); }
td.TdClassName
{
border-color: #90558A;
}
.TagClassName
{
border-color: #90558A;
}
</style>