#8D5180

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

Shades of Trendy Pink #8D5180

Tints of Trendy Pink #8D5180

Color information

#8D5180 (or 0x8D5180) is unknown color: approx Trendy Pink. HEX triplet: 8D, 51 and 80. RGB value is (141,81,128). Sum of RGB (Red+Green+Blue) = 141+81+128=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5180 is #72AE7F. Grayscale: #686868. Windows color (decimal): -7515776 or 8409485. OLE color: 8409485.

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

Color convert

RGB14181128-
CMYK00.430.090.45
HSL313º27.03%43.53%-
HSV(B)313º42.55%55.29%-
XYZ17.8213.1122.01-
YUV104.3141.38154.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=40.29%
G=23.14%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418112800.430.090.4531327.0343.53
Hex8D518002B92D1391b2c
Octal21512120005311554713354
Binary100011011010001100000000101011100110110110011100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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