Html Css Color HEX #8D037E Dark Magenta

📋 copy color: '#8D037E'

red 141 ◦ green 3 ◦ blue 126

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

Shades of Dark Magenta #8D037E

Tints of Dark Magenta #8D037E

RGB

 RED value IS 141 (55.47% from 255) = 52.22%

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 52.22%
G = 1.11%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D037E (or 0x8D037E) is known color: Dark Magenta. HEX triplet: 8D, 03 and 7E. RGB value is (141,3,126). Sum of RGB (Red+Green+Blue) = 141+3+126=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D037E is #72FC81. Grayscale: #393939. Windows color (decimal): -7535746 or 8258445. OLE color: 8258445.

HSL color Cylindrical-coordinate representation of color #8D037E: hue angle of 306.52º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D037E is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 3 126 -
CMYK 0 0.98 0.11 0.45
HSL 306.52º 0.96% 0.28% -
HSV(B) 306.52º 0.98% 0.55% -
XYZ 14.78 7.23 20.36 -
YUV 58.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 141 3 126 0 0.98 0.11 0.45 306.52 0.96 0.28
Hex 8D 3 7E 0 62 B 2D 133 60 1C
Octal 215 3 176 0 142 13 55 463 140 34
Binary 10001101 11 1111110 0 1100010 1011 101101 100110011 1100000 11100

Color Harmonies of #8D037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D037E

Black with #8D037E

Text Example


Text Example

White with #8D037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,3,126); }

 H1.HeaderClassName
 {
   color: #8D037E;
 }
 .AnyTagClassName
 {
   color: #8D037E;
 }
</style>

background-color css

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

 a { background-color: rgb(141,3,126); }

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

border-color css

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

 span { border-color: rgb(141,3,126); }

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