#9109AB

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

Shades of Dark Magenta #9109AB

Tints of Dark Magenta #9109AB

Color information

#9109AB (or 0x9109AB) is unknown color: approx Dark Magenta. HEX triplet: 91, 09 and AB. RGB value is (145,9,171). Sum of RGB (Red+Green+Blue) = 145+9+171=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #9109AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9109AB is #6EF654. Grayscale: #434343. Windows color (decimal): -7272021 or 11209105. OLE color: 11209105.

HSL color Cylindrical-coordinate representation of color #9109AB: hue angle of 290.37º 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 #9109AB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1459171-
CMYK0.150.9500.33
HSL290.37º90%35.29%-
HSV(B)290.37º94.74%67.06%-
XYZ19.139.1639.29-
YUV68.13186.06182.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 9 (3.91% from 255) = 2.77%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=44.62%
G=2.77%
B=52.62%

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
Decimal14591710.150.9500.33290.379035.29
Hex919ABF5F0211225a23
Octal221112531713704144213243
Binary100100011001101010111111101111101000011001000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9109AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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