Html Css Color HEX #9E0391 Dark Magenta

📋 copy color: '#9E0391'

red 158 ◦ green 3 ◦ blue 145

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

Shades of Dark Magenta #9E0391

Tints of Dark Magenta #9E0391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.39%

R = 51.63%
G = 0.98%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E0391 (or 0x9E0391) is known color: Dark Magenta. HEX triplet: 9E, 03 and 91. RGB value is (158,3,145). Sum of RGB (Red+Green+Blue) = 158+3+145=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0391 is #61FC6E. Grayscale: #414141. Windows color (decimal): -6421615 or 9503646. OLE color: 9503646.

HSL color Cylindrical-coordinate representation of color #9E0391: hue angle of 305.03º 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 #9E0391 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 3 145 -
CMYK 0 0.98 0.08 0.38
HSL 305.03º 0.96% 0.32% -
HSV(B) 305.03º 0.98% 0.62% -
XYZ 19.24 9.38 27.58 -
YUV 65.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 158 3 145 0 0.98 0.08 0.38 305.03 0.96 0.32
Hex 9E 3 91 0 62 8 26 131 60 20
Octal 236 3 221 0 142 10 46 461 140 40
Binary 10011110 11 10010001 0 1100010 1000 100110 100110001 1100000 100000

Color Harmonies of #9E0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0391

Black with #9E0391

Text Example


Text Example

White with #9E0391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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