Shades of Trendy Pink #90498C
Tints of Trendy Pink #90498C
RGB
CMYK
RGB Variations
Color information
#90498C (or 0x90498C) is known color: Trendy Pink. HEX triplet: 90, 49 and 8C. RGB value is (144,73,140). Sum of RGB (Red+Green+Blue) = 144+73+140=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90498C is #6FB673. Grayscale: #656565. Windows color (decimal): -7321204 or 9193872. OLE color: 9193872.
HSL color Cylindrical-coordinate representation of color #90498C: hue angle of 303.38º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90498C is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 140 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.44 |
| HSL | 303.38º | 0.33% | 0.43% | - |
| HSV(B) | 303.38º | 0.49% | 0.56% | - |
| XYZ | 18.62 | 12.59 | 26.26 | - |
| YUV | 101.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 140 | 0 | 0.49 | 0.03 | 0.44 | 303.38 | 0.33 | 0.43 |
| Hex | 90 | 49 | 8C | 0 | 31 | 3 | 2C | 12F | 21 | 2B |
| Octal | 220 | 111 | 214 | 0 | 61 | 3 | 54 | 457 | 41 | 53 |
| Binary | 10010000 | 1001001 | 10001100 | 0 | 110001 | 11 | 101100 | 100101111 | 100001 | 101011 |
Color Harmonies of #90498C
Complementary color
Monochromatic Colors of #90498C
Black with #90498C
Text Example
Text Example
White with #90498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90498C; }
p { color: rgb(144,73,140); }
H1.HeaderClassName
{
color: #90498C;
}
.AnyTagClassName
{
color: #90498C;
}
</style>
background-color css
<style>
a { background-color: #90498C; }
a { background-color: rgb(144,73,140); }
div.DivClassName
{
background-color: #90498C;
}
.BgClassName
{
background-color: #90498C;
}
</style>
border-color css
<style>
span { border-color: #90498C; }
span { border-color: rgb(144,73,140); }
td.TdClassName
{
border-color: #90498C;
}
.TagClassName
{
border-color: #90498C;
}
</style>