#8C0785

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

Shades of Dark Magenta #8C0785

Tints of Dark Magenta #8C0785

Color information

#8C0785 (or 0x8C0785) is unknown color: approx Dark Magenta. HEX triplet: 8C, 07 and 85. RGB value is (140,7,133). Sum of RGB (Red+Green+Blue) = 140+7+133=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0785 is #73F87A. Grayscale: #3C3C3C. Windows color (decimal): -7600251 or 8718220. OLE color: 8718220.

HSL color Cylindrical-coordinate representation of color #8C0785: hue angle of 303.16º degrees, saturation: 0.9, 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 #8C0785 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB1407133-
CMYK00.950.050.45
HSL303.16º90.48%28.82%-
HSV(B)303.16º95%54.9%-
XYZ15.127.4222.83-
YUV61.13168.56184.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 2.5%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=50%
G=2.5%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140713300.950.050.45303.1690.4828.82
Hex8C78505F52D12f5a1d
Octal2147205013755545713235
Binary100011001111000010101011111101101101100101111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,7,133); }

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

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

 a { background-color: rgb(140,7,133); }

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

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

 span { border-color: rgb(140,7,133); }

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