#911D96

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

Shades of Dark Magenta #911D96

Tints of Dark Magenta #911D96

Color information

#911D96 (or 0x911D96) is unknown color: approx Dark Magenta. HEX triplet: 91, 1D and 96. RGB value is (145,29,150). Sum of RGB (Red+Green+Blue) = 145+29+150=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #911D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D96 is #6EE269. Grayscale: #4D4D4D. Windows color (decimal): -7266922 or 9837969. OLE color: 9837969.

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

Color convert

RGB14529150-
CMYK0.030.8100.41
HSL297.52º67.6%35.1%-
HSV(B)297.52º80.67%58.82%-
XYZ17.629.129.68-
YUV77.48168.93176.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 29 (11.72% from 255) = 8.95%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=44.75%
G=8.95%
B=46.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145291500.030.8100.41297.5267.635.1
Hex911D9635102912a4423
Octal22135226312105145210443
Binary10010001111011001011011101000101010011001010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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