#8e3a7f

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

Shades of Dark Purple #8E3A7F

Tints of Dark Purple #8E3A7F

Color information

#8E3A7F (or 0x8E3A7F) is unknown color: approx Dark Purple. HEX triplet: 8E, 3A and 7F. RGB value is (142,58,127). Sum of RGB (Red+Green+Blue) = 142+58+127=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3A7F is #71C580. Grayscale: #5A5A5A. Windows color (decimal): -7456129 or 8338062. OLE color: 8338062.

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

Color convert

RGB14258127-
CMYK00.590.110.44
HSL310.71º42%39.22%-
HSV(B)310.71º59.15%55.69%-
XYZ16.510.3121.2-
YUV90.98148.33164.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 127 (50% from 255) = 38.84%
R=43.43%
G=17.74%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425812700.590.110.44310.714239.22
Hex8E3A7F03BB2C1372a27
Octal2167217707313544675247
Binary10001110111010111111101110111011101100100110111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e3a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,127); }

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

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

 a { background-color: rgb(142,58,127); }

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

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

 span { border-color: rgb(142,58,127); }

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