#9315AD

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

Shades of Dark Magenta #9315AD

Tints of Dark Magenta #9315AD

Color information

#9315AD (or 0x9315AD) is unknown color: approx Dark Magenta. HEX triplet: 93, 15 and AD. RGB value is (147,21,173). Sum of RGB (Red+Green+Blue) = 147+21+173=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #9315AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9315AD is #6CEA52. Grayscale: #4B4B4B. Windows color (decimal): -7137875 or 11343251. OLE color: 11343251.

HSL color Cylindrical-coordinate representation of color #9315AD: hue angle of 289.74º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9315AD is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14721173-
CMYK0.150.8800.32
HSL289.74º78.35%38.04%-
HSV(B)289.74º87.86%67.84%-
XYZ19.849.7640.37-
YUV76182.74178.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 21 (8.59% from 255) = 6.16%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=43.11%
G=6.16%
B=50.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147211730.150.8800.32289.7478.3538.04
Hex9315ADF580201224e26
Octal223252551713004044211646
Binary1001001110101101011011111101100001000001001000101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9315AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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