#9707A9

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

Shades of Dark Magenta #9707A9

Tints of Dark Magenta #9707A9

Color information

#9707A9 (or 0x9707A9) is unknown color: approx Dark Magenta. HEX triplet: 97, 07 and A9. RGB value is (151,7,169). Sum of RGB (Red+Green+Blue) = 151+7+169=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #9707A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9707A9 is #68F856. Grayscale: #444444. Windows color (decimal): -6879319 or 11077527. OLE color: 11077527.

HSL color Cylindrical-coordinate representation of color #9707A9: hue angle of 293.33º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9707A9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1517169-
CMYK0.110.9600.34
HSL293.33º92.05%34.51%-
HSV(B)293.33º95.86%66.27%-
XYZ209.638.33-
YUV68.52184.71186.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 7 (3.12% from 255) = 2.14%
BLUE value IS 169 (66.41% from 255) = 51.68%
R=46.18%
G=2.14%
B=51.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15171690.110.9600.34293.3392.0534.51
Hex977A9B600221255c23
Octal22772511314004244513443
Binary10010111111101010011011110000001000101001001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9707A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,7,169); }

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

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

 a { background-color: rgb(151,7,169); }

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

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

 span { border-color: rgb(151,7,169); }

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