#8E1A87

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

Shades of Dark Purple #8E1A87

Tints of Dark Purple #8E1A87

Color information

#8E1A87 (or 0x8E1A87) is unknown color: approx Dark Purple. HEX triplet: 8E, 1A and 87. RGB value is (142,26,135). Sum of RGB (Red+Green+Blue) = 142+26+135=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1A87 is #71E578. Grayscale: #484848. Windows color (decimal): -7464313 or 8854158. OLE color: 8854158.

HSL color Cylindrical-coordinate representation of color #8E1A87: hue angle of 303.62º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A87 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14226135-
CMYK00.820.050.44
HSL303.62º69.05%32.94%-
HSV(B)303.62º81.69%55.69%-
XYZ15.98.2423.67-
YUV73.11162.93177.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=46.86%
G=8.58%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422613500.820.050.44303.6269.0532.94
Hex8E1A8705252C1304521
Octal21632207012255446010541
Binary100011101101010000111010100101011011001001100001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,26,135); }

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

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

 a { background-color: rgb(142,26,135); }

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

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

 span { border-color: rgb(142,26,135); }

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