#8D0680

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

Shades of Dark Magenta #8D0680

Tints of Dark Magenta #8D0680

Color information

#8D0680 (or 0x8D0680) is unknown color: approx Dark Magenta. HEX triplet: 8D, 06 and 80. RGB value is (141,6,128). Sum of RGB (Red+Green+Blue) = 141+6+128=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0680 is #72F97F. Grayscale: #3B3B3B. Windows color (decimal): -7534976 or 8390285. OLE color: 8390285.

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

Color convert

RGB1416128-
CMYK00.960.090.45
HSL305.78º91.84%28.82%-
HSV(B)305.78º95.74%55.29%-
XYZ14.957.3521.05-
YUV60.27166.23185.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.27%
GREEN value IS 6 (2.73% from 255) = 2.18%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=51.27%
G=2.18%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141612800.960.090.45305.7891.8428.82
Hex8D68006092D1325c1d
Octal21562000140115546213435
Binary1000110111010000000011000001001101101100110010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,6,128); }

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

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

 a { background-color: rgb(141,6,128); }

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

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

 span { border-color: rgb(141,6,128); }

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