#8E307C

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

Shades of Dark Purple #8E307C

Tints of Dark Purple #8E307C

Color information

#8E307C (or 0x8E307C) is unknown color: approx Dark Purple. HEX triplet: 8E, 30 and 7C. RGB value is (142,48,124). Sum of RGB (Red+Green+Blue) = 142+48+124=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E307C is #71CF83. Grayscale: #545454. Windows color (decimal): -7458692 or 8138894. OLE color: 8138894.

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

Color convert

RGB14248124-
CMYK00.660.130.44
HSL311.49º49.47%37.25%-
HSV(B)311.49º66.2%55.69%-
XYZ15.859.3220.03-
YUV84.77150.14168.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=45.22%
G=15.29%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424812400.660.130.44311.4949.4737.25
Hex8E307C042D2C1373125
Octal21660174010215544676145
Binary100011101100001111100010000101101101100100110111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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