Html Css Color HEX #9E1790 Dark Magenta

📋 copy color: '#9E1790'

red 158 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #9E1790

Tints of Dark Magenta #9E1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

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

R = 48.62%
G = 7.08%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E1790 (or 0x9E1790) is known color: Dark Magenta. HEX triplet: 9E, 17 and 90. RGB value is (158,23,144). Sum of RGB (Red+Green+Blue) = 158+23+144=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1790 is #61E86F. Grayscale: #4C4C4C. Windows color (decimal): -6416496 or 9443230. OLE color: 9443230.

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

Color convert

RGB 158 23 144 -
CMYK 0 0.85 0.09 0.38
HSL 306.22º 0.75% 0.35% -
HSV(B) 306.22º 0.85% 0.62% -
XYZ 19.44 9.9 27.27 -
YUV 77.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 158 23 144 0 0.85 0.09 0.38 306.22 0.75 0.35
Hex 9E 17 90 0 55 9 26 132 4B 23
Octal 236 27 220 0 125 11 46 462 113 43
Binary 10011110 10111 10010000 0 1010101 1001 100110 100110010 1001011 100011

Color Harmonies of #9E1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1790

Black with #9E1790

Text Example


Text Example

White with #9E1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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