#8E638D

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

Shades of Trendy Pink #8E638D

Tints of Trendy Pink #8E638D

Color information

#8E638D (or 0x8E638D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 63 and 8D. RGB value is (142,99,141). Sum of RGB (Red+Green+Blue) = 142+99+141=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E638D is #719C72. Grayscale: #747474. Windows color (decimal): -7445619 or 9266062. OLE color: 9266062.

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

Color convert

RGB14299141-
CMYK00.300.010.44
HSL301.4º17.84%47.25%-
HSV(B)301.4º30.28%55.69%-
XYZ20.4216.627.33-
YUV116.64141.75146.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.17%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=37.17%
G=25.92%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429914100.300.010.44301.417.8447.25
Hex8E638D01E12C12d122f
Octal2161432150361544552257
Binary10001110110001110001101011110110110010010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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