#8E079C

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

Shades of Dark Magenta #8E079C

Tints of Dark Magenta #8E079C

Color information

#8E079C (or 0x8E079C) is unknown color: approx Dark Magenta. HEX triplet: 8E, 07 and 9C. RGB value is (142,7,156). Sum of RGB (Red+Green+Blue) = 142+7+156=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E079C is #71F863. Grayscale: #3F3F3F. Windows color (decimal): -7469156 or 10225550. OLE color: 10225550.

HSL color Cylindrical-coordinate representation of color #8E079C: hue angle of 294.36º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E079C is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1427156-
CMYK0.090.9600.39
HSL294.36º91.41%31.96%-
HSV(B)294.36º95.51%61.18%-
XYZ17.238.332.15-
YUV64.35179.73183.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 7 (3.12% from 255) = 2.30%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=46.56%
G=2.30%
B=51.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14271560.090.9600.39294.3691.4131.96
Hex8E79C9600271265b20
Octal21672341114004744613340
Binary10001110111100111001001110000001001111001001101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,7,156); }

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

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

 a { background-color: rgb(142,7,156); }

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

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

 span { border-color: rgb(142,7,156); }

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