#8E1A85

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

Shades of Dark Purple #8E1A85

Tints of Dark Purple #8E1A85

Color information

#8E1A85 (or 0x8E1A85) is unknown color: approx Dark Purple. HEX triplet: 8E, 1A and 85. RGB value is (142,26,133). Sum of RGB (Red+Green+Blue) = 142+26+133=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1A85 is #71E57A. Grayscale: #484848. Windows color (decimal): -7464315 or 8723086. OLE color: 8723086.

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

Color convert

RGB14226133-
CMYK00.820.060.44
HSL304.66º69.05%32.94%-
HSV(B)304.66º81.69%55.69%-
XYZ15.768.1822.94-
YUV72.88161.93177.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=47.18%
G=8.64%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422613300.820.060.44304.6669.0532.94
Hex8E1A8505262C1314521
Octal21632205012265446110541
Binary100011101101010000101010100101101011001001100011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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