Html Css Color HEX #9E158B Dark Magenta

📋 copy color: '#9E158B'

red 158 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #9E158B

Tints of Dark Magenta #9E158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 49.69%
G = 6.6%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E158B (or 0x9E158B) is known color: Dark Magenta. HEX triplet: 9E, 15 and 8B. RGB value is (158,21,139). Sum of RGB (Red+Green+Blue) = 158+21+139=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E158B is #61EA74. Grayscale: #4B4B4B. Windows color (decimal): -6417013 or 9115038. OLE color: 9115038.

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

Color convert

RGB 158 21 139 -
CMYK 0 0.87 0.12 0.38
HSL 308.32º 0.77% 0.35% -
HSV(B) 308.32º 0.87% 0.62% -
XYZ 19.03 9.67 25.29 -
YUV 75.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 158 21 139 0 0.87 0.12 0.38 308.32 0.77 0.35
Hex 9E 15 8B 0 57 C 26 134 4D 23
Octal 236 25 213 0 127 14 46 464 115 43
Binary 10011110 10101 10001011 0 1010111 1100 100110 100110100 1001101 100011

Color Harmonies of #9E158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E158B

Black with #9E158B

Text Example


Text Example

White with #9E158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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