#8E4C83

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

Shades of Trendy Pink #8E4C83

Tints of Trendy Pink #8E4C83

Color information

#8E4C83 (or 0x8E4C83) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4C and 83. RGB value is (142,76,131). Sum of RGB (Red+Green+Blue) = 142+76+131=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C83 is #71B37C. Grayscale: #656565. Windows color (decimal): -7451517 or 8604814. OLE color: 8604814.

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

Color convert

RGB14276131-
CMYK00.460.080.44
HSL310º30.28%42.75%-
HSV(B)310º46.48%55.69%-
XYZ17.8412.5622.96-
YUV102144.37156.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 76 (30.08% from 255) = 21.78%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=40.69%
G=21.78%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427613100.460.080.4431030.2842.75
Hex8E4C8302E82C1361e2b
Octal21611420305610544663653
Binary100011101001100100000110101110100010110010011011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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