#8E4F81

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

Shades of Trendy Pink #8E4F81

Tints of Trendy Pink #8E4F81

Color information

#8E4F81 (or 0x8E4F81) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4F and 81. RGB value is (142,79,129). Sum of RGB (Red+Green+Blue) = 142+79+129=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4F81 is #71B07E. Grayscale: #676767. Windows color (decimal): -7450751 or 8474510. OLE color: 8474510.

HSL color Cylindrical-coordinate representation of color #8E4F81: hue angle of 312.38º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E4F81 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB14279129-
CMYK00.440.090.44
HSL312.38º28.51%43.33%-
HSV(B)312.38º44.37%55.69%-
XYZ17.9112.9322.32-
YUV103.54142.37155.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 79 (31.25% from 255) = 22.57%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=40.57%
G=22.57%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427912900.440.090.44312.3828.5143.33
Hex8E4F8102C92C1381d2b
Octal21611720105411544703553
Binary100011101001111100000010101100100110110010011100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,79,129); }

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

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

 a { background-color: rgb(142,79,129); }

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

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

 span { border-color: rgb(142,79,129); }

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