#960394

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

Shades of Dark Magenta #960394

Tints of Dark Magenta #960394

Color information

#960394 (or 0x960394) is unknown color: approx Dark Magenta. HEX triplet: 96, 03 and 94. RGB value is (150,3,148). Sum of RGB (Red+Green+Blue) = 150+3+148=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #960394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960394 is #69FC6B. Grayscale: #3F3F3F. Windows color (decimal): -6945900 or 9700246. OLE color: 9700246.

HSL color Cylindrical-coordinate representation of color #960394: hue angle of 300.82º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960394 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB1503148-
CMYK00.980.010.41
HSL300.82º96.08%30%-
HSV(B)300.82º98%58.82%-
XYZ17.968.6928.75-
YUV63.48175.7189.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=49.83%
G=1.00%
B=49.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150314800.980.010.41300.8296.0830
Hex9639406212912d601e
Octal2263224014215145514036
Binary100101101110010100011000101101001100101101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960394; }

 p { color: rgb(150,3,148); }

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

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

 a { background-color: rgb(150,3,148); }

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

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

 span { border-color: rgb(150,3,148); }

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