#9509AE

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

Shades of Dark Magenta #9509AE

Tints of Dark Magenta #9509AE

Color information

#9509AE (or 0x9509AE) is unknown color: approx Dark Magenta. HEX triplet: 95, 09 and AE. RGB value is (149,9,174). Sum of RGB (Red+Green+Blue) = 149+9+174=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #9509AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9509AE is #6AF651. Grayscale: #454545. Windows color (decimal): -7009874 or 11405717. OLE color: 11405717.

HSL color Cylindrical-coordinate representation of color #9509AE: hue angle of 290.91º 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 #9509AE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1499174-
CMYK0.140.9500.32
HSL290.91º90.16%35.88%-
HSV(B)290.91º94.83%68.24%-
XYZ20.139.6440.84-
YUV69.67186.88184.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 9 (3.91% from 255) = 2.71%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=44.88%
G=2.71%
B=52.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14991740.140.9500.32290.9190.1635.88
Hex959AEE5F0201235a24
Octal225112561613704044313244
Binary100101011001101011101110101111101000001001000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9509AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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