Shades of Trendy Pink #90508C
Tints of Trendy Pink #90508C
RGB
CMYK
RGB Variations
Color information
#90508C (or 0x90508C) is known color: Trendy Pink. HEX triplet: 90, 50 and 8C. RGB value is (144,80,140). Sum of RGB (Red+Green+Blue) = 144+80+140=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #90508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90508C is #6FAF73. Grayscale: #696969. Windows color (decimal): -7319412 or 9195664. OLE color: 9195664.
HSL color Cylindrical-coordinate representation of color #90508C: hue angle of 303.75º degrees, saturation: 0.29, 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 #90508C is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 140 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.44 |
| HSL | 303.75º | 0.29% | 0.44% | - |
| HSV(B) | 303.75º | 0.44% | 0.56% | - |
| XYZ | 19.1 | 13.56 | 26.42 | - |
| YUV | 105.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 140 | 0 | 0.44 | 0.03 | 0.44 | 303.75 | 0.29 | 0.44 |
| Hex | 90 | 50 | 8C | 0 | 2C | 3 | 2C | 130 | 1D | 2C |
| Octal | 220 | 120 | 214 | 0 | 54 | 3 | 54 | 460 | 35 | 54 |
| Binary | 10010000 | 1010000 | 10001100 | 0 | 101100 | 11 | 101100 | 100110000 | 11101 | 101100 |
Color Harmonies of #90508C
Complementary color
Monochromatic Colors of #90508C
Black with #90508C
Text Example
Text Example
White with #90508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90508C; }
p { color: rgb(144,80,140); }
H1.HeaderClassName
{
color: #90508C;
}
.AnyTagClassName
{
color: #90508C;
}
</style>
background-color css
<style>
a { background-color: #90508C; }
a { background-color: rgb(144,80,140); }
div.DivClassName
{
background-color: #90508C;
}
.BgClassName
{
background-color: #90508C;
}
</style>
border-color css
<style>
span { border-color: #90508C; }
span { border-color: rgb(144,80,140); }
td.TdClassName
{
border-color: #90508C;
}
.TagClassName
{
border-color: #90508C;
}
</style>