#9317AC

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

Shades of Dark Magenta #9317AC

Tints of Dark Magenta #9317AC

Color information

#9317AC (or 0x9317AC) is unknown color: approx Dark Magenta. HEX triplet: 93, 17 and AC. RGB value is (147,23,172). Sum of RGB (Red+Green+Blue) = 147+23+172=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9317AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9317AC is #6CE853. Grayscale: #4C4C4C. Windows color (decimal): -7137364 or 11278227. OLE color: 11278227.

HSL color Cylindrical-coordinate representation of color #9317AC: hue angle of 289.93º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9317AC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14723172-
CMYK0.150.8700.33
HSL289.93º76.41%38.24%-
HSV(B)289.93º86.63%67.45%-
XYZ19.799.7939.88-
YUV77.06181.58177.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 23 (9.38% from 255) = 6.73%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=42.98%
G=6.73%
B=50.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147231720.150.8700.33289.9376.4138.24
Hex9317ACF570211224c26
Octal223272541712704144211446
Binary1001001110111101011001111101011101000011001000101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9317AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9317AC; }

 p { color: rgb(147,23,172); }

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

<style>
 a { background-color: #9317AC; }

 a { background-color: rgb(147,23,172); }

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

<style>
 span { border-color: #9317AC; }

 span { border-color: rgb(147,23,172); }

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