Shades of Trendy Pink #90518A
Tints of Trendy Pink #90518A
RGB
CMYK
RGB Variations
Color information
#90518A (or 0x90518A) is known color: Trendy Pink. HEX triplet: 90, 51 and 8A. RGB value is (144,81,138). Sum of RGB (Red+Green+Blue) = 144+81+138=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #90518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90518A is #6FAE75. Grayscale: #6A6A6A. Windows color (decimal): -7319158 or 9064848. OLE color: 9064848.
HSL color Cylindrical-coordinate representation of color #90518A: hue angle of 305.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90518A is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 138 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.44 |
| HSL | 305.71º | 0.28% | 0.44% | - |
| HSV(B) | 305.71º | 0.44% | 0.56% | - |
| XYZ | 19.03 | 13.65 | 25.68 | - |
| YUV | 106.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 138 | 0 | 0.44 | 0.04 | 0.44 | 305.71 | 0.28 | 0.44 |
| Hex | 90 | 51 | 8A | 0 | 2C | 4 | 2C | 132 | 1C | 2C |
| Octal | 220 | 121 | 212 | 0 | 54 | 4 | 54 | 462 | 34 | 54 |
| Binary | 10010000 | 1010001 | 10001010 | 0 | 101100 | 100 | 101100 | 100110010 | 11100 | 101100 |
Color Harmonies of #90518A
Complementary color
Monochromatic Colors of #90518A
Black with #90518A
Text Example
Text Example
White with #90518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90518A; }
p { color: rgb(144,81,138); }
H1.HeaderClassName
{
color: #90518A;
}
.AnyTagClassName
{
color: #90518A;
}
</style>
background-color css
<style>
a { background-color: #90518A; }
a { background-color: rgb(144,81,138); }
div.DivClassName
{
background-color: #90518A;
}
.BgClassName
{
background-color: #90518A;
}
</style>
border-color css
<style>
span { border-color: #90518A; }
span { border-color: rgb(144,81,138); }
td.TdClassName
{
border-color: #90518A;
}
.TagClassName
{
border-color: #90518A;
}
</style>