Shades of Trendy Pink #90628A
Tints of Trendy Pink #90628A
RGB
CMYK
RGB Variations
Color information
#90628A (or 0x90628A) is known color: Trendy Pink. HEX triplet: 90, 62 and 8A. RGB value is (144,98,138). Sum of RGB (Red+Green+Blue) = 144+98+138=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #90628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90628A is #6F9D75. Grayscale: #747474. Windows color (decimal): -7314806 or 9069200. OLE color: 9069200.
HSL color Cylindrical-coordinate representation of color #90628A: hue angle of 307.83º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90628A is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 138 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.44 |
| HSL | 307.83º | 0.19% | 0.47% | - |
| HSV(B) | 307.83º | 0.32% | 0.56% | - |
| XYZ | 20.46 | 16.5 | 26.15 | - |
| YUV | 116.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 138 | 0 | 0.32 | 0.04 | 0.44 | 307.83 | 0.19 | 0.47 |
| Hex | 90 | 62 | 8A | 0 | 20 | 4 | 2C | 134 | 13 | 2F |
| Octal | 220 | 142 | 212 | 0 | 40 | 4 | 54 | 464 | 23 | 57 |
| Binary | 10010000 | 1100010 | 10001010 | 0 | 100000 | 100 | 101100 | 100110100 | 10011 | 101111 |
Color Harmonies of #90628A
Complementary color
Monochromatic Colors of #90628A
Black with #90628A
Text Example
Text Example
White with #90628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90628A; }
p { color: rgb(144,98,138); }
H1.HeaderClassName
{
color: #90628A;
}
.AnyTagClassName
{
color: #90628A;
}
</style>
background-color css
<style>
a { background-color: #90628A; }
a { background-color: rgb(144,98,138); }
div.DivClassName
{
background-color: #90628A;
}
.BgClassName
{
background-color: #90628A;
}
</style>
border-color css
<style>
span { border-color: #90628A; }
span { border-color: rgb(144,98,138); }
td.TdClassName
{
border-color: #90628A;
}
.TagClassName
{
border-color: #90628A;
}
</style>