#8E4B8B

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

Shades of Trendy Pink #8E4B8B

Tints of Trendy Pink #8E4B8B

Color information

#8E4B8B (or 0x8E4B8B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4B and 8B. RGB value is (142,75,139). Sum of RGB (Red+Green+Blue) = 142+75+139=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B8B is #71B474. Grayscale: #666666. Windows color (decimal): -7451765 or 9128846. OLE color: 9128846.

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

Color convert

RGB14275139-
CMYK00.470.020.44
HSL302.69º30.88%42.55%-
HSV(B)302.69º47.18%55.69%-
XYZ18.3312.6525.9-
YUV102.33148.7156.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 75 (29.69% from 255) = 21.07%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=39.89%
G=21.07%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427513900.470.020.44302.6930.8842.55
Hex8E4B8B02F22C12f1f2b
Octal2161132130572544573753
Binary1000111010010111000101101011111010110010010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,75,139); }

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

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

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

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

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

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

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