#7911A9

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

Shades of Dark Magenta #7911A9

Tints of Dark Magenta #7911A9

Color information

#7911A9 (or 0x7911A9) is unknown color: approx Dark Magenta. HEX triplet: 79, 11 and A9. RGB value is (121,17,169). Sum of RGB (Red+Green+Blue) = 121+17+169=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 169 (66.41% from 255 or 55.05% from 307); Max value from RGB is 169 - color contains mainly: blue. Hex color #7911A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7911A9 is #86EE56. Grayscale: #404040. Windows color (decimal): -8842839 or 11080057. OLE color: 11080057.

HSL color Cylindrical-coordinate representation of color #7911A9: hue angle of 281.05º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7911A9 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12117169-
CMYK0.280.9000.34
HSL281.05º81.72%36.47%-
HSV(B)281.05º89.94%66.27%-
XYZ15.257.3338.15-
YUV65.42186.46167.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 169 (66.41% from 255) = 55.05%
R=39.41%
G=5.54%
B=55.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121171690.280.9000.34281.0581.7236.47
Hex7911A91C5A0221195224
Octal171212513413204243112244
Binary1111001100011010100111100101101001000101000110011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7911A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7911A9; }

 p { color: rgb(121,17,169); }

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

<style>
 a { background-color: #7911A9; }

 a { background-color: rgb(121,17,169); }

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

<style>
 span { border-color: #7911A9; }

 span { border-color: rgb(121,17,169); }

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