#9A0794

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

Shades of Dark Magenta #9A0794

Tints of Dark Magenta #9A0794

Color information

#9A0794 (or 0x9A0794) is unknown color: approx Dark Magenta. HEX triplet: 9A, 07 and 94. RGB value is (154,7,148). Sum of RGB (Red+Green+Blue) = 154+7+148=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0794 is #65F86B. Grayscale: #424242. Windows color (decimal): -6682732 or 9701274. OLE color: 9701274.

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

Color convert

RGB1547148-
CMYK00.950.040.40
HSL302.45º91.3%31.57%-
HSV(B)302.45º95.45%60.39%-
XYZ18.759.1628.8-
YUV67.03173.7190.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=49.84%
G=2.27%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154714800.950.040.40302.4591.331.57
Hex9A79405F42812e5b20
Octal2327224013745045613340
Binary1001101011110010100010111111001010001001011101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,7,148); }

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

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

 a { background-color: rgb(154,7,148); }

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

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

 span { border-color: rgb(154,7,148); }

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