#8D078A

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

Shades of Dark Magenta #8D078A

Tints of Dark Magenta #8D078A

Color information

#8D078A (or 0x8D078A) is unknown color: approx Dark Magenta. HEX triplet: 8D, 07 and 8A. RGB value is (141,7,138). Sum of RGB (Red+Green+Blue) = 141+7+138=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D078A is #72F875. Grayscale: #3D3D3D. Windows color (decimal): -7534710 or 9045901. OLE color: 9045901.

HSL color Cylindrical-coordinate representation of color #8D078A: hue angle of 301.34º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D078A is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB1417138-
CMYK00.950.020.45
HSL301.34º90.54%29.02%-
HSV(B)301.34º95.04%55.29%-
XYZ15.657.6524.7-
YUV62170.89184.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.30%
GREEN value IS 7 (3.12% from 255) = 2.45%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=49.30%
G=2.45%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141713800.950.020.45301.3490.5429.02
Hex8D78A05F22D12d5b1d
Octal2157212013725545513335
Binary10001101111100010100101111110101101100101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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