#8E3879

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

Shades of Dark Purple #8E3879

Tints of Dark Purple #8E3879

Color information

#8E3879 (or 0x8E3879) is unknown color: approx Dark Purple. HEX triplet: 8E, 38 and 79. RGB value is (142,56,121). Sum of RGB (Red+Green+Blue) = 142+56+121=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3879 is #71C786. Grayscale: #585858. Windows color (decimal): -7456647 or 7944334. OLE color: 7944334.

HSL color Cylindrical-coordinate representation of color #8E3879: hue angle of 314.65º 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 #8E3879 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14256121-
CMYK00.610.150.44
HSL314.65º43.43%38.82%-
HSV(B)314.65º60.56%55.69%-
XYZ16.029.9619.17-
YUV89.12145.99165.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=44.51%
G=17.55%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425612100.610.150.44314.6543.4338.82
Hex8E387903DF2C13b2b27
Octal2167017107517544735347
Binary10001110111000111100101111011111101100100111011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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