#8D079E

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

Shades of Dark Magenta #8D079E

Tints of Dark Magenta #8D079E

Color information

#8D079E (or 0x8D079E) is unknown color: approx Dark Magenta. HEX triplet: 8D, 07 and 9E. RGB value is (141,7,158). Sum of RGB (Red+Green+Blue) = 141+7+158=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D079E is #72F861. Grayscale: #3F3F3F. Windows color (decimal): -7534690 or 10356621. OLE color: 10356621.

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

Color convert

RGB1417158-
CMYK0.110.9600.38
HSL293.25º91.52%32.35%-
HSV(B)293.25º95.57%61.96%-
XYZ17.238.2833.04-
YUV64.28180.89182.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 7 (3.12% from 255) = 2.29%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=46.08%
G=2.29%
B=51.63%

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
Decimal14171580.110.9600.38293.2591.5232.35
Hex8D79EB600261255c20
Octal21572361314004644513440
Binary10001101111100111101011110000001001101001001011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,7,158); }

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

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

 a { background-color: rgb(141,7,158); }

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

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

 span { border-color: rgb(141,7,158); }

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