#8E1A6D

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

Shades of Dark Purple #8E1A6D

Tints of Dark Purple #8E1A6D

Color information

#8E1A6D (or 0x8E1A6D) is unknown color: approx Dark Purple. HEX triplet: 8E, 1A and 6D. RGB value is (142,26,109). Sum of RGB (Red+Green+Blue) = 142+26+109=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A6D is #71E592. Grayscale: #454545. Windows color (decimal): -7464339 or 7150222. OLE color: 7150222.

HSL color Cylindrical-coordinate representation of color #8E1A6D: hue angle of 317.07º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A6D is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14226109-
CMYK00.820.230.44
HSL317.07º69.05%32.94%-
HSV(B)317.07º81.69%55.69%-
XYZ14.297.5915.18-
YUV70.15149.93179.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=51.26%
G=9.39%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422610900.820.230.44317.0769.0532.94
Hex8E1A6D052172C13d4521
Octal216321550122275447510541
Binary1000111011010110110101010010101111011001001111011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,26,109); }

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

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

 a { background-color: rgb(142,26,109); }

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

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

 span { border-color: rgb(142,26,109); }

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