Shades of Trendy Pink #90478C
Tints of Trendy Pink #90478C
RGB
CMYK
RGB Variations
Color information
#90478C (or 0x90478C) is known color: Trendy Pink. HEX triplet: 90, 47 and 8C. RGB value is (144,71,140). Sum of RGB (Red+Green+Blue) = 144+71+140=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90478C is #6FB873. Grayscale: #646464. Windows color (decimal): -7321716 or 9193360. OLE color: 9193360.
HSL color Cylindrical-coordinate representation of color #90478C: hue angle of 303.29º 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 #90478C is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 140 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.44 |
| HSL | 303.29º | 0.34% | 0.42% | - |
| HSV(B) | 303.29º | 0.51% | 0.56% | - |
| XYZ | 18.49 | 12.33 | 26.22 | - |
| YUV | 100.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 140 | 0 | 0.51 | 0.03 | 0.44 | 303.29 | 0.34 | 0.42 |
| Hex | 90 | 47 | 8C | 0 | 33 | 3 | 2C | 12F | 22 | 2A |
| Octal | 220 | 107 | 214 | 0 | 63 | 3 | 54 | 457 | 42 | 52 |
| Binary | 10010000 | 1000111 | 10001100 | 0 | 110011 | 11 | 101100 | 100101111 | 100010 | 101010 |
Color Harmonies of #90478C
Complementary color
Monochromatic Colors of #90478C
Black with #90478C
Text Example
Text Example
White with #90478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90478C; }
p { color: rgb(144,71,140); }
H1.HeaderClassName
{
color: #90478C;
}
.AnyTagClassName
{
color: #90478C;
}
</style>
background-color css
<style>
a { background-color: #90478C; }
a { background-color: rgb(144,71,140); }
div.DivClassName
{
background-color: #90478C;
}
.BgClassName
{
background-color: #90478C;
}
</style>
border-color css
<style>
span { border-color: #90478C; }
span { border-color: rgb(144,71,140); }
td.TdClassName
{
border-color: #90478C;
}
.TagClassName
{
border-color: #90478C;
}
</style>