#9404A4

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

Shades of Dark Magenta #9404A4

Tints of Dark Magenta #9404A4

Color information

#9404A4 (or 0x9404A4) is unknown color: approx Dark Magenta. HEX triplet: 94, 04 and A4. RGB value is (148,4,164). Sum of RGB (Red+Green+Blue) = 148+4+164=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #9404A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9404A4 is #6BFB5B. Grayscale: #404040. Windows color (decimal): -7076700 or 10749076. OLE color: 10749076.

HSL color Cylindrical-coordinate representation of color #9404A4: hue angle of 294º 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 #9404A4 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1484164-
CMYK0.100.9800.36
HSL294º95.24%32.94%-
HSV(B)294º97.56%64.31%-
XYZ18.969.0635.87-
YUV65.3183.71186.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 164 (64.45% from 255) = 51.90%
R=46.84%
G=1.27%
B=51.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14841640.100.9800.3629495.2432.94
Hex944A4A620241265f21
Octal22442441214204444613741
Binary10010100100101001001010110001001001001001001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9404A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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