#8C118C

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

Shades of Dark Magenta #8C118C

Tints of Dark Magenta #8C118C

Color information

#8C118C (or 0x8C118C) is unknown color: approx Dark Magenta. HEX triplet: 8C, 11 and 8C. RGB value is (140,17,140). Sum of RGB (Red+Green+Blue) = 140+17+140=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C118C is #73EE73. Grayscale: #434343. Windows color (decimal): -7597684 or 9179532. OLE color: 9179532.

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

Color convert

RGB14017140-
CMYK00.8800.45
HSL300º78.34%30.78%-
HSV(B)300º87.86%54.9%-
XYZ15.757.8725.5-
YUV67.8168.75179.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=47.14%
G=5.72%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401714000.8800.4530078.3430.78
Hex8C118C05802D12c4e1f
Octal21421214013005545411637
Binary100011001000110001100010110000101101100101100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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