#8E3E7A

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

Shades of Dark Purple #8E3E7A

Tints of Dark Purple #8E3E7A

Color information

#8E3E7A (or 0x8E3E7A) is unknown color: approx Dark Purple. HEX triplet: 8E, 3E and 7A. RGB value is (142,62,122). Sum of RGB (Red+Green+Blue) = 142+62+122=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3E7A is #71C185. Grayscale: #5C5C5C. Windows color (decimal): -7455110 or 8011406. OLE color: 8011406.

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

Color convert

RGB14262122-
CMYK00.560.140.44
HSL315º39.22%40%-
HSV(B)315º56.34%55.69%-
XYZ16.3910.619.59-
YUV92.76144.5163.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=43.56%
G=19.02%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426212200.560.140.4431539.2240
Hex8E3E7A038E2C13b2728
Octal2167617207016544734750
Binary10001110111110111101001110001110101100100111011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,62,122); }

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

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

 a { background-color: rgb(142,62,122); }

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

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

 span { border-color: rgb(142,62,122); }

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