#8E5F8D

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

Shades of Trendy Pink #8E5F8D

Tints of Trendy Pink #8E5F8D

Color information

#8E5F8D (or 0x8E5F8D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 5F and 8D. RGB value is (142,95,141). Sum of RGB (Red+Green+Blue) = 142+95+141=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F8D is #71A072. Grayscale: #727272. Windows color (decimal): -7446643 or 9265038. OLE color: 9265038.

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

Color convert

RGB14295141-
CMYK00.330.010.44
HSL301.28º19.83%46.47%-
HSV(B)301.28º33.1%55.69%-
XYZ20.0615.8627.2-
YUV114.3143.07147.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=37.57%
G=25.13%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429514100.330.010.44301.2819.8346.47
Hex8E5F8D02112C12d142e
Octal2161372150411544552456
Binary100011101011111100011010100001110110010010110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,141); }

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

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

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

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

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

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

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