#8C0A80

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

Shades of Dark Magenta #8C0A80

Tints of Dark Magenta #8C0A80

Color information

#8C0A80 (or 0x8C0A80) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0A and 80. RGB value is (140,10,128). Sum of RGB (Red+Green+Blue) = 140+10+128=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0A80 is #73F57F. Grayscale: #3D3D3D. Windows color (decimal): -7599488 or 8391308. OLE color: 8391308.

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

Color convert

RGB14010128-
CMYK00.930.090.45
HSL305.54º86.67%29.41%-
HSV(B)305.54º92.86%54.9%-
XYZ14.827.3521.06-
YUV62.32165.07183.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.36%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=50.36%
G=3.60%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401012800.930.090.45305.5486.6729.41
Hex8CA8005D92D132571d
Octal214122000135115546212735
Binary10001100101010000000010111011001101101100110010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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