#9607AD

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

Shades of Dark Magenta #9607AD

Tints of Dark Magenta #9607AD

Color information

#9607AD (or 0x9607AD) is unknown color: approx Dark Magenta. HEX triplet: 96, 07 and AD. RGB value is (150,7,173). Sum of RGB (Red+Green+Blue) = 150+7+173=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #9607AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9607AD is #69F852. Grayscale: #444444. Windows color (decimal): -6944851 or 11339670. OLE color: 11339670.

HSL color Cylindrical-coordinate representation of color #9607AD: hue angle of 291.69º 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 #9607AD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1507173-
CMYK0.130.9600.32
HSL291.69º92.22%35.29%-
HSV(B)291.69º95.95%67.84%-
XYZ20.29.6540.33-
YUV68.68186.88186-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 7 (3.12% from 255) = 2.12%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=45.45%
G=2.12%
B=52.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15071730.130.9600.32291.6992.2235.29
Hex967ADD600201245c23
Octal22672551514004044413443
Binary10010110111101011011101110000001000001001001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9607AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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