#8E1E83

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

Shades of Dark Purple #8E1E83

Tints of Dark Purple #8E1E83

Color information

#8E1E83 (or 0x8E1E83) is unknown color: approx Dark Purple. HEX triplet: 8E, 1E and 83. RGB value is (142,30,131). Sum of RGB (Red+Green+Blue) = 142+30+131=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1E83 is #71E17C. Grayscale: #4A4A4A. Windows color (decimal): -7463293 or 8593038. OLE color: 8593038.

HSL color Cylindrical-coordinate representation of color #8E1E83: hue angle of 305.89º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E1E83 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14230131-
CMYK00.790.080.44
HSL305.89º65.12%33.73%-
HSV(B)305.89º78.87%55.69%-
XYZ15.728.3222.25-
YUV75159.61175.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=46.86%
G=9.90%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423013100.790.080.44305.8965.1233.73
Hex8E1E8304F82C1324122
Octal216362030117105446210142
Binary1000111011110100000110100111110001011001001100101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,30,131); }

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

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

 a { background-color: rgb(142,30,131); }

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

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

 span { border-color: rgb(142,30,131); }

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