#8E228B

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

Shades of Dark Purple #8E228B

Tints of Dark Purple #8E228B

Color information

#8E228B (or 0x8E228B) is unknown color: approx Dark Purple. HEX triplet: 8E, 22 and 8B. RGB value is (142,34,139). Sum of RGB (Red+Green+Blue) = 142+34+139=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E228B is #71DD74. Grayscale: #4D4D4D. Windows color (decimal): -7462261 or 9118350. OLE color: 9118350.

HSL color Cylindrical-coordinate representation of color #8E228B: hue angle of 301.67º 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 #8E228B is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14234139-
CMYK00.760.020.44
HSL301.67º61.36%34.51%-
HSV(B)301.67º76.06%55.69%-
XYZ16.398.7625.25-
YUV78.26162.28173.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=45.08%
G=10.79%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423413900.760.020.44301.6761.3634.51
Hex8E228B04C22C12e3d23
Octal2164221301142544567543
Binary10001110100010100010110100110010101100100101110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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