#90488B

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

Shades of Trendy Pink #90488B

Tints of Trendy Pink #90488B

Color information

#90488B (or 0x90488B) is unknown color: approx Trendy Pink. HEX triplet: 90, 48 and 8B. RGB value is (144,72,139). Sum of RGB (Red+Green+Blue) = 144+72+139=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90488B is #6FB774. Grayscale: #646464. Windows color (decimal): -7321461 or 9128080. OLE color: 9128080.

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

Color convert

RGB14472139-
CMYK00.500.030.44
HSL304.17º33.33%42.35%-
HSV(B)304.17º50%56.47%-
XYZ18.4812.4325.85-
YUV101.17149.35158.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=40.56%
G=20.28%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447213900.500.030.44304.1733.3342.35
Hex90488B03232C130212a
Octal2201102130623544604152
Binary10010000100100010001011011001011101100100110000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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