#8E2E88

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

Shades of Dark Purple #8E2E88

Tints of Dark Purple #8E2E88

Color information

#8E2E88 (or 0x8E2E88) is unknown color: approx Dark Purple. HEX triplet: 8E, 2E and 88. RGB value is (142,46,136). Sum of RGB (Red+Green+Blue) = 142+46+136=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2E88 is #71D177. Grayscale: #545454. Windows color (decimal): -7459192 or 8924814. OLE color: 8924814.

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

Color convert

RGB14246136-
CMYK00.680.040.44
HSL303.75º51.06%36.86%-
HSV(B)303.75º67.61%55.69%-
XYZ16.589.4824.25-
YUV84.96156.8168.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 46 (18.36% from 255) = 14.20%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=43.83%
G=14.20%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424613600.680.040.44303.7551.0636.86
Hex8E2E8804442C1303325
Octal2165621001044544606345
Binary100011101011101000100001000100100101100100110000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,46,136); }

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

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

 a { background-color: rgb(142,46,136); }

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

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

 span { border-color: rgb(142,46,136); }

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