#9315AA

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

Shades of Dark Magenta #9315AA

Tints of Dark Magenta #9315AA

Color information

#9315AA (or 0x9315AA) is unknown color: approx Dark Magenta. HEX triplet: 93, 15 and AA. RGB value is (147,21,170). Sum of RGB (Red+Green+Blue) = 147+21+170=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #9315AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9315AA is #6CEA55. Grayscale: #4B4B4B. Windows color (decimal): -7137878 or 11146643. OLE color: 11146643.

HSL color Cylindrical-coordinate representation of color #9315AA: hue angle of 290.74º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9315AA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14721170-
CMYK0.140.8800.33
HSL290.74º78.01%37.45%-
HSV(B)290.74º87.65%66.67%-
XYZ19.569.6438.86-
YUV75.66181.24178.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 21 (8.59% from 255) = 6.21%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=43.49%
G=6.21%
B=50.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147211700.140.8800.33290.7478.0137.45
Hex9315AAE580211234e25
Octal223252521613004144311645
Binary1001001110101101010101110101100001000011001000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9315AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9315AA; }

 p { color: rgb(147,21,170); }

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

<style>
 a { background-color: #9315AA; }

 a { background-color: rgb(147,21,170); }

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

<style>
 span { border-color: #9315AA; }

 span { border-color: rgb(147,21,170); }

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