#8D4D8E

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

Shades of Trendy Pink #8D4D8E

Tints of Trendy Pink #8D4D8E

Color information

#8D4D8E (or 0x8D4D8E) is unknown color: approx Trendy Pink. HEX triplet: 8D, 4D and 8E. RGB value is (141,77,142). Sum of RGB (Red+Green+Blue) = 141+77+142=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D4D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4D8E is #72B271. Grayscale: #676767. Windows color (decimal): -7516786 or 9325965. OLE color: 9325965.

HSL color Cylindrical-coordinate representation of color #8D4D8E: hue angle of 299.08º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4D8E is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14177142-
CMYK0.010.4600.44
HSL299.08º29.68%42.94%-
HSV(B)299.08º45.77%55.69%-
XYZ18.5212.9227.11-
YUV103.55149.7154.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=39.17%
G=21.39%
B=39.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141771420.010.4600.44299.0829.6842.94
Hex8D4D8E12E02C12b1e2b
Octal2151152161560544533653
Binary100011011001101100011101101110010110010010101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,77,142); }

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

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

 a { background-color: rgb(141,77,142); }

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

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

 span { border-color: rgb(141,77,142); }

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