#8D128B

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

Shades of Dark Magenta #8D128B

Tints of Dark Magenta #8D128B

Color information

#8D128B (or 0x8D128B) is unknown color: approx Dark Magenta. HEX triplet: 8D, 12 and 8B. RGB value is (141,18,139). Sum of RGB (Red+Green+Blue) = 141+18+139=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D128B is #72ED74. Grayscale: #444444. Windows color (decimal): -7531893 or 9114253. OLE color: 9114253.

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

Color convert

RGB14118139-
CMYK00.870.010.45
HSL300.98º77.36%31.18%-
HSV(B)300.98º87.23%55.29%-
XYZ15.867.9625.13-
YUV68.57167.75179.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 18 (7.42% from 255) = 6.04%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=47.32%
G=6.04%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411813900.870.010.45300.9877.3631.18
Hex8D128B05712D12d4d1f
Octal21522213012715545511537
Binary100011011001010001011010101111101101100101101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,18,139); }

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

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

 a { background-color: rgb(141,18,139); }

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

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

 span { border-color: rgb(141,18,139); }

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