#9409AE

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

Shades of Dark Magenta #9409AE

Tints of Dark Magenta #9409AE

Color information

#9409AE (or 0x9409AE) is unknown color: approx Dark Magenta. HEX triplet: 94, 09 and AE. RGB value is (148,9,174). Sum of RGB (Red+Green+Blue) = 148+9+174=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #9409AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9409AE is #6BF651. Grayscale: #444444. Windows color (decimal): -7075410 or 11405716. OLE color: 11405716.

HSL color Cylindrical-coordinate representation of color #9409AE: hue angle of 290.55º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9409AE is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1489174-
CMYK0.150.9500.32
HSL290.55º90.16%35.88%-
HSV(B)290.55º94.83%68.24%-
XYZ19.959.5540.84-
YUV69.37187.05184.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 9 (3.91% from 255) = 2.72%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=44.71%
G=2.72%
B=52.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14891740.150.9500.32290.5590.1635.88
Hex949AEF5F0201235a24
Octal224112561713704044313244
Binary100101001001101011101111101111101000001001000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9409AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9409AE; }

 p { color: rgb(148,9,174); }

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

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

 a { background-color: rgb(148,9,174); }

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

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

 span { border-color: rgb(148,9,174); }

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