#940480

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

Shades of Dark Magenta #940480

Tints of Dark Magenta #940480

Color information

#940480 (or 0x940480) is unknown color: approx Dark Magenta. HEX triplet: 94, 04 and 80. RGB value is (148,4,128). Sum of RGB (Red+Green+Blue) = 148+4+128=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #940480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940480 is #6BFB7F. Grayscale: #3C3C3C. Windows color (decimal): -7076736 or 8389780. OLE color: 8389780.

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

Color convert

RGB1484128-
CMYK00.970.140.42
HSL308.33º94.74%29.8%-
HSV(B)308.33º97.3%58.04%-
XYZ16.157.9421.1-
YUV61.19165.71189.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.86%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=52.86%
G=1.43%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148412800.970.140.42308.3394.7429.8
Hex94480061E2A1345f1e
Octal22442000141165246413736
Binary1001010010010000000011000011110101010100110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940480; }

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

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

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

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

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

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

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

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