#911AA1

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

Shades of Dark Magenta #911AA1

Tints of Dark Magenta #911AA1

Color information

#911AA1 (or 0x911AA1) is unknown color: approx Dark Magenta. HEX triplet: 91, 1A and A1. RGB value is (145,26,161). Sum of RGB (Red+Green+Blue) = 145+26+161=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 161 (63.28% from 255 or 48.49% from 332); Max value from RGB is 161 - color contains mainly: blue. Hex color #911AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911AA1 is #6EE55E. Grayscale: #4C4C4C. Windows color (decimal): -7267679 or 10558097. OLE color: 10558097.

HSL color Cylindrical-coordinate representation of color #911AA1: hue angle of 292.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911AA1 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14526161-
CMYK0.100.8400.37
HSL292.89º72.19%36.67%-
HSV(B)292.89º83.85%63.14%-
XYZ18.489.3334.55-
YUV76.97175.42176.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 161 (63.28% from 255) = 48.49%
R=43.67%
G=7.83%
B=48.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal145261610.100.8400.37292.8972.1936.67
Hex911AA1A540251254825
Octal221322411212404544511045
Binary1001000111010101000011010101010001001011001001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911AA1; }

 p { color: rgb(145,26,161); }

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

<style>
 a { background-color: #911AA1; }

 a { background-color: rgb(145,26,161); }

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

<style>
 span { border-color: #911AA1; }

 span { border-color: rgb(145,26,161); }

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