#8E508E

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

Shades of Trendy Pink #8E508E

Tints of Trendy Pink #8E508E

Color information

#8E508E (or 0x8E508E) is unknown color: approx Trendy Pink. HEX triplet: 8E, 50 and 8E. RGB value is (142,80,142). Sum of RGB (Red+Green+Blue) = 142+80+142=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E508E is #71AF71. Grayscale: #696969. Windows color (decimal): -7450482 or 9326734. OLE color: 9326734.

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

Color convert

RGB14280142-
CMYK00.4400.44
HSL300º27.93%43.53%-
HSV(B)300º43.66%55.69%-
XYZ18.9113.4427.19-
YUV105.61148.54153.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=39.01%
G=21.98%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428014200.4400.4430027.9343.53
Hex8E508E02C02C12c1c2c
Octal2161202160540544543454
Binary100011101010000100011100101100010110010010110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,142); }

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

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

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

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

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

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

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