#9A03AE

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

Shades of Dark Magenta #9A03AE

Tints of Dark Magenta #9A03AE

Color information

#9A03AE (or 0x9A03AE) is unknown color: approx Dark Magenta. HEX triplet: 9A, 03 and AE. RGB value is (154,3,174). Sum of RGB (Red+Green+Blue) = 154+3+174=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 3 (1.56% from 255 or 0.91% 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 #9A03AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A03AE is #65FC51. Grayscale: #434343. Windows color (decimal): -6683730 or 11404186. OLE color: 11404186.

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

Color convert

RGB1543174-
CMYK0.110.9800.32
HSL292.98º96.61%34.71%-
HSV(B)292.98º98.28%68.24%-
XYZ219.9940.87-
YUV67.64188.03189.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=46.53%
G=0.91%
B=52.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15431740.110.9800.32292.9896.6134.71
Hex9A3AEB620201256123
Octal23232561314204044514143
Binary1001101011101011101011110001001000001001001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A03AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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