#90497F

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

Shades of Trendy Pink #90497F

Tints of Trendy Pink #90497F

Color information

#90497F (or 0x90497F) is unknown color: approx Trendy Pink. HEX triplet: 90, 49 and 7F. RGB value is (144,73,127). Sum of RGB (Red+Green+Blue) = 144+73+127=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #90497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90497F is #6FB680. Grayscale: #646464. Windows color (decimal): -7321217 or 8341904. OLE color: 8341904.

HSL color Cylindrical-coordinate representation of color #90497F: hue angle of 314.37º 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 #90497F is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14473127-
CMYK00.490.120.44
HSL314.37º32.72%42.55%-
HSV(B)314.37º49.31%56.47%-
XYZ17.7112.2321.5-
YUV100.38143.02159.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 127 (50% from 255) = 36.92%
R=41.86%
G=21.22%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447312700.490.120.44314.3732.7242.55
Hex90497F031C2C13a212b
Octal22011117706114544724153
Binary100100001001001111111101100011100101100100111010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90497F; }

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

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

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

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

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

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

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

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