#8E4A8E

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

Shades of Trendy Pink #8E4A8E

Tints of Trendy Pink #8E4A8E

Color information

#8E4A8E (or 0x8E4A8E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4A and 8E. RGB value is (142,74,142). Sum of RGB (Red+Green+Blue) = 142+74+142=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4A8E is #71B571. Grayscale: #656565. Windows color (decimal): -7452018 or 9325198. OLE color: 9325198.

HSL color Cylindrical-coordinate representation of color #8E4A8E: hue angle of 300º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4A8E is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14274142-
CMYK00.4800.44
HSL300º31.48%42.35%-
HSV(B)300º47.89%55.69%-
XYZ18.4912.627.05-
YUV102.08150.53156.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=39.66%
G=20.67%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427414200.4800.4430031.4842.35
Hex8E4A8E03002C12c1f2a
Octal2161122160600544543752
Binary100011101001010100011100110000010110010010110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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