#9E1396

Color #9E1396 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9E1396

Tints of Dark Magenta #9E1396

Color information

#9E1396 (or 0x9E1396) is unknown color: approx Dark Magenta. HEX triplet: 9E, 13 and 96. RGB value is (158,19,150). Sum of RGB (Red+Green+Blue) = 158+19+150=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1396 is #61EC69. Grayscale: #4B4B4B. Windows color (decimal): -6417514 or 9835422. OLE color: 9835422.

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

Color convert

RGB15819150-
CMYK00.880.050.38
HSL303.45º78.53%34.71%-
HSV(B)303.45º87.97%61.96%-
XYZ19.849.9429.73-
YUV75.5170.05186.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=48.32%
G=5.81%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581915000.880.050.38303.4578.5334.71
Hex9E139605852612f4f23
Octal23623226013054645711743
Binary100111101001110010110010110001011001101001011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E1396;
 }
 .AnyTagClassName
 {
   color: #9E1396;
 }
</style>
background-color css

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

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

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

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

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

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