#8c007f

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

Shades of Dark Magenta #8C007F

Tints of Dark Magenta #8C007F

Color information

#8C007F (or 0x8C007F) is unknown color: approx Dark Magenta. HEX triplet: 8C, 00 and 7F. RGB value is (140,0,127). Sum of RGB (Red+Green+Blue) = 140+0+127=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C007F is #73FF80. Grayscale: #373737. Windows color (decimal): -7602049 or 8323212. OLE color: 8323212.

HSL color Cylindrical-coordinate representation of color #8C007F: hue angle of 305.57º 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 #8C007F is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB1400127-
CMYK010.090.45
HSL305.57º100%27.45%-
HSV(B)305.57º100%54.9%-
XYZ14.657.1120.68-
YUV56.34167.88187.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1400127010.090.45305.5710027.45
Hex8C07F06492D132641b
Octal21401770144115546214433
Binary1000110001111111011001001001101101100110010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c007f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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