#90558B

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

Shades of Trendy Pink #90558B

Tints of Trendy Pink #90558B

Color information

#90558B (or 0x90558B) is unknown color: approx Trendy Pink. HEX triplet: 90, 55 and 8B. RGB value is (144,85,139). Sum of RGB (Red+Green+Blue) = 144+85+139=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #90558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90558B is #6FAA74. Grayscale: #6C6C6C. Windows color (decimal): -7318133 or 9131408. OLE color: 9131408.

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

Color convert

RGB14485139-
CMYK00.410.030.44
HSL305.08º25.76%44.9%-
HSV(B)305.08º40.97%56.47%-
XYZ19.4114.2926.16-
YUV108.8145.05153.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=39.13%
G=23.10%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448513900.410.030.44305.0825.7644.9
Hex90558B02932C1311a2d
Octal2201252130513544613255
Binary1001000010101011000101101010011110110010011000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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