#8E2471

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

Shades of Dark Purple #8E2471

Tints of Dark Purple #8E2471

Color information

#8E2471 (or 0x8E2471) is unknown color: approx Dark Purple. HEX triplet: 8E, 24 and 71. RGB value is (142,36,113). Sum of RGB (Red+Green+Blue) = 142+36+113=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2471 is #71DB8E. Grayscale: #4C4C4C. Windows color (decimal): -7461775 or 7414926. OLE color: 7414926.

HSL color Cylindrical-coordinate representation of color #8E2471: hue angle of 316.42º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2471 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14236113-
CMYK00.750.200.44
HSL316.42º59.55%34.9%-
HSV(B)316.42º74.65%55.69%-
XYZ14.778.216.43-
YUV76.47148.62174.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=48.80%
G=12.37%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423611300.750.200.44316.4259.5534.9
Hex8E247104B142C13c3c23
Octal21644161011324544747443
Binary1000111010010011100010100101110100101100100111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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