#9311A5

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

Shades of Dark Magenta #9311A5

Tints of Dark Magenta #9311A5

Color information

#9311A5 (or 0x9311A5) is unknown color: approx Dark Magenta. HEX triplet: 93, 11 and A5. RGB value is (147,17,165). Sum of RGB (Red+Green+Blue) = 147+17+165=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #9311A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9311A5 is #6CEE5A. Grayscale: #484848. Windows color (decimal): -7138907 or 10817939. OLE color: 10817939.

HSL color Cylindrical-coordinate representation of color #9311A5: hue angle of 292.7º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9311A5 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14717165-
CMYK0.110.9000.35
HSL292.7º81.32%35.69%-
HSV(B)292.7º89.7%64.71%-
XYZ19.029.3236.39-
YUV72.74180.07180.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=44.68%
G=5.17%
B=50.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147171650.110.9000.35292.781.3235.69
Hex9311A5B5A0231255124
Octal223212451313204344512144
Binary1001001110001101001011011101101001000111001001011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9311A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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