#8D5390

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

Shades of Trendy Pink #8D5390

Tints of Trendy Pink #8D5390

Color information

#8D5390 (or 0x8D5390) is unknown color: approx Trendy Pink. HEX triplet: 8D, 53 and 90. RGB value is (141,83,144). Sum of RGB (Red+Green+Blue) = 141+83+144=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D5390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5390 is #72AC6F. Grayscale: #6B6B6B. Windows color (decimal): -7515248 or 9458573. OLE color: 9458573.

HSL color Cylindrical-coordinate representation of color #8D5390: hue angle of 297.05º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D5390 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14183144-
CMYK0.020.4200.44
HSL297.05º26.87%44.51%-
HSV(B)297.05º42.36%56.47%-
XYZ19.1113.8628.05-
YUV107.3148.72152.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=38.32%
G=22.55%
B=39.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141831440.020.4200.44297.0526.8744.51
Hex8D539022A02C1291b2d
Octal2151232202520544513355
Binary1000110110100111001000010101010010110010010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5390; }

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

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

<style>
 a { background-color: #8D5390; }

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

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

<style>
 span { border-color: #8D5390; }

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

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