Shades of Trendy Pink #90477D
Tints of Trendy Pink #90477D
RGB
CMYK
RGB Variations
Color information
#90477D (or 0x90477D) is known color: Trendy Pink. HEX triplet: 90, 47 and 7D. RGB value is (144,71,125). Sum of RGB (Red+Green+Blue) = 144+71+125=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90477D is #6FB882. Grayscale: #626262. Windows color (decimal): -7321731 or 8210320. OLE color: 8210320.
HSL color Cylindrical-coordinate representation of color #90477D: hue angle of 315.62º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90477D is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 125 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.44 |
| HSL | 315.62º | 0.34% | 0.42% | - |
| HSV(B) | 315.62º | 0.51% | 0.56% | - |
| XYZ | 17.46 | 11.92 | 20.78 | - |
| YUV | 98.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 125 | 0 | 0.51 | 0.13 | 0.44 | 315.62 | 0.34 | 0.42 |
| Hex | 90 | 47 | 7D | 0 | 33 | D | 2C | 13C | 22 | 2A |
| Octal | 220 | 107 | 175 | 0 | 63 | 15 | 54 | 474 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1111101 | 0 | 110011 | 1101 | 101100 | 100111100 | 100010 | 101010 |
Color Harmonies of #90477D
Complementary color
Monochromatic Colors of #90477D
Black with #90477D
Text Example
Text Example
White with #90477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90477D; }
p { color: rgb(144,71,125); }
H1.HeaderClassName
{
color: #90477D;
}
.AnyTagClassName
{
color: #90477D;
}
</style>
background-color css
<style>
a { background-color: #90477D; }
a { background-color: rgb(144,71,125); }
div.DivClassName
{
background-color: #90477D;
}
.BgClassName
{
background-color: #90477D;
}
</style>
border-color css
<style>
span { border-color: #90477D; }
span { border-color: rgb(144,71,125); }
td.TdClassName
{
border-color: #90477D;
}
.TagClassName
{
border-color: #90477D;
}
</style>