#8e1a69

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

Shades of Dark Purple #8E1A69

Tints of Dark Purple #8E1A69

Color information

#8E1A69 (or 0x8E1A69) is unknown color: approx Dark Purple. HEX triplet: 8E, 1A and 69. RGB value is (142,26,105). Sum of RGB (Red+Green+Blue) = 142+26+105=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A69 is #71E596. Grayscale: #454545. Windows color (decimal): -7464343 or 6888078. OLE color: 6888078.

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

Color convert

RGB14226105-
CMYK00.820.260.44
HSL319.14º69.05%32.94%-
HSV(B)319.14º81.69%55.69%-
XYZ14.077.5114.07-
YUV69.69147.93179.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=52.01%
G=9.52%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422610500.820.260.44319.1469.0532.94
Hex8E1A690521A2C13f4521
Octal216321510122325447710541
Binary1000111011010110100101010010110101011001001111111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1a69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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