Shades of Trendy Pink #90498E
Tints of Trendy Pink #90498E
RGB
CMYK
RGB Variations
Color information
#90498E (or 0x90498E) is known color: Trendy Pink. HEX triplet: 90, 49 and 8E. RGB value is (144,73,142). Sum of RGB (Red+Green+Blue) = 144+73+142=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90498E is #6FB671. Grayscale: #656565. Windows color (decimal): -7321202 or 9324944. OLE color: 9324944.
HSL color Cylindrical-coordinate representation of color #90498E: hue angle of 301.69º 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 #90498E is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 142 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.44 |
| HSL | 301.69º | 0.33% | 0.43% | - |
| HSV(B) | 301.69º | 0.49% | 0.56% | - |
| XYZ | 18.77 | 12.65 | 27.04 | - |
| YUV | 102.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 142 | 0 | 0.49 | 0.01 | 0.44 | 301.69 | 0.33 | 0.43 |
| Hex | 90 | 49 | 8E | 0 | 31 | 1 | 2C | 12E | 21 | 2B |
| Octal | 220 | 111 | 216 | 0 | 61 | 1 | 54 | 456 | 41 | 53 |
| Binary | 10010000 | 1001001 | 10001110 | 0 | 110001 | 1 | 101100 | 100101110 | 100001 | 101011 |
Color Harmonies of #90498E
Complementary color
Monochromatic Colors of #90498E
Black with #90498E
Text Example
Text Example
White with #90498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90498E; }
p { color: rgb(144,73,142); }
H1.HeaderClassName
{
color: #90498E;
}
.AnyTagClassName
{
color: #90498E;
}
</style>
background-color css
<style>
a { background-color: #90498E; }
a { background-color: rgb(144,73,142); }
div.DivClassName
{
background-color: #90498E;
}
.BgClassName
{
background-color: #90498E;
}
</style>
border-color css
<style>
span { border-color: #90498E; }
span { border-color: rgb(144,73,142); }
td.TdClassName
{
border-color: #90498E;
}
.TagClassName
{
border-color: #90498E;
}
</style>