#8E538D

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

Shades of Trendy Pink #8E538D

Tints of Trendy Pink #8E538D

Color information

#8E538D (or 0x8E538D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 53 and 8D. RGB value is (142,83,141). Sum of RGB (Red+Green+Blue) = 142+83+141=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E538D is #71AC72. Grayscale: #6B6B6B. Windows color (decimal): -7449715 or 9261966. OLE color: 9261966.

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

Color convert

RGB14283141-
CMYK00.420.010.44
HSL301.02º26.22%44.12%-
HSV(B)301.02º41.55%55.69%-
XYZ19.0613.8626.87-
YUV107.25147.05152.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=38.80%
G=22.68%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428314100.420.010.44301.0226.2244.12
Hex8E538D02A12C12d1a2c
Octal2161232150521544553254
Binary100011101010011100011010101010110110010010110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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