Html Css Color HEX #9E1796 Dark Magenta

📋 copy color: '#9E1796'

red 158 ◦ green 23 ◦ blue 150

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

Shades of Dark Magenta #9E1796

Tints of Dark Magenta #9E1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 47.73%
G = 6.95%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9E1796 (or 0x9E1796) is known color: Dark Magenta. HEX triplet: 9E, 17 and 96. RGB value is (158,23,150). Sum of RGB (Red+Green+Blue) = 158+23+150=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1796 is #61E869. Grayscale: #4D4D4D. Windows color (decimal): -6416490 or 9836446. OLE color: 9836446.

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

Color convert

RGB 158 23 150 -
CMYK 0 0.85 0.05 0.38
HSL 303.56º 0.75% 0.35% -
HSV(B) 303.56º 0.85% 0.62% -
XYZ 19.91 10.08 29.75 -
YUV 77.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 158 23 150 0 0.85 0.05 0.38 303.56 0.75 0.35
Hex 9E 17 96 0 55 5 26 130 4B 23
Octal 236 27 226 0 125 5 46 460 113 43
Binary 10011110 10111 10010110 0 1010101 101 100110 100110000 1001011 100011

Color Harmonies of #9E1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1796

Black with #9E1796

Text Example


Text Example

White with #9E1796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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