#991B97

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

Shades of Dark Magenta #991B97

Tints of Dark Magenta #991B97

Color information

#991B97 (or 0x991B97) is unknown color: approx Dark Magenta. HEX triplet: 99, 1B and 97. RGB value is (153,27,151). Sum of RGB (Red+Green+Blue) = 153+27+151=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #991B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B97 is #66E468. Grayscale: #4E4E4E. Windows color (decimal): -6743145 or 9903001. OLE color: 9903001.

HSL color Cylindrical-coordinate representation of color #991B97: hue angle of 300.95º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B97 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15327151-
CMYK00.820.010.4
HSL300.95º70%35.29%-
HSV(B)300.95º82.35%60%-
XYZ19.119.7930.16-
YUV78.81168.74180.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 27 (10.94% from 255) = 8.16%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=46.22%
G=8.16%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532715100.820.010.4300.957035.29
Hex991B9705212812d4623
Octal23133227012215045510643
Binary1001100111011100101110101001011010001001011011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991B97; }

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

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

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

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

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

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

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

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