Html Css Color HEX #9E038D Dark Magenta

📋 copy color: '#9E038D'

red 158 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #9E038D

Tints of Dark Magenta #9E038D

RGB

 RED value IS 158 (62.11% from 255) = 52.32%

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

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 52.32%
G = 0.99%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E038D (or 0x9E038D) is known color: Dark Magenta. HEX triplet: 9E, 03 and 8D. RGB value is (158,3,141). Sum of RGB (Red+Green+Blue) = 158+3+141=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E038D is #61FC72. Grayscale: #404040. Windows color (decimal): -6421619 or 9241502. OLE color: 9241502.

HSL color Cylindrical-coordinate representation of color #9E038D: hue angle of 306.58º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E038D is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 3 141 -
CMYK 0 0.98 0.11 0.38
HSL 306.58º 0.96% 0.32% -
HSV(B) 306.58º 0.98% 0.62% -
XYZ 18.94 9.26 25.99 -
YUV 65.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 158 3 141 0 0.98 0.11 0.38 306.58 0.96 0.32
Hex 9E 3 8D 0 62 B 26 133 60 20
Octal 236 3 215 0 142 13 46 463 140 40
Binary 10011110 11 10001101 0 1100010 1011 100110 100110011 1100000 100000

Color Harmonies of #9E038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E038D

Black with #9E038D

Text Example


Text Example

White with #9E038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E038D; }

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

 H1.HeaderClassName
 {
   color: #9E038D;
 }
 .AnyTagClassName
 {
   color: #9E038D;
 }
</style>

background-color css

<style>
 a { background-color: #9E038D; }

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

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

border-color css

<style>
 span { border-color: #9E038D; }

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

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