Shades of Trendy Pink #904D8B
Tints of Trendy Pink #904D8B
RGB
CMYK
RGB Variations
Color information
#904D8B (or 0x904D8B) is known color: Trendy Pink. HEX triplet: 90, 4D and 8B. RGB value is (144,77,139). Sum of RGB (Red+Green+Blue) = 144+77+139=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #904D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904D8B is #6FB274. Grayscale: #676767. Windows color (decimal): -7320181 or 9129360. OLE color: 9129360.
HSL color Cylindrical-coordinate representation of color #904D8B: hue angle of 304.48º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904D8B is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 139 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.44 |
| HSL | 304.48º | 0.3% | 0.43% | - |
| HSV(B) | 304.48º | 0.47% | 0.56% | - |
| XYZ | 18.82 | 13.1 | 25.96 | - |
| YUV | 104.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 139 | 0 | 0.47 | 0.03 | 0.44 | 304.48 | 0.3 | 0.43 |
| Hex | 90 | 4D | 8B | 0 | 2F | 3 | 2C | 130 | 1E | 2B |
| Octal | 220 | 115 | 213 | 0 | 57 | 3 | 54 | 460 | 36 | 53 |
| Binary | 10010000 | 1001101 | 10001011 | 0 | 101111 | 11 | 101100 | 100110000 | 11110 | 101011 |
Color Harmonies of #904D8B
Complementary color
Monochromatic Colors of #904D8B
Black with #904D8B
Text Example
Text Example
White with #904D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D8B; }
p { color: rgb(144,77,139); }
H1.HeaderClassName
{
color: #904D8B;
}
.AnyTagClassName
{
color: #904D8B;
}
</style>
background-color css
<style>
a { background-color: #904D8B; }
a { background-color: rgb(144,77,139); }
div.DivClassName
{
background-color: #904D8B;
}
.BgClassName
{
background-color: #904D8B;
}
</style>
border-color css
<style>
span { border-color: #904D8B; }
span { border-color: rgb(144,77,139); }
td.TdClassName
{
border-color: #904D8B;
}
.TagClassName
{
border-color: #904D8B;
}
</style>