#9105AA

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

Shades of Dark Magenta #9105AA

Tints of Dark Magenta #9105AA

Color information

#9105AA (or 0x9105AA) is unknown color: approx Dark Magenta. HEX triplet: 91, 05 and AA. RGB value is (145,5,170). Sum of RGB (Red+Green+Blue) = 145+5+170=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #9105AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9105AA is #6EFA55. Grayscale: #414141. Windows color (decimal): -7273046 or 11142545. OLE color: 11142545.

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

Color convert

RGB1455170-
CMYK0.150.9700.33
HSL290.91º94.29%34.31%-
HSV(B)290.91º97.06%66.67%-
XYZ18.999.0338.77-
YUV65.67186.88184.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 5 (2.34% from 255) = 1.56%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=45.31%
G=1.56%
B=53.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14551700.150.9700.33290.9194.2934.31
Hex915AAF610211235e22
Octal22152521714104144313642
Binary10010001101101010101111110000101000011001000111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9105AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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