#9404A2

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

Shades of Dark Magenta #9404A2

Tints of Dark Magenta #9404A2

Color information

#9404A2 (or 0x9404A2) is unknown color: approx Dark Magenta. HEX triplet: 94, 04 and A2. RGB value is (148,4,162). Sum of RGB (Red+Green+Blue) = 148+4+162=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #9404A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9404A2 is #6BFB5D. Grayscale: #404040. Windows color (decimal): -7076702 or 10618004. OLE color: 10618004.

HSL color Cylindrical-coordinate representation of color #9404A2: hue angle of 294.68º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9404A2 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1484162-
CMYK0.090.9800.36
HSL294.68º95.18%32.55%-
HSV(B)294.68º97.53%63.53%-
XYZ18.788.9934.93-
YUV65.07182.71187.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 162 (63.67% from 255) = 51.59%
R=47.13%
G=1.27%
B=51.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14841620.090.9800.36294.6895.1832.55
Hex944A29620241275f21
Octal22442421114204444713741
Binary10010100100101000101001110001001001001001001111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9404A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9404A2; }

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

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

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

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

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

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

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

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