#8E387E

Color #8E387E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E387E

Tints of Dark Purple #8E387E

Color information

#8E387E (or 0x8E387E) is unknown color: approx Dark Purple. HEX triplet: 8E, 38 and 7E. RGB value is (142,56,126). Sum of RGB (Red+Green+Blue) = 142+56+126=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E387E is #71C781. Grayscale: #595959. Windows color (decimal): -7456642 or 8272014. OLE color: 8272014.

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

Color convert

RGB14256126-
CMYK00.610.110.44
HSL311.16º43.43%38.82%-
HSV(B)311.16º60.56%55.69%-
XYZ16.3410.0920.82-
YUV89.69148.49165.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=43.83%
G=17.28%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425612600.610.110.44311.1643.4338.82
Hex8E387E03DB2C1372b27
Octal2167017607513544675347
Binary10001110111000111111001111011011101100100110111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,126); }

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

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

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

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

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

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

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