#8e4d8e

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

Shades of Trendy Pink #8E4D8E

Tints of Trendy Pink #8E4D8E

Color information

#8E4D8E (or 0x8E4D8E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4D and 8E. RGB value is (142,77,142). Sum of RGB (Red+Green+Blue) = 142+77+142=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E4D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4D8E is #71B271. Grayscale: #676767. Windows color (decimal): -7451250 or 9325966. OLE color: 9325966.

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

Color convert

RGB14277142-
CMYK00.4600.44
HSL300º29.68%42.94%-
HSV(B)300º45.77%55.69%-
XYZ18.6913.0127.12-
YUV103.84149.53155.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=39.34%
G=21.33%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427714200.4600.4430029.6842.94
Hex8E4D8E02E02C12c1e2b
Octal2161152160560544543653
Binary100011101001101100011100101110010110010010110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e4d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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