#8E4076

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

Shades of Dark Purple #8E4076

Tints of Dark Purple #8E4076

Color information

#8E4076 (or 0x8E4076) is unknown color: approx Dark Purple. HEX triplet: 8E, 40 and 76. RGB value is (142,64,118). Sum of RGB (Red+Green+Blue) = 142+64+118=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4076 is #71BF89. Grayscale: #5D5D5D. Windows color (decimal): -7454602 or 7749774. OLE color: 7749774.

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

Color convert

RGB14264118-
CMYK00.550.170.44
HSL318.46º37.86%40.39%-
HSV(B)318.46º54.93%55.69%-
XYZ16.2610.7318.35-
YUV93.48141.84162.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=43.83%
G=19.75%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426411800.550.170.44318.4637.8640.39
Hex8E4076037112C13e2628
Octal21610016606721544764650
Binary1000111010000001110110011011110001101100100111110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,64,118); }

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

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

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

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

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

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

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