#8E2E71

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

Shades of Dark Purple #8E2E71

Tints of Dark Purple #8E2E71

Color information

#8E2E71 (or 0x8E2E71) is unknown color: approx Dark Purple. HEX triplet: 8E, 2E and 71. RGB value is (142,46,113). Sum of RGB (Red+Green+Blue) = 142+46+113=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2E71 is #71D18E. Grayscale: #525252. Windows color (decimal): -7459215 or 7417486. OLE color: 7417486.

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

Color convert

RGB14246113-
CMYK00.680.200.44
HSL318.12º51.06%36.86%-
HSV(B)318.12º67.61%55.69%-
XYZ15.118.916.54-
YUV82.34145.3170.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=47.18%
G=15.28%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424611300.680.200.44318.1251.0636.86
Hex8E2E71044142C13e3325
Octal21656161010424544766345
Binary1000111010111011100010100010010100101100100111110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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