Shades of Trendy Pink #90518C
Tints of Trendy Pink #90518C
RGB
CMYK
RGB Variations
Color information
#90518C (or 0x90518C) is known color: Trendy Pink. HEX triplet: 90, 51 and 8C. RGB value is (144,81,140). Sum of RGB (Red+Green+Blue) = 144+81+140=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90518C is #6FAE73. Grayscale: #6A6A6A. Windows color (decimal): -7319156 or 9195920. OLE color: 9195920.
HSL color Cylindrical-coordinate representation of color #90518C: hue angle of 303.81º 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 #90518C is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 140 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.44 |
| HSL | 303.81º | 0.28% | 0.44% | - |
| HSV(B) | 303.81º | 0.44% | 0.56% | - |
| XYZ | 19.18 | 13.71 | 26.45 | - |
| YUV | 106.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 140 | 0 | 0.44 | 0.03 | 0.44 | 303.81 | 0.28 | 0.44 |
| Hex | 90 | 51 | 8C | 0 | 2C | 3 | 2C | 130 | 1C | 2C |
| Octal | 220 | 121 | 214 | 0 | 54 | 3 | 54 | 460 | 34 | 54 |
| Binary | 10010000 | 1010001 | 10001100 | 0 | 101100 | 11 | 101100 | 100110000 | 11100 | 101100 |
Color Harmonies of #90518C
Complementary color
Monochromatic Colors of #90518C
Black with #90518C
Text Example
Text Example
White with #90518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90518C; }
p { color: rgb(144,81,140); }
H1.HeaderClassName
{
color: #90518C;
}
.AnyTagClassName
{
color: #90518C;
}
</style>
background-color css
<style>
a { background-color: #90518C; }
a { background-color: rgb(144,81,140); }
div.DivClassName
{
background-color: #90518C;
}
.BgClassName
{
background-color: #90518C;
}
</style>
border-color css
<style>
span { border-color: #90518C; }
span { border-color: rgb(144,81,140); }
td.TdClassName
{
border-color: #90518C;
}
.TagClassName
{
border-color: #90518C;
}
</style>