#9307A5

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

Shades of Dark Magenta #9307A5

Tints of Dark Magenta #9307A5

Color information

#9307A5 (or 0x9307A5) is unknown color: approx Dark Magenta. HEX triplet: 93, 07 and A5. RGB value is (147,7,165). Sum of RGB (Red+Green+Blue) = 147+7+165=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #9307A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9307A5 is #6CF85A. Grayscale: #424242. Windows color (decimal): -7141467 or 10815379. OLE color: 10815379.

HSL color Cylindrical-coordinate representation of color #9307A5: hue angle of 293.16º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9307A5 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1477165-
CMYK0.110.9600.35
HSL293.16º91.86%33.73%-
HSV(B)293.16º95.76%64.71%-
XYZ18.99.0736.35-
YUV66.87183.38185.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.08%
GREEN value IS 7 (3.12% from 255) = 2.19%
BLUE value IS 165 (64.84% from 255) = 51.72%
R=46.08%
G=2.19%
B=51.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14771650.110.9600.35293.1691.8633.73
Hex937A5B600231255c22
Octal22372451314004344513442
Binary10010011111101001011011110000001000111001001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9307A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9307A5; }

 p { color: rgb(147,7,165); }

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

<style>
 a { background-color: #9307A5; }

 a { background-color: rgb(147,7,165); }

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

<style>
 span { border-color: #9307A5; }

 span { border-color: rgb(147,7,165); }

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