#8E298C

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

Shades of Dark Purple #8E298C

Tints of Dark Purple #8E298C

Color information

#8E298C (or 0x8E298C) is unknown color: approx Dark Purple. HEX triplet: 8E, 29 and 8C. RGB value is (142,41,140). Sum of RGB (Red+Green+Blue) = 142+41+140=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E298C is #71D673. Grayscale: #525252. Windows color (decimal): -7460468 or 9185678. OLE color: 9185678.

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

Color convert

RGB14241140-
CMYK00.710.010.44
HSL301.19º55.19%35.88%-
HSV(B)301.19º71.13%55.69%-
XYZ16.689.2325.71-
YUV82.49160.46170.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=43.96%
G=12.69%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424114000.710.010.44301.1955.1935.88
Hex8E298C04712C12d3724
Octal2165121401071544556744
Binary1000111010100110001100010001111101100100101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,41,140); }

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

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

 a { background-color: rgb(142,41,140); }

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

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

 span { border-color: rgb(142,41,140); }

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