#8E218D

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

Shades of Dark Purple #8E218D

Tints of Dark Purple #8E218D

Color information

#8E218D (or 0x8E218D) is unknown color: approx Dark Purple. HEX triplet: 8E, 21 and 8D. RGB value is (142,33,141). Sum of RGB (Red+Green+Blue) = 142+33+141=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E218D is #71DE72. Grayscale: #4D4D4D. Windows color (decimal): -7462515 or 9249166. OLE color: 9249166.

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

Color convert

RGB14233141-
CMYK00.770.010.44
HSL300.55º62.29%34.31%-
HSV(B)300.55º76.76%55.69%-
XYZ16.518.7626.02-
YUV77.9163.61173.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=44.94%
G=10.44%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423314100.770.010.44300.5562.2934.31
Hex8E218D04D12C12d3e22
Octal2164121501151544557642
Binary1000111010000110001101010011011101100100101101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,33,141); }

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

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

 a { background-color: rgb(142,33,141); }

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

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

 span { border-color: rgb(142,33,141); }

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