Html Css Color HEX #9E159B Dark Magenta

📋 copy color: '#9E159B'

red 158 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #9E159B

Tints of Dark Magenta #9E159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

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

R = 47.31%
G = 6.29%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E159B (or 0x9E159B) is known color: Dark Magenta. HEX triplet: 9E, 15 and 9B. RGB value is (158,21,155). Sum of RGB (Red+Green+Blue) = 158+21+155=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E159B is #61EA64. Grayscale: #4C4C4C. Windows color (decimal): -6416997 or 10163614. OLE color: 10163614.

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

Color convert

RGB 158 21 155 -
CMYK 0 0.87 0.02 0.38
HSL 301.31º 0.77% 0.35% -
HSV(B) 301.31º 0.87% 0.62% -
XYZ 20.29 10.17 31.9 -
YUV 77.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 158 21 155 0 0.87 0.02 0.38 301.31 0.77 0.35
Hex 9E 15 9B 0 57 2 26 12D 4D 23
Octal 236 25 233 0 127 2 46 455 115 43
Binary 10011110 10101 10011011 0 1010111 10 100110 100101101 1001101 100011

Color Harmonies of #9E159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E159B

Black with #9E159B

Text Example


Text Example

White with #9E159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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