Html Css Color HEX #9E128D Dark Magenta

📋 copy color: '#9E128D'

red 158 ◦ green 18 ◦ blue 141

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

Shades of Dark Magenta #9E128D

Tints of Dark Magenta #9E128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

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

R = 49.84%
G = 5.68%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E128D (or 0x9E128D) is known color: Dark Magenta. HEX triplet: 9E, 12 and 8D. RGB value is (158,18,141). Sum of RGB (Red+Green+Blue) = 158+18+141=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E128D is #61ED72. Grayscale: #494949. Windows color (decimal): -6417779 or 9245342. OLE color: 9245342.

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

Color convert

RGB 158 18 141 -
CMYK 0 0.89 0.11 0.38
HSL 307.29º 0.8% 0.35% -
HSV(B) 307.29º 0.89% 0.62% -
XYZ 19.12 9.62 26.05 -
YUV 73.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 158 18 141 0 0.89 0.11 0.38 307.29 0.8 0.35
Hex 9E 12 8D 0 59 B 26 133 50 23
Octal 236 22 215 0 131 13 46 463 120 43
Binary 10011110 10010 10001101 0 1011001 1011 100110 100110011 1010000 100011

Color Harmonies of #9E128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E128D

Black with #9E128D

Text Example


Text Example

White with #9E128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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