#8E079F

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

Shades of Dark Magenta #8E079F

Tints of Dark Magenta #8E079F

Color information

#8E079F (or 0x8E079F) is unknown color: approx Dark Magenta. HEX triplet: 8E, 07 and 9F. RGB value is (142,7,159). Sum of RGB (Red+Green+Blue) = 142+7+159=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E079F is #71F860. Grayscale: #404040. Windows color (decimal): -7469153 or 10422158. OLE color: 10422158.

HSL color Cylindrical-coordinate representation of color #8E079F: hue angle of 293.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E079F is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1427159-
CMYK0.110.9600.38
HSL293.29º91.57%32.55%-
HSV(B)293.29º95.6%62.35%-
XYZ17.498.4133.5-
YUV64.69181.23183.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=46.10%
G=2.27%
B=51.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14271590.110.9600.38293.2991.5732.55
Hex8E79FB600261255c21
Octal21672371314004644513441
Binary10001110111100111111011110000001001101001001011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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