#8E237C

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

Shades of Dark Purple #8E237C

Tints of Dark Purple #8E237C

Color information

#8E237C (or 0x8E237C) is unknown color: approx Dark Purple. HEX triplet: 8E, 23 and 7C. RGB value is (142,35,124). Sum of RGB (Red+Green+Blue) = 142+35+124=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E237C is #71DC83. Grayscale: #4C4C4C. Windows color (decimal): -7462020 or 8135566. OLE color: 8135566.

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

Color convert

RGB14235124-
CMYK00.750.130.44
HSL310.09º60.45%34.71%-
HSV(B)310.09º75.35%55.69%-
XYZ15.398.4119.88-
YUV77.14154.45174.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=47.18%
G=11.63%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423512400.750.130.44310.0960.4534.71
Hex8E237C04BD2C1363c23
Octal21643174011315544667443
Binary100011101000111111100010010111101101100100110110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,35,124); }

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

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

 a { background-color: rgb(142,35,124); }

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

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

 span { border-color: rgb(142,35,124); }

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