#911D92

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

Shades of Dark Magenta #911D92

Tints of Dark Magenta #911D92

Color information

#911D92 (or 0x911D92) is unknown color: approx Dark Magenta. HEX triplet: 91, 1D and 92. RGB value is (145,29,146). Sum of RGB (Red+Green+Blue) = 145+29+146=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #911D92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D92 is #6EE26D. Grayscale: #4C4C4C. Windows color (decimal): -7266926 or 9575825. OLE color: 9575825.

HSL color Cylindrical-coordinate representation of color #911D92: hue angle of 299.49º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #911D92 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14529146-
CMYK0.010.8000.43
HSL299.49º66.86%34.31%-
HSV(B)299.49º80.14%57.25%-
XYZ17.38.9728.01-
YUV77.02166.93176.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 29 (11.72% from 255) = 9.06%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=45.31%
G=9.06%
B=45.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145291460.010.8000.43299.4966.8634.31
Hex911D9215002B12b4322
Octal22135222112005345310342
Binary1001000111101100100101101000001010111001010111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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