#8E3978

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

Shades of Dark Purple #8E3978

Tints of Dark Purple #8E3978

Color information

#8E3978 (or 0x8E3978) is unknown color: approx Dark Purple. HEX triplet: 8E, 39 and 78. RGB value is (142,57,120). Sum of RGB (Red+Green+Blue) = 142+57+120=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3978 is #71C687. Grayscale: #595959. Windows color (decimal): -7456392 or 7879054. OLE color: 7879054.

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

Color convert

RGB14257120-
CMYK00.600.150.44
HSL315.53º42.71%39.02%-
HSV(B)315.53º59.86%55.69%-
XYZ16.0110.0318.86-
YUV89.6145.16165.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=44.51%
G=17.87%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425712000.600.150.44315.5342.7139.02
Hex8E397803CF2C13c2b27
Octal2167117007417544745347
Binary10001110111001111100001111001111101100100111100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,57,120); }

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

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

 a { background-color: rgb(142,57,120); }

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

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

 span { border-color: rgb(142,57,120); }

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