#8E0AA7

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

Shades of Dark Magenta #8E0AA7

Tints of Dark Magenta #8E0AA7

Color information

#8E0AA7 (or 0x8E0AA7) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0A and A7. RGB value is (142,10,167). Sum of RGB (Red+Green+Blue) = 142+10+167=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 167 (65.62% from 255 or 52.35% from 319); Max value from RGB is 167 - color contains mainly: blue. Hex color #8E0AA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0AA7 is #71F558. Grayscale: #424242. Windows color (decimal): -7468377 or 10947214. OLE color: 10947214.

HSL color Cylindrical-coordinate representation of color #8E0AA7: hue angle of 290.45º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0AA7 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14210167-
CMYK0.150.9400.35
HSL290.45º88.7%34.71%-
HSV(B)290.45º94.01%65.49%-
XYZ18.248.7637.29-
YUV67.37184.23181.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 10 (4.30% from 255) = 3.13%
BLUE value IS 167 (65.62% from 255) = 52.35%
R=44.51%
G=3.13%
B=52.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142101670.150.9400.35290.4588.734.71
Hex8EAA7F5E0231225923
Octal216122471713604344213143
Binary100011101010101001111111101111001000111001000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,167); }

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

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

 a { background-color: rgb(142,10,167); }

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

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

 span { border-color: rgb(142,10,167); }

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