Html Css Color HEX #9E1390 Dark Magenta

📋 copy color: '#9E1390'

red 158 ◦ green 19 ◦ blue 144

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

Shades of Dark Magenta #9E1390

Tints of Dark Magenta #9E1390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 49.22%
G = 5.92%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E1390 (or 0x9E1390) is known color: Dark Magenta. HEX triplet: 9E, 13 and 90. RGB value is (158,19,144). Sum of RGB (Red+Green+Blue) = 158+19+144=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1390 is #61EC6F. Grayscale: #4A4A4A. Windows color (decimal): -6417520 or 9442206. OLE color: 9442206.

HSL color Cylindrical-coordinate representation of color #9E1390: hue angle of 306.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1390 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 19 144 -
CMYK 0 0.88 0.09 0.38
HSL 306.04º 0.79% 0.35% -
HSV(B) 306.04º 0.88% 0.62% -
XYZ 19.37 9.75 27.25 -
YUV 74.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 158 19 144 0 0.88 0.09 0.38 306.04 0.79 0.35
Hex 9E 13 90 0 58 9 26 132 4F 23
Octal 236 23 220 0 130 11 46 462 117 43
Binary 10011110 10011 10010000 0 1011000 1001 100110 100110010 1001111 100011

Color Harmonies of #9E1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1390

Black with #9E1390

Text Example


Text Example

White with #9E1390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,19,144); }

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

background-color css

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

 a { background-color: rgb(158,19,144); }

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

border-color css

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

 span { border-color: rgb(158,19,144); }

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