#9A0491

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

Shades of Dark Magenta #9A0491

Tints of Dark Magenta #9A0491

Color information

#9A0491 (or 0x9A0491) is unknown color: approx Dark Magenta. HEX triplet: 9A, 04 and 91. RGB value is (154,4,145). Sum of RGB (Red+Green+Blue) = 154+4+145=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0491 is #65FB6E. Grayscale: #404040. Windows color (decimal): -6683503 or 9503898. OLE color: 9503898.

HSL color Cylindrical-coordinate representation of color #9A0491: hue angle of 303.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0491 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB1544145-
CMYK00.970.060.40
HSL303.6º94.94%30.98%-
HSV(B)303.6º97.4%60.39%-
XYZ18.48927.55-
YUV64.92173.2191.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.83%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=50.83%
G=1.32%
B=47.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154414500.970.060.40303.694.9430.98
Hex9A4910616281305f1f
Octal2324221014165046013737
Binary100110101001001000101100001110101000100110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,4,145); }

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

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

 a { background-color: rgb(154,4,145); }

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

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

 span { border-color: rgb(154,4,145); }

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