#911A99

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

Shades of Dark Magenta #911A99

Tints of Dark Magenta #911A99

Color information

#911A99 (or 0x911A99) is unknown color: approx Dark Magenta. HEX triplet: 91, 1A and 99. RGB value is (145,26,153). Sum of RGB (Red+Green+Blue) = 145+26+153=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #911A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911A99 is #6EE566. Grayscale: #4B4B4B. Windows color (decimal): -7267687 or 10033809. OLE color: 10033809.

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

Color convert

RGB14526153-
CMYK0.050.8300.4
HSL296.22º70.95%35.1%-
HSV(B)296.22º83.01%60%-
XYZ17.89.0630.95-
YUV76.06171.42177.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 26 (10.55% from 255) = 8.02%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=44.75%
G=8.02%
B=47.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145261530.050.8300.4296.2270.9535.1
Hex911A995530281284723
Octal22132231512305045010743
Binary100100011101010011001101101001101010001001010001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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