#9A09AE

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

Shades of Dark Magenta #9A09AE

Tints of Dark Magenta #9A09AE

Color information

#9A09AE (or 0x9A09AE) is unknown color: approx Dark Magenta. HEX triplet: 9A, 09 and AE. RGB value is (154,9,174). Sum of RGB (Red+Green+Blue) = 154+9+174=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A09AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A09AE is #65F651. Grayscale: #464646. Windows color (decimal): -6682194 or 11405722. OLE color: 11405722.

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

Color convert

RGB1549174-
CMYK0.110.9500.32
HSL292.73º90.16%35.88%-
HSV(B)292.73º94.83%68.24%-
XYZ21.0610.1240.89-
YUV71.17186.04187.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 9 (3.91% from 255) = 2.67%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=45.70%
G=2.67%
B=51.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15491740.110.9500.32292.7390.1635.88
Hex9A9AEB5F0201255a24
Octal232112561313704044513244
Binary100110101001101011101011101111101000001001001011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A09AE; }

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

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

<style>
 a { background-color: #9A09AE; }

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

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

<style>
 span { border-color: #9A09AE; }

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

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