#90488D

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

Shades of Trendy Pink #90488D

Tints of Trendy Pink #90488D

Color information

#90488D (or 0x90488D) is unknown color: approx Trendy Pink. HEX triplet: 90, 48 and 8D. RGB value is (144,72,141). Sum of RGB (Red+Green+Blue) = 144+72+141=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90488D is #6FB772. Grayscale: #656565. Windows color (decimal): -7321459 or 9259152. OLE color: 9259152.

HSL color Cylindrical-coordinate representation of color #90488D: hue angle of 302.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90488D is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14472141-
CMYK00.500.020.44
HSL302.5º33.33%42.35%-
HSV(B)302.5º50%56.47%-
XYZ18.6312.4926.63-
YUV101.39150.35158.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=40.34%
G=20.17%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447214100.500.020.44302.533.3342.35
Hex90488D03222C12e212a
Octal2201102150622544564152
Binary10010000100100010001101011001010101100100101110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90488D; }

 p { color: rgb(144,72,141); }

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

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

 a { background-color: rgb(144,72,141); }

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

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

 span { border-color: rgb(144,72,141); }

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