Shades of Trendy Pink #90468A
Tints of Trendy Pink #90468A
RGB
CMYK
RGB Variations
Color information
#90468A (or 0x90468A) is known color: Trendy Pink. HEX triplet: 90, 46 and 8A. RGB value is (144,70,138). Sum of RGB (Red+Green+Blue) = 144+70+138=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90468A is #6FB975. Grayscale: #636363. Windows color (decimal): -7321974 or 9062032. OLE color: 9062032.
HSL color Cylindrical-coordinate representation of color #90468A: hue angle of 304.86º degrees, saturation: 0.35, 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 #90468A is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 138 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.44 |
| HSL | 304.86º | 0.35% | 0.42% | - |
| HSV(B) | 304.86º | 0.51% | 0.56% | - |
| XYZ | 18.28 | 12.14 | 25.43 | - |
| YUV | 99.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 138 | 0 | 0.51 | 0.04 | 0.44 | 304.86 | 0.35 | 0.42 |
| Hex | 90 | 46 | 8A | 0 | 33 | 4 | 2C | 131 | 23 | 2A |
| Octal | 220 | 106 | 212 | 0 | 63 | 4 | 54 | 461 | 43 | 52 |
| Binary | 10010000 | 1000110 | 10001010 | 0 | 110011 | 100 | 101100 | 100110001 | 100011 | 101010 |
Color Harmonies of #90468A
Complementary color
Monochromatic Colors of #90468A
Black with #90468A
Text Example
Text Example
White with #90468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90468A; }
p { color: rgb(144,70,138); }
H1.HeaderClassName
{
color: #90468A;
}
.AnyTagClassName
{
color: #90468A;
}
</style>
background-color css
<style>
a { background-color: #90468A; }
a { background-color: rgb(144,70,138); }
div.DivClassName
{
background-color: #90468A;
}
.BgClassName
{
background-color: #90468A;
}
</style>
border-color css
<style>
span { border-color: #90468A; }
span { border-color: rgb(144,70,138); }
td.TdClassName
{
border-color: #90468A;
}
.TagClassName
{
border-color: #90468A;
}
</style>