#9609A3

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

Shades of Dark Magenta #9609A3

Tints of Dark Magenta #9609A3

Color information

#9609A3 (or 0x9609A3) is unknown color: approx Dark Magenta. HEX triplet: 96, 09 and A3. RGB value is (150,9,163). Sum of RGB (Red+Green+Blue) = 150+9+163=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #9609A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9609A3 is #69F65C. Grayscale: #444444. Windows color (decimal): -6944349 or 10684822. OLE color: 10684822.

HSL color Cylindrical-coordinate representation of color #9609A3: hue angle of 294.94º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9609A3 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1509163-
CMYK0.080.9400.36
HSL294.94º89.53%33.73%-
HSV(B)294.94º94.48%63.92%-
XYZ19.299.3235.43-
YUV68.72181.21185.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 163 (64.06% from 255) = 50.62%
R=46.58%
G=2.80%
B=50.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15091630.080.9400.36294.9489.5333.73
Hex969A385E0241275a22
Octal226112431013604444713242
Binary100101101001101000111000101111001001001001001111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9609A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9609A3; }

 p { color: rgb(150,9,163); }

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

<style>
 a { background-color: #9609A3; }

 a { background-color: rgb(150,9,163); }

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

<style>
 span { border-color: #9609A3; }

 span { border-color: rgb(150,9,163); }

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