#911999

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

Shades of Dark Magenta #911999

Tints of Dark Magenta #911999

Color information

#911999 (or 0x911999) is unknown color: approx Dark Magenta. HEX triplet: 91, 19 and 99. RGB value is (145,25,153). Sum of RGB (Red+Green+Blue) = 145+25+153=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #911999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911999 is #6EE666. Grayscale: #4B4B4B. Windows color (decimal): -7267943 or 10033553. OLE color: 10033553.

HSL color Cylindrical-coordinate representation of color #911999: hue angle of 296.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911999 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14525153-
CMYK0.050.8400.4
HSL296.25º71.91%34.9%-
HSV(B)296.25º83.66%60%-
XYZ17.779.0130.94-
YUV75.47171.76177.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 25 (10.16% from 255) = 7.74%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=44.89%
G=7.74%
B=47.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145251530.050.8400.4296.2571.9134.9
Hex9119995540281284823
Octal22131231512405045011043
Binary100100011100110011001101101010001010001001010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911999; }

 p { color: rgb(145,25,153); }

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

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

 a { background-color: rgb(145,25,153); }

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

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

 span { border-color: rgb(145,25,153); }

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