#9607AE

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

Shades of Dark Magenta #9607AE

Tints of Dark Magenta #9607AE

Color information

#9607AE (or 0x9607AE) is unknown color: approx Dark Magenta. HEX triplet: 96, 07 and AE. RGB value is (150,7,174). Sum of RGB (Red+Green+Blue) = 150+7+174=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #9607AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9607AE is #69F851. Grayscale: #444444. Windows color (decimal): -6944850 or 11405206. OLE color: 11405206.

HSL color Cylindrical-coordinate representation of color #9607AE: hue angle of 291.38º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607AE is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1507174-
CMYK0.140.9600.32
HSL291.38º92.27%35.49%-
HSV(B)291.38º95.98%68.24%-
XYZ20.299.6940.85-
YUV68.8187.38185.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 7 (3.12% from 255) = 2.11%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=45.32%
G=2.11%
B=52.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15071740.140.9600.32291.3892.2735.49
Hex967AEE600201235c23
Octal22672561614004044313443
Binary10010110111101011101110110000001000001001000111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9607AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9607AE; }

 p { color: rgb(150,7,174); }

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

<style>
 a { background-color: #9607AE; }

 a { background-color: rgb(150,7,174); }

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

<style>
 span { border-color: #9607AE; }

 span { border-color: rgb(150,7,174); }

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