#8E618D

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

Shades of Trendy Pink #8E618D

Tints of Trendy Pink #8E618D

Color information

#8E618D (or 0x8E618D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 61 and 8D. RGB value is (142,97,141). Sum of RGB (Red+Green+Blue) = 142+97+141=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E618D is #719E72. Grayscale: #737373. Windows color (decimal): -7446131 or 9265550. OLE color: 9265550.

HSL color Cylindrical-coordinate representation of color #8E618D: hue angle of 301.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E618D is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14297141-
CMYK00.320.010.44
HSL301.33º18.83%46.86%-
HSV(B)301.33º31.69%55.69%-
XYZ20.2416.2227.26-
YUV115.47142.41146.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=37.37%
G=25.53%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429714100.320.010.44301.3318.8346.86
Hex8E618D02012C12d132f
Octal2161412150401544552357
Binary100011101100001100011010100000110110010010110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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