#9604AD

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

Shades of Dark Magenta #9604AD

Tints of Dark Magenta #9604AD

Color information

#9604AD (or 0x9604AD) is unknown color: approx Dark Magenta. HEX triplet: 96, 04 and AD. RGB value is (150,4,173). Sum of RGB (Red+Green+Blue) = 150+4+173=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #9604AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9604AD is #69FB52. Grayscale: #424242. Windows color (decimal): -6945619 or 11338902. OLE color: 11338902.

HSL color Cylindrical-coordinate representation of color #9604AD: hue angle of 291.83º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604AD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1504173-
CMYK0.130.9800.32
HSL291.83º95.48%34.71%-
HSV(B)291.83º97.69%67.84%-
XYZ20.169.5940.32-
YUV66.92187.87187.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=45.87%
G=1.22%
B=52.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15041730.130.9800.32291.8395.4834.71
Hex964ADD620201245f23
Octal22642551514204044413743
Binary10010110100101011011101110001001000001001001001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9604AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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