#9404A9

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

Shades of Dark Magenta #9404A9

Tints of Dark Magenta #9404A9

Color information

#9404A9 (or 0x9404A9) is unknown color: approx Dark Magenta. HEX triplet: 94, 04 and A9. RGB value is (148,4,169). Sum of RGB (Red+Green+Blue) = 148+4+169=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #9404A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9404A9 is #6BFB56. Grayscale: #414141. Windows color (decimal): -7076695 or 11076756. OLE color: 11076756.

HSL color Cylindrical-coordinate representation of color #9404A9: hue angle of 292.36º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9404A9 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1484169-
CMYK0.120.9800.34
HSL292.36º95.38%33.92%-
HSV(B)292.36º97.63%66.27%-
XYZ19.429.2538.3-
YUV65.87186.21186.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 169 (66.41% from 255) = 52.65%
R=46.11%
G=1.25%
B=52.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14841690.120.9800.34292.3695.3833.92
Hex944A9C620221245f22
Octal22442511414204244413742
Binary10010100100101010011100110001001000101001001001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9404A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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