#8D138B

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

Shades of Dark Magenta #8D138B

Tints of Dark Magenta #8D138B

Color information

#8D138B (or 0x8D138B) is unknown color: approx Dark Magenta. HEX triplet: 8D, 13 and 8B. RGB value is (141,19,139). Sum of RGB (Red+Green+Blue) = 141+19+139=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D138B is #72EC74. Grayscale: #444444. Windows color (decimal): -7531637 or 9114509. OLE color: 9114509.

HSL color Cylindrical-coordinate representation of color #8D138B: hue angle of 300.98º degrees, saturation: 0.76, 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 #8D138B is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14119139-
CMYK00.870.010.45
HSL300.98º76.25%31.37%-
HSV(B)300.98º86.52%55.29%-
XYZ15.887.9925.13-
YUV69.16167.42179.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.16%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=47.16%
G=6.35%
B=46.49%

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
Decimal1411913900.870.010.45300.9876.2531.37
Hex8D138B05712D12d4c1f
Octal21523213012715545511437
Binary100011011001110001011010101111101101100101101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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