#8C1293

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

Shades of Dark Magenta #8C1293

Tints of Dark Magenta #8C1293

Color information

#8C1293 (or 0x8C1293) is unknown color: approx Dark Magenta. HEX triplet: 8C, 12 and 93. RGB value is (140,18,147). Sum of RGB (Red+Green+Blue) = 140+18+147=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C1293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1293 is #73ED6C. Grayscale: #444444. Windows color (decimal): -7597421 or 9638540. OLE color: 9638540.

HSL color Cylindrical-coordinate representation of color #8C1293: hue angle of 296.74º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1293 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14018147-
CMYK0.050.8800.42
HSL296.74º78.18%32.35%-
HSV(B)296.74º87.76%57.65%-
XYZ16.38.1128.31-
YUV69.18171.92178.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=45.90%
G=5.90%
B=48.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140181470.050.8800.42296.7478.1832.35
Hex8C129355802A1294e20
Octal21422223513005245111640
Binary100011001001010010011101101100001010101001010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,18,147); }

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

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

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

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

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

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

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