#8E1A88

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

Shades of Dark Purple #8E1A88

Tints of Dark Purple #8E1A88

Color information

#8E1A88 (or 0x8E1A88) is unknown color: approx Dark Purple. HEX triplet: 8E, 1A and 88. RGB value is (142,26,136). Sum of RGB (Red+Green+Blue) = 142+26+136=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1A88 is #71E577. Grayscale: #484848. Windows color (decimal): -7464312 or 8919694. OLE color: 8919694.

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

Color convert

RGB14226136-
CMYK00.820.040.44
HSL303.1º69.05%32.94%-
HSV(B)303.1º81.69%55.69%-
XYZ15.978.2724.05-
YUV73.22163.43177.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=46.71%
G=8.55%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422613600.820.040.44303.169.0532.94
Hex8E1A8805242C12f4521
Octal21632210012245445710541
Binary100011101101010001000010100101001011001001011111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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