#8E2E80

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

Shades of Dark Purple #8E2E80

Tints of Dark Purple #8E2E80

Color information

#8E2E80 (or 0x8E2E80) is unknown color: approx Dark Purple. HEX triplet: 8E, 2E and 80. RGB value is (142,46,128). Sum of RGB (Red+Green+Blue) = 142+46+128=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2E80 is #71D17F. Grayscale: #535353. Windows color (decimal): -7459200 or 8400526. OLE color: 8400526.

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

Color convert

RGB14246128-
CMYK00.680.100.44
HSL308.75º51.06%36.86%-
HSV(B)308.75º67.61%55.69%-
XYZ16.039.2621.37-
YUV84.05152.8169.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 46 (18.36% from 255) = 14.56%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=44.94%
G=14.56%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424612800.680.100.44308.7551.0636.86
Hex8E2E80044A2C1353325
Octal21656200010412544656345
Binary1000111010111010000000010001001010101100100110101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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