#9606A0

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

Shades of Dark Magenta #9606A0

Tints of Dark Magenta #9606A0

Color information

#9606A0 (or 0x9606A0) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and A0. RGB value is (150,6,160). Sum of RGB (Red+Green+Blue) = 150+6+160=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #9606A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9606A0 is #69F95F. Grayscale: #424242. Windows color (decimal): -6945120 or 10487446. OLE color: 10487446.

HSL color Cylindrical-coordinate representation of color #9606A0: hue angle of 296.1º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9606A0 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1506160-
CMYK0.060.9600.37
HSL296.1º92.77%32.55%-
HSV(B)296.1º96.25%62.75%-
XYZ18.999.1534.02-
YUV66.61180.71187.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 160 (62.89% from 255) = 50.63%
R=47.47%
G=1.90%
B=50.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15061600.060.9600.37296.192.7732.55
Hex966A06600251285d21
Octal2266240614004545013541
Binary1001011011010100000110110000001001011001010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9606A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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