#90558E

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

Shades of Trendy Pink #90558E

Tints of Trendy Pink #90558E

Color information

#90558E (or 0x90558E) is unknown color: approx Trendy Pink. HEX triplet: 90, 55 and 8E. RGB value is (144,85,142). Sum of RGB (Red+Green+Blue) = 144+85+142=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90558E is #6FAA71. Grayscale: #6C6C6C. Windows color (decimal): -7318130 or 9328016. OLE color: 9328016.

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

Color convert

RGB14485142-
CMYK00.410.010.44
HSL302.03º25.76%44.9%-
HSV(B)302.03º40.97%56.47%-
XYZ19.6314.3827.33-
YUV109.14146.55152.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=38.81%
G=22.91%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448514200.410.010.44302.0325.7644.9
Hex90558E02912C12e1a2d
Octal2201252160511544563255
Binary100100001010101100011100101001110110010010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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