#8C0C7F

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

Shades of Dark Magenta #8C0C7F

Tints of Dark Magenta #8C0C7F

Color information

#8C0C7F (or 0x8C0C7F) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0C and 7F. RGB value is (140,12,127). Sum of RGB (Red+Green+Blue) = 140+12+127=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C7F is #73F380. Grayscale: #3F3F3F. Windows color (decimal): -7598977 or 8326284. OLE color: 8326284.

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

Color convert

RGB14012127-
CMYK00.910.090.45
HSL306.09º84.21%29.8%-
HSV(B)306.09º91.43%54.9%-
XYZ14.787.3720.72-
YUV63.38163.91182.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 12 (5.08% from 255) = 4.30%
BLUE value IS 127 (50% from 255) = 45.52%
R=50.18%
G=4.30%
B=45.52%

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
Decimal1401212700.910.090.45306.0984.2129.8
Hex8CC7F05B92D132541e
Octal214141770133115546212436
Binary1000110011001111111010110111001101101100110010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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