#8D5480

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

Shades of Trendy Pink #8D5480

Tints of Trendy Pink #8D5480

Color information

#8D5480 (or 0x8D5480) is unknown color: approx Trendy Pink. HEX triplet: 8D, 54 and 80. RGB value is (141,84,128). Sum of RGB (Red+Green+Blue) = 141+84+128=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5480 is #72AB7F. Grayscale: #696969. Windows color (decimal): -7515008 or 8410253. OLE color: 8410253.

HSL color Cylindrical-coordinate representation of color #8D5480: hue angle of 313.68º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5480 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14184128-
CMYK00.400.090.45
HSL313.68º25.33%44.12%-
HSV(B)313.68º40.43%55.29%-
XYZ18.0513.5622.09-
YUV106.06140.38152.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=39.94%
G=23.80%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418412800.400.090.45313.6825.3344.12
Hex8D548002892D13a192c
Octal21512420005011554723154
Binary100011011010100100000000101000100110110110011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,128); }

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

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

 a { background-color: rgb(141,84,128); }

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

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

 span { border-color: rgb(141,84,128); }

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