#911899

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

Shades of Dark Magenta #911899

Tints of Dark Magenta #911899

Color information

#911899 (or 0x911899) is unknown color: approx Dark Magenta. HEX triplet: 91, 18 and 99. RGB value is (145,24,153). Sum of RGB (Red+Green+Blue) = 145+24+153=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #911899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911899 is #6EE766. Grayscale: #4A4A4A. Windows color (decimal): -7268199 or 10033297. OLE color: 10033297.

HSL color Cylindrical-coordinate representation of color #911899: hue angle of 296.28º degrees, saturation: 0.73, 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 #911899 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14524153-
CMYK0.050.8400.4
HSL296.28º72.88%34.71%-
HSV(B)296.28º84.31%60%-
XYZ17.758.9730.93-
YUV74.88172.09178.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 24 (9.77% from 255) = 7.45%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=45.03%
G=7.45%
B=47.52%

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
Decimal145241530.050.8400.4296.2872.8834.71
Hex9118995540281284923
Octal22130231512405045011143
Binary100100011100010011001101101010001010001001010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911899; }

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

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

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

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

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

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

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

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