Html Css Color HEX #9E1490 Dark Magenta

📋 copy color: '#9E1490'

red 158 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #9E1490

Tints of Dark Magenta #9E1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 49.07%
G = 6.21%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E1490 (or 0x9E1490) is known color: Dark Magenta. HEX triplet: 9E, 14 and 90. RGB value is (158,20,144). Sum of RGB (Red+Green+Blue) = 158+20+144=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1490 is #61EB6F. Grayscale: #4B4B4B. Windows color (decimal): -6417264 or 9442462. OLE color: 9442462.

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

Color convert

RGB 158 20 144 -
CMYK 0 0.87 0.09 0.38
HSL 306.09º 0.78% 0.35% -
HSV(B) 306.09º 0.87% 0.62% -
XYZ 19.38 9.78 27.25 -
YUV 75.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 158 20 144 0 0.87 0.09 0.38 306.09 0.78 0.35
Hex 9E 14 90 0 57 9 26 132 4E 23
Octal 236 24 220 0 127 11 46 462 116 43
Binary 10011110 10100 10010000 0 1010111 1001 100110 100110010 1001110 100011

Color Harmonies of #9E1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1490

Black with #9E1490

Text Example


Text Example

White with #9E1490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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