#940980

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

Shades of Dark Magenta #940980

Tints of Dark Magenta #940980

Color information

#940980 (or 0x940980) is unknown color: approx Dark Magenta. HEX triplet: 94, 09 and 80. RGB value is (148,9,128). Sum of RGB (Red+Green+Blue) = 148+9+128=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940980 is #6BF67F. Grayscale: #3F3F3F. Windows color (decimal): -7075456 or 8391060. OLE color: 8391060.

HSL color Cylindrical-coordinate representation of color #940980: hue angle of 308.63º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940980 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB1489128-
CMYK00.940.140.42
HSL308.63º88.54%30.78%-
HSV(B)308.63º93.92%58.04%-
XYZ16.218.0521.12-
YUV64.13164.05187.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=51.93%
G=3.16%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148912800.940.140.42308.6388.5430.78
Hex9498005EE2A135591f
Octal224112000136165246513137
Binary10010100100110000000010111101110101010100110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940980; }

 p { color: rgb(148,9,128); }

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

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

 a { background-color: rgb(148,9,128); }

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

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

 span { border-color: rgb(148,9,128); }

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