#9417A4

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

Shades of Dark Magenta #9417A4

Tints of Dark Magenta #9417A4

Color information

#9417A4 (or 0x9417A4) is unknown color: approx Dark Magenta. HEX triplet: 94, 17 and A4. RGB value is (148,23,164). Sum of RGB (Red+Green+Blue) = 148+23+164=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #9417A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9417A4 is #6BE85B. Grayscale: #4C4C4C. Windows color (decimal): -7071836 or 10753940. OLE color: 10753940.

HSL color Cylindrical-coordinate representation of color #9417A4: hue angle of 293.19º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9417A4 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14823164-
CMYK0.100.8600.36
HSL293.19º75.4%36.67%-
HSV(B)293.19º85.98%64.31%-
XYZ19.229.5935.96-
YUV76.45177.41179.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 23 (9.38% from 255) = 6.87%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=44.18%
G=6.87%
B=48.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148231640.100.8600.36293.1975.436.67
Hex9417A4A560241254b25
Octal224272441212604444511345
Binary1001010010111101001001010101011001001001001001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9417A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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