Html Css Color HEX #8E037D Dark Magenta

📋 copy color: '#8E037D'

red 142 ◦ green 3 ◦ blue 125

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

Shades of Dark Magenta #8E037D

Tints of Dark Magenta #8E037D

RGB

 RED value IS 142 (55.86% from 255) = 52.59%

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

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 52.59%
G = 1.11%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E037D (or 0x8E037D) is known color: Dark Magenta. HEX triplet: 8E, 03 and 7D. RGB value is (142,3,125). Sum of RGB (Red+Green+Blue) = 142+3+125=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E037D is #71FC82. Grayscale: #3A3A3A. Windows color (decimal): -7470211 or 8192910. OLE color: 8192910.

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

Color convert

RGB 142 3 125 -
CMYK 0 0.98 0.12 0.44
HSL 307.34º 0.96% 0.28% -
HSV(B) 307.34º 0.98% 0.56% -
XYZ 14.89 7.3 20.03 -
YUV 58.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 142 3 125 0 0.98 0.12 0.44 307.34 0.96 0.28
Hex 8E 3 7D 0 62 C 2C 133 60 1C
Octal 216 3 175 0 142 14 54 463 140 34
Binary 10001110 11 1111101 0 1100010 1100 101100 100110011 1100000 11100

Color Harmonies of #8E037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E037D

Black with #8E037D

Text Example


Text Example

White with #8E037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,125); }

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

background-color css

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

 a { background-color: rgb(142,3,125); }

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

border-color css

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

 span { border-color: rgb(142,3,125); }

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