#8E3180

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

Shades of Dark Purple #8E3180

Tints of Dark Purple #8E3180

Color information

#8E3180 (or 0x8E3180) is unknown color: approx Dark Purple. HEX triplet: 8E, 31 and 80. RGB value is (142,49,128). Sum of RGB (Red+Green+Blue) = 142+49+128=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3180 is #71CE7F. Grayscale: #555555. Windows color (decimal): -7458432 or 8401294. OLE color: 8401294.

HSL color Cylindrical-coordinate representation of color #8E3180: hue angle of 309.03º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3180 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB14249128-
CMYK00.650.100.44
HSL309.03º48.69%37.45%-
HSV(B)309.03º65.49%55.69%-
XYZ16.159.5121.41-
YUV85.81151.81168.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=44.51%
G=15.36%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424912800.650.100.44309.0348.6937.45
Hex8E3180041A2C1353125
Octal21661200010112544656145
Binary1000111011000110000000010000011010101100100110101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,128); }

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

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

 a { background-color: rgb(142,49,128); }

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

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

 span { border-color: rgb(142,49,128); }

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