#8E2589

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

Shades of Dark Purple #8E2589

Tints of Dark Purple #8E2589

Color information

#8E2589 (or 0x8E2589) is unknown color: approx Dark Purple. HEX triplet: 8E, 25 and 89. RGB value is (142,37,137). Sum of RGB (Red+Green+Blue) = 142+37+137=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2589 is #71DA76. Grayscale: #4F4F4F. Windows color (decimal): -7461495 or 8988046. OLE color: 8988046.

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

Color convert

RGB14237137-
CMYK00.740.040.44
HSL302.86º58.66%35.1%-
HSV(B)302.86º73.94%55.69%-
XYZ16.338.8824.52-
YUV79.79160.29172.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 37 (14.84% from 255) = 11.71%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=44.94%
G=11.71%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423713700.740.040.44302.8658.6635.1
Hex8E258904A42C12f3b23
Octal2164521101124544577343
Binary100011101001011000100101001010100101100100101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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