#90598d

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

Shades of Trendy Pink #90598D

Tints of Trendy Pink #90598D

Color information

#90598D (or 0x90598D) is unknown color: approx Trendy Pink. HEX triplet: 90, 59 and 8D. RGB value is (144,89,141). Sum of RGB (Red+Green+Blue) = 144+89+141=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #90598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90598D is #6FA672. Grayscale: #6F6F6F. Windows color (decimal): -7317107 or 9263504. OLE color: 9263504.

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

Color convert

RGB14489141-
CMYK00.380.020.44
HSL303.27º23.61%45.69%-
HSV(B)303.27º38.19%56.47%-
XYZ19.881527.05-
YUV111.37144.72151.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=38.50%
G=23.80%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448914100.380.020.44303.2723.6145.69
Hex90598D02622C12f182e
Octal2201312150462544573056
Binary1001000010110011000110101001101010110010010111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90598d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90598d; }

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

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

<style>
 a { background-color: #90598d; }

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

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

<style>
 span { border-color: #90598d; }

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

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