#8E3C83

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

Shades of Dark Purple #8E3C83

Tints of Dark Purple #8E3C83

Color information

#8E3C83 (or 0x8E3C83) is unknown color: approx Dark Purple. HEX triplet: 8E, 3C and 83. RGB value is (142,60,131). Sum of RGB (Red+Green+Blue) = 142+60+131=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3C83 is #71C37C. Grayscale: #5C5C5C. Windows color (decimal): -7455613 or 8600718. OLE color: 8600718.

HSL color Cylindrical-coordinate representation of color #8E3C83: hue angle of 308.05º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3C83 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14260131-
CMYK00.580.080.44
HSL308.05º40.59%39.61%-
HSV(B)308.05º57.75%55.69%-
XYZ16.8710.6222.63-
YUV92.61149.67163.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 60 (23.83% from 255) = 18.02%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=42.64%
G=18.02%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426013100.580.080.44308.0540.5939.61
Hex8E3C8303A82C1342928
Octal2167420307210544645150
Binary100011101111001000001101110101000101100100110100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,60,131); }

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

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

 a { background-color: rgb(142,60,131); }

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

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

 span { border-color: rgb(142,60,131); }

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