Shades of Trendy Pink #90447A
Tints of Trendy Pink #90447A
RGB
CMYK
RGB Variations
Color information
#90447A (or 0x90447A) is known color: Trendy Pink. HEX triplet: 90, 44 and 7A. RGB value is (144,68,122). Sum of RGB (Red+Green+Blue) = 144+68+122=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #90447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90447A is #6FBB85. Grayscale: #606060. Windows color (decimal): -7322502 or 8012944. OLE color: 8012944.
HSL color Cylindrical-coordinate representation of color #90447A: hue angle of 317.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90447A is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 122 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.44 |
| HSL | 317.37º | 0.36% | 0.42% | - |
| HSV(B) | 317.37º | 0.53% | 0.56% | - |
| XYZ | 17.08 | 11.47 | 19.73 | - |
| YUV | 96.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 122 | 0 | 0.53 | 0.15 | 0.44 | 317.37 | 0.36 | 0.42 |
| Hex | 90 | 44 | 7A | 0 | 35 | F | 2C | 13D | 24 | 2A |
| Octal | 220 | 104 | 172 | 0 | 65 | 17 | 54 | 475 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1111010 | 0 | 110101 | 1111 | 101100 | 100111101 | 100100 | 101010 |
Color Harmonies of #90447A
Complementary color
Monochromatic Colors of #90447A
Black with #90447A
Text Example
Text Example
White with #90447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90447A; }
p { color: rgb(144,68,122); }
H1.HeaderClassName
{
color: #90447A;
}
.AnyTagClassName
{
color: #90447A;
}
</style>
background-color css
<style>
a { background-color: #90447A; }
a { background-color: rgb(144,68,122); }
div.DivClassName
{
background-color: #90447A;
}
.BgClassName
{
background-color: #90447A;
}
</style>
border-color css
<style>
span { border-color: #90447A; }
span { border-color: rgb(144,68,122); }
td.TdClassName
{
border-color: #90447A;
}
.TagClassName
{
border-color: #90447A;
}
</style>