#8E1A6C

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

Shades of Dark Purple #8E1A6C

Tints of Dark Purple #8E1A6C

Color information

#8E1A6C (or 0x8E1A6C) is unknown color: approx Dark Purple. HEX triplet: 8E, 1A and 6C. RGB value is (142,26,108). Sum of RGB (Red+Green+Blue) = 142+26+108=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A6C is #71E593. Grayscale: #454545. Windows color (decimal): -7464340 or 7084686. OLE color: 7084686.

HSL color Cylindrical-coordinate representation of color #8E1A6C: hue angle of 317.59º 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 #8E1A6C is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14226108-
CMYK00.820.240.44
HSL317.59º69.05%32.94%-
HSV(B)317.59º81.69%55.69%-
XYZ14.237.5714.9-
YUV70.03149.43179.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 26 (10.55% from 255) = 9.42%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=51.45%
G=9.42%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422610800.820.240.44317.5969.0532.94
Hex8E1A6C052182C13e4521
Octal216321540122305447610541
Binary1000111011010110110001010010110001011001001111101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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