#8E2289

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

Shades of Dark Purple #8E2289

Tints of Dark Purple #8E2289

Color information

#8E2289 (or 0x8E2289) is unknown color: approx Dark Purple. HEX triplet: 8E, 22 and 89. RGB value is (142,34,137). Sum of RGB (Red+Green+Blue) = 142+34+137=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2289 is #71DD76. Grayscale: #4D4D4D. Windows color (decimal): -7462263 or 8987278. OLE color: 8987278.

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

Color convert

RGB14234137-
CMYK00.760.040.44
HSL302.78º61.36%34.51%-
HSV(B)302.78º76.06%55.69%-
XYZ16.248.724.49-
YUV78.03161.28173.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 34 (13.67% from 255) = 10.86%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=45.37%
G=10.86%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423413700.760.040.44302.7861.3634.51
Hex8E228904C42C12f3d23
Octal2164221101144544577543
Binary100011101000101000100101001100100101100100101111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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