#8C0D80

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

Shades of Dark Magenta #8C0D80

Tints of Dark Magenta #8C0D80

Color information

#8C0D80 (or 0x8C0D80) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0D and 80. RGB value is (140,13,128). Sum of RGB (Red+Green+Blue) = 140+13+128=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0D80 is #73F27F. Grayscale: #3F3F3F. Windows color (decimal): -7598720 or 8392076. OLE color: 8392076.

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

Color convert

RGB14013128-
CMYK00.910.090.45
HSL305.67º83.01%30%-
HSV(B)305.67º90.71%54.9%-
XYZ14.867.4221.07-
YUV64.08164.08182.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=49.82%
G=4.63%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401312800.910.090.45305.6783.0130
Hex8CD8005B92D132531e
Octal214152000133115546212336
Binary10001100110110000000010110111001101101100110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,13,128); }

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

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

 a { background-color: rgb(140,13,128); }

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

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

 span { border-color: rgb(140,13,128); }

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