#991699

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

Shades of Dark Magenta #991699

Tints of Dark Magenta #991699

Color information

#991699 (or 0x991699) is unknown color: approx Dark Magenta. HEX triplet: 99, 16 and 99. RGB value is (153,22,153). Sum of RGB (Red+Green+Blue) = 153+22+153=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #991699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991699 is #66E966. Grayscale: #4B4B4B. Windows color (decimal): -6744423 or 10032793. OLE color: 10032793.

HSL color Cylindrical-coordinate representation of color #991699: hue angle of 300º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991699 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15322153-
CMYK00.8600.4
HSL300º74.86%34.31%-
HSV(B)300º85.62%60%-
XYZ19.179.6530.99-
YUV76.1171.4182.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 22 (8.98% from 255) = 6.71%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=46.65%
G=6.71%
B=46.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532215300.8600.430074.8634.31
Hex99169905602812c4b22
Octal23126231012605045411342
Binary1001100110110100110010101011001010001001011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991699; }

 p { color: rgb(153,22,153); }

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

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

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

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

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

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

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