#8E4F83

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

Shades of Trendy Pink #8E4F83

Tints of Trendy Pink #8E4F83

Color information

#8E4F83 (or 0x8E4F83) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4F and 83. RGB value is (142,79,131). Sum of RGB (Red+Green+Blue) = 142+79+131=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4F83 is #71B07C. Grayscale: #676767. Windows color (decimal): -7450749 or 8605582. OLE color: 8605582.

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

Color convert

RGB14279131-
CMYK00.440.080.44
HSL310.48º28.51%43.33%-
HSV(B)310.48º44.37%55.69%-
XYZ18.0512.9823.03-
YUV103.76143.37155.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=40.34%
G=22.44%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427913100.440.080.44310.4828.5143.33
Hex8E4F8302C82C1361d2b
Octal21611720305410544663553
Binary100011101001111100000110101100100010110010011011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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