#9607AB

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

Shades of Dark Magenta #9607AB

Tints of Dark Magenta #9607AB

Color information

#9607AB (or 0x9607AB) is unknown color: approx Dark Magenta. HEX triplet: 96, 07 and AB. RGB value is (150,7,171). Sum of RGB (Red+Green+Blue) = 150+7+171=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #9607AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9607AB is #69F854. Grayscale: #434343. Windows color (decimal): -6944853 or 11208598. OLE color: 11208598.

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

Color convert

RGB1507171-
CMYK0.120.9600.33
HSL292.32º92.13%34.9%-
HSV(B)292.32º95.91%67.06%-
XYZ209.5839.32-
YUV68.45185.88186.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=45.73%
G=2.13%
B=52.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15071710.120.9600.33292.3292.1334.9
Hex967ABC600211245c23
Octal22672531414004144413443
Binary10010110111101010111100110000001000011001001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9607AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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