#90497B

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

Shades of Trendy Pink #90497B

Tints of Trendy Pink #90497B

Color information

#90497B (or 0x90497B) is unknown color: approx Trendy Pink. HEX triplet: 90, 49 and 7B. RGB value is (144,73,123). Sum of RGB (Red+Green+Blue) = 144+73+123=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90497B is #6FB684. Grayscale: #636363. Windows color (decimal): -7321221 or 8079760. OLE color: 8079760.

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

Color convert

RGB14473123-
CMYK00.490.150.44
HSL317.75º32.72%42.55%-
HSV(B)317.75º49.31%56.47%-
XYZ17.4612.1220.16-
YUV99.93141.02159.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=42.35%
G=21.47%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447312300.490.150.44317.7532.7242.55
Hex90497B031F2C13e212b
Octal22011117306117544764153
Binary100100001001001111101101100011111101100100111110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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