#911E96

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

Shades of Dark Magenta #911E96

Tints of Dark Magenta #911E96

Color information

#911E96 (or 0x911E96) is unknown color: approx Dark Magenta. HEX triplet: 91, 1E and 96. RGB value is (145,30,150). Sum of RGB (Red+Green+Blue) = 145+30+150=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #911E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911E96 is #6EE169. Grayscale: #4D4D4D. Windows color (decimal): -7266666 or 9838225. OLE color: 9838225.

HSL color Cylindrical-coordinate representation of color #911E96: hue angle of 297.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #911E96 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14530150-
CMYK0.030.8000.41
HSL297.5º66.67%35.29%-
HSV(B)297.5º80%58.82%-
XYZ17.659.1529.69-
YUV78.06168.6175.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=44.62%
G=9.23%
B=46.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145301500.030.8000.41297.566.6735.29
Hex911E9635002912a4323
Octal22136226312005145210343
Binary10010001111101001011011101000001010011001010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,30,150); }

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

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

 a { background-color: rgb(145,30,150); }

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

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

 span { border-color: rgb(145,30,150); }

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