#8c008c

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

Shades of Dark Magenta #8C008C

Tints of Dark Magenta #8C008C

Color information

#8C008C (or 0x8C008C) is unknown color: approx Dark Magenta. HEX triplet: 8C, 00 and 8C. RGB value is (140,0,140). Sum of RGB (Red+Green+Blue) = 140+0+140=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C008C is #73FF73. Grayscale: #393939. Windows color (decimal): -7602036 or 9175180. OLE color: 9175180.

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

Color convert

RGB1400140-
CMYK0100.45
HSL300º100%27.45%-
HSV(B)300º100%54.9%-
XYZ15.557.4725.43-
YUV57.82174.38186.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14001400100.4530010027.45
Hex8C08C06402D12c641b
Octal2140214014405545414433
Binary10001100010001100011001000101101100101100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c008c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,0,140); }

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

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

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

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

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

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

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