Html Css Color HEX #9E158D Dark Magenta

📋 copy color: '#9E158D'

red 158 ◦ green 21 ◦ blue 141

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

Shades of Dark Magenta #9E158D

Tints of Dark Magenta #9E158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 49.38%
G = 6.56%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E158D (or 0x9E158D) is known color: Dark Magenta. HEX triplet: 9E, 15 and 8D. RGB value is (158,21,141). Sum of RGB (Red+Green+Blue) = 158+21+141=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E158D is #61EA72. Grayscale: #4B4B4B. Windows color (decimal): -6417011 or 9246110. OLE color: 9246110.

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

Color convert

RGB 158 21 141 -
CMYK 0 0.87 0.11 0.38
HSL 307.45º 0.77% 0.35% -
HSV(B) 307.45º 0.87% 0.62% -
XYZ 19.18 9.73 26.07 -
YUV 75.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 158 21 141 0 0.87 0.11 0.38 307.45 0.77 0.35
Hex 9E 15 8D 0 57 B 26 133 4D 23
Octal 236 25 215 0 127 13 46 463 115 43
Binary 10011110 10101 10001101 0 1010111 1011 100110 100110011 1001101 100011

Color Harmonies of #9E158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E158D

Black with #9E158D

Text Example


Text Example

White with #9E158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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