Html Css Color HEX #8D128B Dark Magenta

📋 copy color: '#8D128B'

red 141 ◦ green 18 ◦ blue 139

#8D128B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #8D128B

Tints of Dark Magenta #8D128B

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 value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D128B (or 0x8D128B) is known color: 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

RGB 141 18 139 -
CMYK 0 0.87 0.01 0.45
HSL 300.98º 0.77% 0.31% -
HSV(B) 300.98º 0.87% 0.55% -
XYZ 15.86 7.96 25.13 -
YUV 68.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 141 18 139 0 0.87 0.01 0.45 300.98 0.77 0.31
Hex 8D 12 8B 0 57 1 2D 12D 4D 1F
Octal 215 22 213 0 127 1 55 455 115 37
Binary 10001101 10010 10001011 0 1010111 1 101101 100101101 1001101 11111

Color Harmonies of #8D128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D128B

Black with #8D128B

Text Example


Text Example

White with #8D128B

Text Example


Text Example

HTML Codes & Css Web 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>