#8E2D8A

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

Shades of Dark Purple #8E2D8A

Tints of Dark Purple #8E2D8A

Color information

#8E2D8A (or 0x8E2D8A) is unknown color: approx Dark Purple. HEX triplet: 8E, 2D and 8A. RGB value is (142,45,138). Sum of RGB (Red+Green+Blue) = 142+45+138=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2D8A is #71D275. Grayscale: #545454. Windows color (decimal): -7459446 or 9055630. OLE color: 9055630.

HSL color Cylindrical-coordinate representation of color #8E2D8A: hue angle of 302.47º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D8A is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14245138-
CMYK00.680.030.44
HSL302.47º51.87%36.67%-
HSV(B)302.47º68.31%55.69%-
XYZ16.689.4624.99-
YUV84.6158.14168.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 45 (17.97% from 255) = 13.85%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=43.69%
G=13.85%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424513800.680.030.44302.4751.8736.67
Hex8E2D8A04432C12e3425
Octal2165521201043544566445
Binary10001110101101100010100100010011101100100101110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,45,138); }

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

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

 a { background-color: rgb(142,45,138); }

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

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

 span { border-color: rgb(142,45,138); }

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