#8E4C8E

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

Shades of Trendy Pink #8E4C8E

Tints of Trendy Pink #8E4C8E

Color information

#8E4C8E (or 0x8E4C8E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4C and 8E. RGB value is (142,76,142). Sum of RGB (Red+Green+Blue) = 142+76+142=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E4C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C8E is #71B371. Grayscale: #676767. Windows color (decimal): -7451506 or 9325710. OLE color: 9325710.

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

Color convert

RGB14276142-
CMYK00.4600.44
HSL300º30.28%42.75%-
HSV(B)300º46.48%55.69%-
XYZ18.6212.8727.09-
YUV103.26149.87155.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.44%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=39.44%
G=21.11%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427614200.4600.4430030.2842.75
Hex8E4C8E02E02C12c1e2b
Octal2161142160560544543653
Binary100011101001100100011100101110010110010010110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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