Shades of Trendy Pink #90528B
Tints of Trendy Pink #90528B
RGB
CMYK
RGB Variations
Color information
#90528B (or 0x90528B) is known color: Trendy Pink. HEX triplet: 90, 52 and 8B. RGB value is (144,82,139). Sum of RGB (Red+Green+Blue) = 144+82+139=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90528B is #6FAD74. Grayscale: #6A6A6A. Windows color (decimal): -7318901 or 9130640. OLE color: 9130640.
HSL color Cylindrical-coordinate representation of color #90528B: hue angle of 304.84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90528B is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 139 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.44 |
| HSL | 304.84º | 0.27% | 0.44% | - |
| HSV(B) | 304.84º | 0.43% | 0.56% | - |
| XYZ | 19.18 | 13.83 | 26.08 | - |
| YUV | 107.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 139 | 0 | 0.43 | 0.03 | 0.44 | 304.84 | 0.27 | 0.44 |
| Hex | 90 | 52 | 8B | 0 | 2B | 3 | 2C | 131 | 1B | 2C |
| Octal | 220 | 122 | 213 | 0 | 53 | 3 | 54 | 461 | 33 | 54 |
| Binary | 10010000 | 1010010 | 10001011 | 0 | 101011 | 11 | 101100 | 100110001 | 11011 | 101100 |
Color Harmonies of #90528B
Complementary color
Monochromatic Colors of #90528B
Black with #90528B
Text Example
Text Example
White with #90528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90528B; }
p { color: rgb(144,82,139); }
H1.HeaderClassName
{
color: #90528B;
}
.AnyTagClassName
{
color: #90528B;
}
</style>
background-color css
<style>
a { background-color: #90528B; }
a { background-color: rgb(144,82,139); }
div.DivClassName
{
background-color: #90528B;
}
.BgClassName
{
background-color: #90528B;
}
</style>
border-color css
<style>
span { border-color: #90528B; }
span { border-color: rgb(144,82,139); }
td.TdClassName
{
border-color: #90528B;
}
.TagClassName
{
border-color: #90528B;
}
</style>