#9A0AA9

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

Shades of Dark Magenta #9A0AA9

Tints of Dark Magenta #9A0AA9

Color information

#9A0AA9 (or 0x9A0AA9) is unknown color: approx Dark Magenta. HEX triplet: 9A, 0A and A9. RGB value is (154,10,169). Sum of RGB (Red+Green+Blue) = 154+10+169=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A0AA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0AA9 is #65F556. Grayscale: #464646. Windows color (decimal): -6681943 or 11078298. OLE color: 11078298.

HSL color Cylindrical-coordinate representation of color #9A0AA9: hue angle of 294.34º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0AA9 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15410169-
CMYK0.090.9400.34
HSL294.34º88.83%35.1%-
HSV(B)294.34º94.08%66.27%-
XYZ20.69.9538.37-
YUV71.18183.21187.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.25%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 169 (66.41% from 255) = 50.75%
R=46.25%
G=3.00%
B=50.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154101690.090.9400.34294.3488.8335.1
Hex9AAA995E0221265923
Octal232122511113604244613143
Binary100110101010101010011001101111001000101001001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,10,169); }

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

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

 a { background-color: rgb(154,10,169); }

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

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

 span { border-color: rgb(154,10,169); }

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