#991187

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

Shades of Dark Magenta #991187

Tints of Dark Magenta #991187

Color information

#991187 (or 0x991187) is unknown color: approx Dark Magenta. HEX triplet: 99, 11 and 87. RGB value is (153,17,135). Sum of RGB (Red+Green+Blue) = 153+17+135=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #991187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991187 is #66EE78. Grayscale: #464646. Windows color (decimal): -6745721 or 8851865. OLE color: 8851865.

HSL color Cylindrical-coordinate representation of color #991187: hue angle of 307.94º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991187 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15317135-
CMYK00.890.120.4
HSL307.94º80%33.33%-
HSV(B)307.94º88.89%60%-
XYZ17.718.9223.71-
YUV71.12164.06186.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=50.16%
G=5.57%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531713500.890.120.4307.948033.33
Hex991187059C281345021
Octal231212070131145046412041
Binary1001100110001100001110101100111001010001001101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991187; }

 p { color: rgb(153,17,135); }

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

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

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

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

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

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

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