#8C138E

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

Shades of Dark Magenta #8C138E

Tints of Dark Magenta #8C138E

Color information

#8C138E (or 0x8C138E) is unknown color: approx Dark Magenta. HEX triplet: 8C, 13 and 8E. RGB value is (140,19,142). Sum of RGB (Red+Green+Blue) = 140+19+142=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C138E is #73EC71. Grayscale: #444444. Windows color (decimal): -7597170 or 9311116. OLE color: 9311116.

HSL color Cylindrical-coordinate representation of color #8C138E: hue angle of 299.02º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C138E is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14019142-
CMYK0.010.8700.44
HSL299.02º76.4%31.57%-
HSV(B)299.02º86.62%55.69%-
XYZ15.937.9926.29-
YUV69.2169.09178.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.51%
GREEN value IS 19 (7.81% from 255) = 6.31%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=46.51%
G=6.31%
B=47.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140191420.010.8700.44299.0276.431.57
Hex8C138E15702C12b4c20
Octal21423216112705445311440
Binary1000110010011100011101101011101011001001010111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,19,142); }

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

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

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

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

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

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

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