#8E498B

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

Shades of Trendy Pink #8E498B

Tints of Trendy Pink #8E498B

Color information

#8E498B (or 0x8E498B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 49 and 8B. RGB value is (142,73,139). Sum of RGB (Red+Green+Blue) = 142+73+139=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E498B is #71B674. Grayscale: #646464. Windows color (decimal): -7452277 or 9128334. OLE color: 9128334.

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

Color convert

RGB14273139-
CMYK00.490.020.44
HSL302.61º32.09%42.16%-
HSV(B)302.61º48.59%55.69%-
XYZ18.212.3825.86-
YUV101.16149.36157.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=40.11%
G=20.62%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427313900.490.020.44302.6132.0942.16
Hex8E498B03122C12f202a
Octal2161112130612544574052
Binary10001110100100110001011011000110101100100101111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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