#8E478B

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

Shades of Trendy Pink #8E478B

Tints of Trendy Pink #8E478B

Color information

#8E478B (or 0x8E478B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 47 and 8B. RGB value is (142,71,139). Sum of RGB (Red+Green+Blue) = 142+71+139=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E478B is #71B874. Grayscale: #636363. Windows color (decimal): -7452789 or 9127822. OLE color: 9127822.

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

Color convert

RGB14271139-
CMYK00.50.020.44
HSL302.54º33.33%41.76%-
HSV(B)302.54º50%55.69%-
XYZ18.0712.1225.81-
YUV99.98150.02157.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=40.34%
G=20.17%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427113900.50.020.44302.5433.3341.76
Hex8E478B03222C12f212a
Octal2161072130622544574152
Binary10001110100011110001011011001010101100100101111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,71,139); }

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

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

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

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

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

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

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