#9E1296

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

Shades of Dark Magenta #9E1296

Tints of Dark Magenta #9E1296

Color information

#9E1296 (or 0x9E1296) is unknown color: approx Dark Magenta. HEX triplet: 9E, 12 and 96. RGB value is (158,18,150). Sum of RGB (Red+Green+Blue) = 158+18+150=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1296 is #61ED69. Grayscale: #4A4A4A. Windows color (decimal): -6417770 or 9835166. OLE color: 9835166.

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

Color convert

RGB15818150-
CMYK00.890.050.38
HSL303.43º79.55%34.51%-
HSV(B)303.43º88.61%61.96%-
XYZ19.829.929.72-
YUV74.91170.38187.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=48.47%
G=5.52%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581815000.890.050.38303.4379.5534.51
Hex9E129605952612f5023
Octal23622226013154645712043
Binary100111101001010010110010110011011001101001011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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