#9109AA

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

Shades of Dark Magenta #9109AA

Tints of Dark Magenta #9109AA

Color information

#9109AA (or 0x9109AA) is unknown color: approx Dark Magenta. HEX triplet: 91, 09 and AA. RGB value is (145,9,170). Sum of RGB (Red+Green+Blue) = 145+9+170=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #9109AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9109AA is #6EF655. Grayscale: #434343. Windows color (decimal): -7272022 or 11143569. OLE color: 11143569.

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

Color convert

RGB1459170-
CMYK0.150.9500.33
HSL290.68º89.94%35.1%-
HSV(B)290.68º94.71%66.67%-
XYZ19.039.1238.79-
YUV68.02185.56182.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 9 (3.91% from 255) = 2.78%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=44.75%
G=2.78%
B=52.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14591700.150.9500.33290.6889.9435.1
Hex919AAF5F0211235a23
Octal221112521713704144313243
Binary100100011001101010101111101111101000011001000111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9109AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,9,170); }

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

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

 a { background-color: rgb(145,9,170); }

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

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

 span { border-color: rgb(145,9,170); }

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