Shades of Trendy Pink #905080
Tints of Trendy Pink #905080
RGB
CMYK
RGB Variations
Color information
#905080 (or 0x905080) is known color: Trendy Pink. HEX triplet: 90, 50 and 80. RGB value is (144,80,128). Sum of RGB (Red+Green+Blue) = 144+80+128=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #905080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905080 is #6FAF7F. Grayscale: #686868. Windows color (decimal): -7319424 or 8409232. OLE color: 8409232.
HSL color Cylindrical-coordinate representation of color #905080: hue angle of 315º 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 #905080 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 128 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.44 |
| HSL | 315º | 0.29% | 0.44% | - |
| HSV(B) | 315º | 0.44% | 0.56% | - |
| XYZ | 18.27 | 13.23 | 22.01 | - |
| YUV | 104.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 128 | 0 | 0.44 | 0.11 | 0.44 | 315 | 0.29 | 0.44 |
| Hex | 90 | 50 | 80 | 0 | 2C | B | 2C | 13B | 1D | 2C |
| Octal | 220 | 120 | 200 | 0 | 54 | 13 | 54 | 473 | 35 | 54 |
| Binary | 10010000 | 1010000 | 10000000 | 0 | 101100 | 1011 | 101100 | 100111011 | 11101 | 101100 |
Color Harmonies of #905080
Complementary color
Monochromatic Colors of #905080
Black with #905080
Text Example
Text Example
White with #905080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905080; }
p { color: rgb(144,80,128); }
H1.HeaderClassName
{
color: #905080;
}
.AnyTagClassName
{
color: #905080;
}
</style>
background-color css
<style>
a { background-color: #905080; }
a { background-color: rgb(144,80,128); }
div.DivClassName
{
background-color: #905080;
}
.BgClassName
{
background-color: #905080;
}
</style>
border-color css
<style>
span { border-color: #905080; }
span { border-color: rgb(144,80,128); }
td.TdClassName
{
border-color: #905080;
}
.TagClassName
{
border-color: #905080;
}
</style>