#8c138c

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

Shades of Dark Magenta #8C138C

Tints of Dark Magenta #8C138C

Color information

#8C138C (or 0x8C138C) is unknown color: approx Dark Magenta. HEX triplet: 8C, 13 and 8C. RGB value is (140,19,140). Sum of RGB (Red+Green+Blue) = 140+19+140=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C138C is #73EC73. Grayscale: #444444. Windows color (decimal): -7597172 or 9180044. OLE color: 9180044.

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

Color convert

RGB14019140-
CMYK00.8600.45
HSL300º76.1%31.18%-
HSV(B)300º86.43%54.9%-
XYZ15.787.9325.51-
YUV68.97168.09178.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=46.82%
G=6.35%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401914000.8600.4530076.131.18
Hex8C138C05602D12c4c1f
Octal21423214012605545411437
Binary100011001001110001100010101100101101100101100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c138c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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