Html Css Color HEX #9E179B Dark Magenta

📋 copy color: '#9E179B'

red 158 ◦ green 23 ◦ blue 155

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

Shades of Dark Magenta #9E179B

Tints of Dark Magenta #9E179B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 47.02%
G = 6.85%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E179B (or 0x9E179B) is known color: Dark Magenta. HEX triplet: 9E, 17 and 9B. RGB value is (158,23,155). Sum of RGB (Red+Green+Blue) = 158+23+155=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E179B is #61E864. Grayscale: #4E4E4E. Windows color (decimal): -6416485 or 10164126. OLE color: 10164126.

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

Color convert

RGB 158 23 155 -
CMYK 0 0.85 0.02 0.38
HSL 301.33º 0.75% 0.35% -
HSV(B) 301.33º 0.85% 0.62% -
XYZ 20.32 10.25 31.92 -
YUV 78.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 158 23 155 0 0.85 0.02 0.38 301.33 0.75 0.35
Hex 9E 17 9B 0 55 2 26 12D 4B 23
Octal 236 27 233 0 125 2 46 455 113 43
Binary 10011110 10111 10011011 0 1010101 10 100110 100101101 1001011 100011

Color Harmonies of #9E179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E179B

Black with #9E179B

Text Example


Text Example

White with #9E179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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