Html Css Color HEX #9E189B Dark Magenta

📋 copy color: '#9E189B'

red 158 ◦ green 24 ◦ blue 155

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

Shades of Dark Magenta #9E189B

Tints of Dark Magenta #9E189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

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

R = 46.88%
G = 7.12%
B = 45.99%

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

#9E189B (or 0x9E189B) is known color: Dark Magenta. HEX triplet: 9E, 18 and 9B. RGB value is (158,24,155). Sum of RGB (Red+Green+Blue) = 158+24+155=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E189B is #61E764. Grayscale: #4E4E4E. Windows color (decimal): -6416229 or 10164382. OLE color: 10164382.

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

Color convert

RGB 158 24 155 -
CMYK 0 0.85 0.02 0.38
HSL 301.34º 0.74% 0.36% -
HSV(B) 301.34º 0.85% 0.62% -
XYZ 20.34 10.29 31.92 -
YUV 79 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 158 24 155 0 0.85 0.02 0.38 301.34 0.74 0.36
Hex 9E 18 9B 0 55 2 26 12D 4A 24
Octal 236 30 233 0 125 2 46 455 112 44
Binary 10011110 11000 10011011 0 1010101 10 100110 100101101 1001010 100100

Color Harmonies of #9E189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E189B

Black with #9E189B

Text Example


Text Example

White with #9E189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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