#90508A

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

Shades of Trendy Pink #90508A

Tints of Trendy Pink #90508A

Color information

#90508A (or 0x90508A) is unknown color: approx Trendy Pink. HEX triplet: 90, 50 and 8A. RGB value is (144,80,138). Sum of RGB (Red+Green+Blue) = 144+80+138=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #90508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90508A is #6FAF75. Grayscale: #696969. Windows color (decimal): -7319414 or 9064592. OLE color: 9064592.

HSL color Cylindrical-coordinate representation of color #90508A: hue angle of 305.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90508A is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14480138-
CMYK00.440.040.44
HSL305.62º28.57%43.92%-
HSV(B)305.62º44.44%56.47%-
XYZ18.9613.525.65-
YUV105.75146.2155.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=39.78%
G=22.10%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448013800.440.040.44305.6228.5743.92
Hex90508A02C42C1321d2c
Octal2201202120544544623554
Binary10010000101000010001010010110010010110010011001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90508A; }

 p { color: rgb(144,80,138); }

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

<style>
 a { background-color: #90508A; }

 a { background-color: rgb(144,80,138); }

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

<style>
 span { border-color: #90508A; }

 span { border-color: rgb(144,80,138); }

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