#7909AC

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

Shades of Dark Magenta #7909AC

Tints of Dark Magenta #7909AC

Color information

#7909AC (or 0x7909AC) is unknown color: approx Dark Magenta. HEX triplet: 79, 09 and AC. RGB value is (121,9,172). Sum of RGB (Red+Green+Blue) = 121+9+172=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #7909AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7909AC is #86F653. Grayscale: #3C3C3C. Windows color (decimal): -8844884 or 11274617. OLE color: 11274617.

HSL color Cylindrical-coordinate representation of color #7909AC: hue angle of 281.23º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7909AC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1219172-
CMYK0.300.9500.33
HSL281.23º90.06%35.49%-
HSV(B)281.23º94.77%67.45%-
XYZ15.437.2439.61-
YUV61.07190.61170.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.07%
GREEN value IS 9 (3.91% from 255) = 2.98%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=40.07%
G=2.98%
B=56.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12191720.300.9500.33281.2390.0635.49
Hex799AC1E5F0211195a23
Octal171112543613704143113243
Binary111100110011010110011110101111101000011000110011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7909AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7909AC; }

 p { color: rgb(121,9,172); }

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

<style>
 a { background-color: #7909AC; }

 a { background-color: rgb(121,9,172); }

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

<style>
 span { border-color: #7909AC; }

 span { border-color: rgb(121,9,172); }

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