#8E4E92

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

Shades of Trendy Pink #8E4E92

Tints of Trendy Pink #8E4E92

Color information

#8E4E92 (or 0x8E4E92) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4E and 92. RGB value is (142,78,146). Sum of RGB (Red+Green+Blue) = 142+78+146=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E4E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4E92 is #71B16D. Grayscale: #686868. Windows color (decimal): -7450990 or 9588366. OLE color: 9588366.

HSL color Cylindrical-coordinate representation of color #8E4E92: hue angle of 296.47º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4E92 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14278146-
CMYK0.030.4700.43
HSL296.47º30.36%43.92%-
HSV(B)296.47º46.58%57.25%-
XYZ19.0713.2728.75-
YUV104.89151.2154.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=38.80%
G=21.31%
B=39.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142781460.030.4700.43296.4730.3643.92
Hex8E4E9232F02B1281e2c
Octal2161162223570534503654
Binary1000111010011101001001011101111010101110010100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,78,146); }

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

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

 a { background-color: rgb(142,78,146); }

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

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

 span { border-color: rgb(142,78,146); }

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