Html Css Color HEX #9E1993 Dark Magenta

📋 copy color: '#9E1993'

red 158 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #9E1993

Tints of Dark Magenta #9E1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

 BLUE value IS 147 (57.81% from 255) = 44.55%

R = 47.88%
G = 7.58%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E1993 (or 0x9E1993) is known color: Dark Magenta. HEX triplet: 9E, 19 and 93. RGB value is (158,25,147). Sum of RGB (Red+Green+Blue) = 158+25+147=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1993 is #61E66C. Grayscale: #4E4E4E. Windows color (decimal): -6415981 or 9640350. OLE color: 9640350.

HSL color Cylindrical-coordinate representation of color #9E1993: hue angle of 304.96º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1993 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 25 147 -
CMYK 0 0.84 0.07 0.38
HSL 304.96º 0.73% 0.36% -
HSV(B) 304.96º 0.84% 0.62% -
XYZ 19.71 10.07 28.51 -
YUV 78.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 158 25 147 0 0.84 0.07 0.38 304.96 0.73 0.36
Hex 9E 19 93 0 54 7 26 131 49 24
Octal 236 31 223 0 124 7 46 461 111 44
Binary 10011110 11001 10010011 0 1010100 111 100110 100110001 1001001 100100

Color Harmonies of #9E1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1993

Black with #9E1993

Text Example


Text Example

White with #9E1993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,25,147); }

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

background-color css

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

 a { background-color: rgb(158,25,147); }

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

border-color css

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

 span { border-color: rgb(158,25,147); }

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