#90498C

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

Shades of Trendy Pink #90498C

Tints of Trendy Pink #90498C

Color information

#90498C (or 0x90498C) is unknown color: approx Trendy Pink. HEX triplet: 90, 49 and 8C. RGB value is (144,73,140). Sum of RGB (Red+Green+Blue) = 144+73+140=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90498C is #6FB673. Grayscale: #656565. Windows color (decimal): -7321204 or 9193872. OLE color: 9193872.

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

Color convert

RGB14473140-
CMYK00.490.030.44
HSL303.38º32.72%42.55%-
HSV(B)303.38º49.31%56.47%-
XYZ18.6212.5926.26-
YUV101.87149.52158.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=40.34%
G=20.45%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447314000.490.030.44303.3832.7242.55
Hex90498C03132C12f212b
Octal2201112140613544574153
Binary10010000100100110001100011000111101100100101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90498C; }

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

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

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

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

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

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

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

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