Shades of Trendy Pink #904A8A
Tints of Trendy Pink #904A8A
RGB
CMYK
RGB Variations
Color information
#904A8A (or 0x904A8A) is known color: Trendy Pink. HEX triplet: 90, 4A and 8A. RGB value is (144,74,138). Sum of RGB (Red+Green+Blue) = 144+74+138=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #904A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904A8A is #6FB575. Grayscale: #666666. Windows color (decimal): -7320950 or 9063056. OLE color: 9063056.
HSL color Cylindrical-coordinate representation of color #904A8A: hue angle of 305.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904A8A is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 138 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.44 |
| HSL | 305.14º | 0.32% | 0.43% | - |
| HSV(B) | 305.14º | 0.49% | 0.56% | - |
| XYZ | 18.54 | 12.66 | 25.51 | - |
| YUV | 102.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 138 | 0 | 0.49 | 0.04 | 0.44 | 305.14 | 0.32 | 0.43 |
| Hex | 90 | 4A | 8A | 0 | 31 | 4 | 2C | 131 | 20 | 2B |
| Octal | 220 | 112 | 212 | 0 | 61 | 4 | 54 | 461 | 40 | 53 |
| Binary | 10010000 | 1001010 | 10001010 | 0 | 110001 | 100 | 101100 | 100110001 | 100000 | 101011 |
Color Harmonies of #904A8A
Complementary color
Monochromatic Colors of #904A8A
Black with #904A8A
Text Example
Text Example
White with #904A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A8A; }
p { color: rgb(144,74,138); }
H1.HeaderClassName
{
color: #904A8A;
}
.AnyTagClassName
{
color: #904A8A;
}
</style>
background-color css
<style>
a { background-color: #904A8A; }
a { background-color: rgb(144,74,138); }
div.DivClassName
{
background-color: #904A8A;
}
.BgClassName
{
background-color: #904A8A;
}
</style>
border-color css
<style>
span { border-color: #904A8A; }
span { border-color: rgb(144,74,138); }
td.TdClassName
{
border-color: #904A8A;
}
.TagClassName
{
border-color: #904A8A;
}
</style>