#96079D

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

Shades of Dark Magenta #96079D

Tints of Dark Magenta #96079D

Color information

#96079D (or 0x96079D) is unknown color: approx Dark Magenta. HEX triplet: 96, 07 and 9D. RGB value is (150,7,157). Sum of RGB (Red+Green+Blue) = 150+7+157=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #96079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96079D is #69F862. Grayscale: #424242. Windows color (decimal): -6944867 or 10291094. OLE color: 10291094.

HSL color Cylindrical-coordinate representation of color #96079D: hue angle of 297.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96079D is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1507157-
CMYK0.040.9600.38
HSL297.2º91.46%32.16%-
HSV(B)297.2º95.54%61.57%-
XYZ18.749.0732.66-
YUV66.86178.88187.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 7 (3.12% from 255) = 2.23%
BLUE value IS 157 (61.72% from 255) = 50%
R=47.77%
G=2.23%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15071570.040.9600.38297.291.4632.16
Hex9679D4600261295b20
Octal2267235414004645113340
Binary1001011011110011101100110000001001101001010011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96079D; }

 p { color: rgb(150,7,157); }

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

<style>
 a { background-color: #96079D; }

 a { background-color: rgb(150,7,157); }

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

<style>
 span { border-color: #96079D; }

 span { border-color: rgb(150,7,157); }

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