#90558D

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

Shades of Trendy Pink #90558D

Tints of Trendy Pink #90558D

Color information

#90558D (or 0x90558D) is unknown color: approx Trendy Pink. HEX triplet: 90, 55 and 8D. RGB value is (144,85,141). Sum of RGB (Red+Green+Blue) = 144+85+141=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #90558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90558D is #6FAA72. Grayscale: #6C6C6C. Windows color (decimal): -7318131 or 9262480. OLE color: 9262480.

HSL color Cylindrical-coordinate representation of color #90558D: hue angle of 303.05º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90558D is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14485141-
CMYK00.410.020.44
HSL303.05º25.76%44.9%-
HSV(B)303.05º40.97%56.47%-
XYZ19.5614.3526.94-
YUV109.02146.05152.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=38.92%
G=22.97%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448514100.410.020.44303.0525.7644.9
Hex90558D02922C12f1a2d
Octal2201252150512544573255
Binary1001000010101011000110101010011010110010010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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