#9504AE

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

Shades of Dark Magenta #9504AE

Tints of Dark Magenta #9504AE

Color information

#9504AE (or 0x9504AE) is unknown color: approx Dark Magenta. HEX triplet: 95, 04 and AE. RGB value is (149,4,174). Sum of RGB (Red+Green+Blue) = 149+4+174=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 4 (1.95% from 255 or 1.22% 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 #9504AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9504AE is #6AFB51. Grayscale: #424242. Windows color (decimal): -7011154 or 11404437. OLE color: 11404437.

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

Color convert

RGB1494174-
CMYK0.140.9800.32
HSL291.18º95.51%34.9%-
HSV(B)291.18º97.7%68.24%-
XYZ20.089.5340.83-
YUV66.74188.54186.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=45.57%
G=1.22%
B=53.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14941740.140.9800.32291.1895.5134.9
Hex954AEE620201236023
Octal22542561614204044314043
Binary10010101100101011101110110001001000001001000111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9504AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,4,174); }

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

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

 a { background-color: rgb(149,4,174); }

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

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

 span { border-color: rgb(149,4,174); }

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