#9315AB

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

Shades of Dark Magenta #9315AB

Tints of Dark Magenta #9315AB

Color information

#9315AB (or 0x9315AB) is unknown color: approx Dark Magenta. HEX triplet: 93, 15 and AB. RGB value is (147,21,171). Sum of RGB (Red+Green+Blue) = 147+21+171=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #9315AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9315AB is #6CEA54. Grayscale: #4B4B4B. Windows color (decimal): -7137877 or 11212179. OLE color: 11212179.

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

Color convert

RGB14721171-
CMYK0.140.8800.33
HSL290.4º78.12%37.65%-
HSV(B)290.4º87.72%67.06%-
XYZ19.659.6839.36-
YUV75.77181.74178.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=43.36%
G=6.19%
B=50.44%

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
Decimal147211710.140.8800.33290.478.1237.65
Hex9315ABE580211224e26
Octal223252531613004144211646
Binary1001001110101101010111110101100001000011001000101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9315AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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