#8E538B

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

Shades of Trendy Pink #8E538B

Tints of Trendy Pink #8E538B

Color information

#8E538B (or 0x8E538B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 53 and 8B. RGB value is (142,83,139). Sum of RGB (Red+Green+Blue) = 142+83+139=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E538B is #71AC74. Grayscale: #6A6A6A. Windows color (decimal): -7449717 or 9130894. OLE color: 9130894.

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

Color convert

RGB14283139-
CMYK00.420.020.44
HSL303.05º26.22%44.12%-
HSV(B)303.05º41.55%55.69%-
XYZ18.9113.826.09-
YUV107.02146.05152.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=39.01%
G=22.80%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428313900.420.020.44303.0526.2244.12
Hex8E538B02A22C12f1a2c
Octal2161232130522544573254
Binary1000111010100111000101101010101010110010010111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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