#9011ab

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

Shades of Dark Magenta #9011AB

Tints of Dark Magenta #9011AB

Color information

#9011AB (or 0x9011AB) is unknown color: approx Dark Magenta. HEX triplet: 90, 11 and AB. RGB value is (144,17,171). Sum of RGB (Red+Green+Blue) = 144+17+171=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #9011AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011AB is #6FEE54. Grayscale: #484848. Windows color (decimal): -7335509 or 11211152. OLE color: 11211152.

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

Color convert

RGB14417171-
CMYK0.160.9000.33
HSL289.48º81.91%36.86%-
HSV(B)289.48º90.06%67.06%-
XYZ19.059.2739.31-
YUV72.53183.58178.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 17 (7.03% from 255) = 5.12%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=43.37%
G=5.12%
B=51.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144171710.160.9000.33289.4881.9136.86
Hex9011AB105A0211215225
Octal220212532013204144112245
Binary10010000100011010101110000101101001000011001000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9011ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9011ab; }

 p { color: rgb(144,17,171); }

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

<style>
 a { background-color: #9011ab; }

 a { background-color: rgb(144,17,171); }

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

<style>
 span { border-color: #9011ab; }

 span { border-color: rgb(144,17,171); }

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