#9411AA

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

Shades of Dark Magenta #9411AA

Tints of Dark Magenta #9411AA

Color information

#9411AA (or 0x9411AA) is unknown color: approx Dark Magenta. HEX triplet: 94, 11 and AA. RGB value is (148,17,170). Sum of RGB (Red+Green+Blue) = 148+17+170=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #9411AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9411AA is #6BEE55. Grayscale: #494949. Windows color (decimal): -7073366 or 11145620. OLE color: 11145620.

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

Color convert

RGB14817170-
CMYK0.130.900.33
HSL291.37º81.82%36.67%-
HSV(B)291.37º90%66.67%-
XYZ19.679.638.85-
YUV73.61182.4181.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=44.18%
G=5.07%
B=50.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148171700.130.900.33291.3781.8236.67
Hex9411AAD5A0211235225
Octal224212521513204144312245
Binary1001010010001101010101101101101001000011001000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9411AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,17,170); }

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

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

 a { background-color: rgb(148,17,170); }

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

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

 span { border-color: rgb(148,17,170); }

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