#90508F

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

Shades of Trendy Pink #90508F

Tints of Trendy Pink #90508F

Color information

#90508F (or 0x90508F) is unknown color: approx Trendy Pink. HEX triplet: 90, 50 and 8F. RGB value is (144,80,143). Sum of RGB (Red+Green+Blue) = 144+80+143=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #90508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90508F is #6FAF70. Grayscale: #6A6A6A. Windows color (decimal): -7319409 or 9392272. OLE color: 9392272.

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

Color convert

RGB14480143-
CMYK00.440.010.44
HSL300.94º28.57%43.92%-
HSV(B)300.94º44.44%56.47%-
XYZ19.3313.6527.6-
YUV106.32148.7154.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 143 (56.25% from 255) = 38.96%
R=39.24%
G=21.80%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448014300.440.010.44300.9428.5743.92
Hex90508F02C12C12d1d2c
Octal2201202170541544553554
Binary100100001010000100011110101100110110010010110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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