#9E0896

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

Shades of Dark Magenta #9E0896

Tints of Dark Magenta #9E0896

Color information

#9E0896 (or 0x9E0896) is unknown color: approx Dark Magenta. HEX triplet: 9E, 08 and 96. RGB value is (158,8,150). Sum of RGB (Red+Green+Blue) = 158+8+150=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0896 is #61F769. Grayscale: #444444. Windows color (decimal): -6420330 or 9832606. OLE color: 9832606.

HSL color Cylindrical-coordinate representation of color #9E0896: hue angle of 303.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0896 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB1588150-
CMYK00.950.050.38
HSL303.2º90.36%32.55%-
HSV(B)303.2º94.94%61.96%-
XYZ19.699.6429.68-
YUV69.04173.7191.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 2.53%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=50%
G=2.53%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158815000.950.050.38303.290.3632.55
Hex9E89605F52612f5a21
Octal23610226013754645713241
Binary10011110100010010110010111111011001101001011111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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