#940391

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

Shades of Dark Magenta #940391

Tints of Dark Magenta #940391

Color information

#940391 (or 0x940391) is unknown color: approx Dark Magenta. HEX triplet: 94, 03 and 91. RGB value is (148,3,145). Sum of RGB (Red+Green+Blue) = 148+3+145=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #940391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940391 is #6BFC6E. Grayscale: #3E3E3E. Windows color (decimal): -7076975 or 9503636. OLE color: 9503636.

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

Color convert

RGB1483145-
CMYK00.980.020.42
HSL301.24º96.03%29.61%-
HSV(B)301.24º97.97%58.04%-
XYZ17.368.4127.5-
YUV62.54174.54188.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=50%
G=1.01%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148314500.980.020.42301.2496.0329.61
Hex9439106222A12d601e
Octal2243221014225245514036
Binary1001010011100100010110001010101010100101101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940391; }

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

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

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

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

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

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

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

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