#90498E

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

Shades of Trendy Pink #90498E

Tints of Trendy Pink #90498E

Color information

#90498E (or 0x90498E) is unknown color: approx Trendy Pink. HEX triplet: 90, 49 and 8E. RGB value is (144,73,142). Sum of RGB (Red+Green+Blue) = 144+73+142=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90498E is #6FB671. Grayscale: #656565. Windows color (decimal): -7321202 or 9324944. OLE color: 9324944.

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

Color convert

RGB14473142-
CMYK00.490.010.44
HSL301.69º32.72%42.55%-
HSV(B)301.69º49.31%56.47%-
XYZ18.7712.6527.04-
YUV102.1150.52157.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=40.11%
G=20.33%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447314200.490.010.44301.6932.7242.55
Hex90498E03112C12e212b
Octal2201112160611544564153
Binary1001000010010011000111001100011101100100101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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