#991999

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

Shades of Dark Magenta #991999

Tints of Dark Magenta #991999

Color information

#991999 (or 0x991999) is unknown color: approx Dark Magenta. HEX triplet: 99, 19 and 99. RGB value is (153,25,153). Sum of RGB (Red+Green+Blue) = 153+25+153=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #991999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991999 is #66E666. Grayscale: #4D4D4D. Windows color (decimal): -6743655 or 10033561. OLE color: 10033561.

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

Color convert

RGB15325153-
CMYK00.8400.4
HSL300º71.91%34.9%-
HSV(B)300º83.66%60%-
XYZ19.239.7731.01-
YUV77.86170.41181.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=46.22%
G=7.55%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532515300.8400.430071.9134.9
Hex99199905402812c4823
Octal23131231012405045411043
Binary1001100111001100110010101010001010001001011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991999; }

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

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

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

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

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

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

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

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