Html Css Color HEX #9E139C Dark Magenta

📋 copy color: '#9E139C'

red 158 ◦ green 19 ◦ blue 156

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

Shades of Dark Magenta #9E139C

Tints of Dark Magenta #9E139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 47.45%
G = 5.71%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9E139C (or 0x9E139C) is known color: Dark Magenta. HEX triplet: 9E, 13 and 9C. RGB value is (158,19,156). Sum of RGB (Red+Green+Blue) = 158+19+156=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E139C is #61EC63. Grayscale: #4B4B4B. Windows color (decimal): -6417508 or 10228638. OLE color: 10228638.

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

Color convert

RGB 158 19 156 -
CMYK 0 0.88 0.01 0.38
HSL 300.86º 0.79% 0.35% -
HSV(B) 300.86º 0.88% 0.62% -
XYZ 20.33 10.14 32.34 -
YUV 76.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 158 19 156 0 0.88 0.01 0.38 300.86 0.79 0.35
Hex 9E 13 9C 0 58 1 26 12D 4F 23
Octal 236 23 234 0 130 1 46 455 117 43
Binary 10011110 10011 10011100 0 1011000 1 100110 100101101 1001111 100011

Color Harmonies of #9E139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E139C

Black with #9E139C

Text Example


Text Example

White with #9E139C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,19,156); }

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

background-color css

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

 a { background-color: rgb(158,19,156); }

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

border-color css

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

 span { border-color: rgb(158,19,156); }

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