#8E1A75

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

Shades of Dark Purple #8E1A75

Tints of Dark Purple #8E1A75

Color information

#8E1A75 (or 0x8E1A75) is unknown color: approx Dark Purple. HEX triplet: 8E, 1A and 75. RGB value is (142,26,117). Sum of RGB (Red+Green+Blue) = 142+26+117=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A75 is #71E58A. Grayscale: #464646. Windows color (decimal): -7464331 or 7674510. OLE color: 7674510.

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

Color convert

RGB14226117-
CMYK00.820.180.44
HSL312.93º69.05%32.94%-
HSV(B)312.93º81.69%55.69%-
XYZ14.747.7717.55-
YUV71.06153.93178.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=49.82%
G=9.12%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422611700.820.180.44312.9369.0532.94
Hex8E1A75052122C1394521
Octal216321650122225447110541
Binary1000111011010111010101010010100101011001001110011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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