#9A03AA

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

Shades of Dark Magenta #9A03AA

Tints of Dark Magenta #9A03AA

Color information

#9A03AA (or 0x9A03AA) is unknown color: approx Dark Magenta. HEX triplet: 9A, 03 and AA. RGB value is (154,3,170). Sum of RGB (Red+Green+Blue) = 154+3+170=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A03AA is #65FC55. Grayscale: #424242. Windows color (decimal): -6683734 or 11142042. OLE color: 11142042.

HSL color Cylindrical-coordinate representation of color #9A03AA: hue angle of 294.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A03AA is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1543170-
CMYK0.090.9800.33
HSL294.25º96.53%33.92%-
HSV(B)294.25º98.24%66.67%-
XYZ20.619.8438.84-
YUV67.19186.03189.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.09%
GREEN value IS 3 (1.56% from 255) = 0.92%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=47.09%
G=0.92%
B=51.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15431700.090.9800.33294.2596.5333.92
Hex9A3AA9620211266122
Octal23232521114204144614142
Binary1001101011101010101001110001001000011001001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A03AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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