#9113AD

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

Shades of Dark Magenta #9113AD

Tints of Dark Magenta #9113AD

Color information

#9113AD (or 0x9113AD) is unknown color: approx Dark Magenta. HEX triplet: 91, 13 and AD. RGB value is (145,19,173). Sum of RGB (Red+Green+Blue) = 145+19+173=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #9113AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9113AD is #6EEC52. Grayscale: #494949. Windows color (decimal): -7269459 or 11342737. OLE color: 11342737.

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

Color convert

RGB14519173-
CMYK0.160.8900.32
HSL289.09º80.21%37.65%-
HSV(B)289.09º89.02%67.84%-
XYZ19.459.540.34-
YUV74.23183.74178.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 19 (7.81% from 255) = 5.64%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=43.03%
G=5.64%
B=51.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145191730.160.8900.32289.0980.2137.65
Hex9113AD10590201215026
Octal221232552013104044112046
Binary10010001100111010110110000101100101000001001000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9113AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,19,173); }

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

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

 a { background-color: rgb(145,19,173); }

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

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

 span { border-color: rgb(145,19,173); }

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