#8D108C

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

Shades of Dark Magenta #8D108C

Tints of Dark Magenta #8D108C

Color information

#8D108C (or 0x8D108C) is unknown color: approx Dark Magenta. HEX triplet: 8D, 10 and 8C. RGB value is (141,16,140). Sum of RGB (Red+Green+Blue) = 141+16+140=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D108C is #72EF73. Grayscale: #434343. Windows color (decimal): -7532404 or 9179277. OLE color: 9179277.

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

Color convert

RGB14116140-
CMYK00.890.010.45
HSL300.48º79.62%30.78%-
HSV(B)300.48º88.65%55.29%-
XYZ15.97.9325.5-
YUV67.51168.91180.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=47.47%
G=5.39%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411614000.890.010.45300.4879.6230.78
Hex8D108C05912D12c501f
Octal21520214013115545412037
Binary100011011000010001100010110011101101100101100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,140); }

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

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

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

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

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

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

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