#90508D

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

Shades of Trendy Pink #90508D

Tints of Trendy Pink #90508D

Color information

#90508D (or 0x90508D) is unknown color: approx Trendy Pink. HEX triplet: 90, 50 and 8D. RGB value is (144,80,141). Sum of RGB (Red+Green+Blue) = 144+80+141=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90508D is #6FAF72. Grayscale: #696969. Windows color (decimal): -7319411 or 9261200. OLE color: 9261200.

HSL color Cylindrical-coordinate representation of color #90508D: hue angle of 302.81º 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 #90508D is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14480141-
CMYK00.440.020.44
HSL302.81º28.57%43.92%-
HSV(B)302.81º44.44%56.47%-
XYZ19.1813.5926.81-
YUV106.09147.7155.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=39.45%
G=21.92%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448014100.440.020.44302.8128.5743.92
Hex90508D02C22C12f1d2c
Octal2201202150542544573554
Binary1001000010100001000110101011001010110010010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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