#9606A9

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

Shades of Dark Magenta #9606A9

Tints of Dark Magenta #9606A9

Color information

#9606A9 (or 0x9606A9) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and A9. RGB value is (150,6,169). Sum of RGB (Red+Green+Blue) = 150+6+169=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #9606A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9606A9 is #69F956. Grayscale: #434343. Windows color (decimal): -6945111 or 11077270. OLE color: 11077270.

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

Color convert

RGB1506169-
CMYK0.110.9600.34
HSL293.01º93.14%34.31%-
HSV(B)293.01º96.45%66.27%-
XYZ19.89.4838.32-
YUV67.64185.21186.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 169 (66.41% from 255) = 52%
R=46.15%
G=1.85%
B=52%

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
Decimal15061690.110.9600.34293.0193.1434.31
Hex966A9B600221255d22
Octal22662511314004244513542
Binary10010110110101010011011110000001000101001001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9606A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,6,169); }

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

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

 a { background-color: rgb(150,6,169); }

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

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

 span { border-color: rgb(150,6,169); }

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