#904989

Color #904989 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #904989

Tints of Trendy Pink #904989

Color information

#904989 (or 0x904989) is unknown color: approx Trendy Pink. HEX triplet: 90, 49 and 89. RGB value is (144,73,137). Sum of RGB (Red+Green+Blue) = 144+73+137=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #904989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904989 is #6FB676. Grayscale: #656565. Windows color (decimal): -7321207 or 8997264. OLE color: 8997264.

HSL color Cylindrical-coordinate representation of color #904989: hue angle of 305.92º degrees, saturation: 0.33, 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 #904989 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14473137-
CMYK00.490.050.44
HSL305.92º32.72%42.55%-
HSV(B)305.92º49.31%56.47%-
XYZ18.412.525.11-
YUV101.52148.02158.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=40.68%
G=20.62%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447313700.490.050.44305.9232.7242.55
Hex90498903152C132212b
Octal2201112110615544624153
Binary100100001001001100010010110001101101100100110010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904989; }

 p { color: rgb(144,73,137); }

 H1.HeaderClassName
 {
   color: #904989;
 }
 .AnyTagClassName
 {
   color: #904989;
 }
</style>
background-color css

<style>
 a { background-color: #904989; }

 a { background-color: rgb(144,73,137); }

 div.DivClassName
 {
   background-color: #904989;
 }
 .BgClassName
 {
   background-color: #904989;
 }
</style>
border-color css

<style>
 span { border-color: #904989; }

 span { border-color: rgb(144,73,137); }

 td.TdClassName
 {
   border-color: #904989;
 }
 .TagClassName
 {
   border-color: #904989;
 }
</style>