#8E4D8B

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

Shades of Trendy Pink #8E4D8B

Tints of Trendy Pink #8E4D8B

Color information

#8E4D8B (or 0x8E4D8B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4D and 8B. RGB value is (142,77,139). Sum of RGB (Red+Green+Blue) = 142+77+139=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4D8B is #71B274. Grayscale: #676767. Windows color (decimal): -7451253 or 9129358. OLE color: 9129358.

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

Color convert

RGB14277139-
CMYK00.460.020.44
HSL302.77º29.68%42.94%-
HSV(B)302.77º45.77%55.69%-
XYZ18.4712.9225.95-
YUV103.5148.03155.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=39.66%
G=21.51%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427713900.460.020.44302.7729.6842.94
Hex8E4D8B02E22C12f1e2b
Octal2161152130562544573653
Binary1000111010011011000101101011101010110010010111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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