#8E5386

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

Shades of Trendy Pink #8E5386

Tints of Trendy Pink #8E5386

Color information

#8E5386 (or 0x8E5386) is unknown color: approx Trendy Pink. HEX triplet: 8E, 53 and 86. RGB value is (142,83,134). Sum of RGB (Red+Green+Blue) = 142+83+134=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5386 is #71AC79. Grayscale: #6A6A6A. Windows color (decimal): -7449722 or 8803214. OLE color: 8803214.

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

Color convert

RGB14283134-
CMYK00.420.060.44
HSL308.14º26.22%44.12%-
HSV(B)308.14º41.55%55.69%-
XYZ18.5513.6624.21-
YUV106.46143.55153.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=39.55%
G=23.12%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428313400.420.060.44308.1426.2244.12
Hex8E538602A62C1341a2c
Octal2161232060526544643254
Binary10001110101001110000110010101011010110010011010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,83,134); }

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

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

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

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

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

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

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