#991697

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

Shades of Dark Magenta #991697

Tints of Dark Magenta #991697

Color information

#991697 (or 0x991697) is unknown color: approx Dark Magenta. HEX triplet: 99, 16 and 97. RGB value is (153,22,151). Sum of RGB (Red+Green+Blue) = 153+22+151=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #991697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991697 is #66E968. Grayscale: #4B4B4B. Windows color (decimal): -6744425 or 9901721. OLE color: 9901721.

HSL color Cylindrical-coordinate representation of color #991697: hue angle of 300.92º 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 #991697 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15322151-
CMYK00.860.010.4
HSL300.92º74.86%34.31%-
HSV(B)300.92º85.62%60%-
XYZ19.019.5830.13-
YUV75.88170.4183.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 22 (8.98% from 255) = 6.75%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=46.93%
G=6.75%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532215100.860.010.4300.9274.8634.31
Hex99169705612812d4b22
Octal23126227012615045511342
Binary1001100110110100101110101011011010001001011011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991697; }

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

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

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

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

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

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

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

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