#991097

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

Shades of Dark Magenta #991097

Tints of Dark Magenta #991097

Color information

#991097 (or 0x991097) is unknown color: approx Dark Magenta. HEX triplet: 99, 10 and 97. RGB value is (153,16,151). Sum of RGB (Red+Green+Blue) = 153+16+151=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #991097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991097 is #66EF68. Grayscale: #474747. Windows color (decimal): -6745961 or 9900185. OLE color: 9900185.

HSL color Cylindrical-coordinate representation of color #991097: hue angle of 300.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991097 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15316151-
CMYK00.900.010.4
HSL300.88º81.07%33.14%-
HSV(B)300.88º89.54%60%-
XYZ18.919.3830.09-
YUV72.35172.39185.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 16 (6.64% from 255) = 5%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=47.81%
G=5%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531615100.900.010.4300.8881.0733.14
Hex99109705A12812d5121
Octal23120227013215045512141
Binary1001100110000100101110101101011010001001011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991097; }

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

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

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

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

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

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

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

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