#9405AE

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

Shades of Dark Magenta #9405AE

Tints of Dark Magenta #9405AE

Color information

#9405AE (or 0x9405AE) is unknown color: approx Dark Magenta. HEX triplet: 94, 05 and AE. RGB value is (148,5,174). Sum of RGB (Red+Green+Blue) = 148+5+174=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #9405AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9405AE is #6BFA51. Grayscale: #424242. Windows color (decimal): -7076434 or 11404692. OLE color: 11404692.

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

Color convert

RGB1485174-
CMYK0.150.9700.32
HSL290.77º94.41%35.1%-
HSV(B)290.77º97.13%68.24%-
XYZ19.919.4640.82-
YUV67.02188.38185.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 5 (2.34% from 255) = 1.53%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=45.26%
G=1.53%
B=53.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14851740.150.9700.32290.7794.4135.1
Hex945AEF610201235e23
Octal22452561714104044313643
Binary10010100101101011101111110000101000001001000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9405AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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