#8E3A82

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

Shades of Dark Purple #8E3A82

Tints of Dark Purple #8E3A82

Color information

#8E3A82 (or 0x8E3A82) is unknown color: approx Dark Purple. HEX triplet: 8E, 3A and 82. RGB value is (142,58,130). Sum of RGB (Red+Green+Blue) = 142+58+130=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3A82 is #71C57D. Grayscale: #5B5B5B. Windows color (decimal): -7456126 or 8534670. OLE color: 8534670.

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

Color convert

RGB14258130-
CMYK00.590.080.44
HSL308.57º42%39.22%-
HSV(B)308.57º59.15%55.69%-
XYZ16.710.3922.24-
YUV91.32149.83164.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=43.03%
G=17.58%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425813000.590.080.44308.574239.22
Hex8E3A8203B82C1352a27
Octal2167220207310544655247
Binary100011101110101000001001110111000101100100110101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,130); }

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

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

 a { background-color: rgb(142,58,130); }

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

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

 span { border-color: rgb(142,58,130); }

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