#8E228D

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

Shades of Dark Purple #8E228D

Tints of Dark Purple #8E228D

Color information

#8E228D (or 0x8E228D) is unknown color: approx Dark Purple. HEX triplet: 8E, 22 and 8D. RGB value is (142,34,141). Sum of RGB (Red+Green+Blue) = 142+34+141=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E228D is #71DD72. Grayscale: #4E4E4E. Windows color (decimal): -7462259 or 9249422. OLE color: 9249422.

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

Color convert

RGB14234141-
CMYK00.760.010.44
HSL300.56º61.36%34.51%-
HSV(B)300.56º76.06%55.69%-
XYZ16.548.8226.03-
YUV78.49163.28173.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=44.79%
G=10.73%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423414100.760.010.44300.5661.3634.51
Hex8E228D04C12C12d3d23
Octal2164221501141544557543
Binary1000111010001010001101010011001101100100101101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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