#990196

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

Shades of Dark Magenta #990196

Tints of Dark Magenta #990196

Color information

#990196 (or 0x990196) is unknown color: approx Dark Magenta. HEX triplet: 99, 01 and 96. RGB value is (153,1,150). Sum of RGB (Red+Green+Blue) = 153+1+150=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #990196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990196 is #66FE69. Grayscale: #3E3E3E. Windows color (decimal): -6749802 or 9830809. OLE color: 9830809.

HSL color Cylindrical-coordinate representation of color #990196: hue angle of 301.18º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990196 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB1531150-
CMYK00.990.020.4
HSL301.18º98.7%30.2%-
HSV(B)301.18º99.35%60%-
XYZ18.65929.61-
YUV63.43176.86191.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=50.33%
G=0.33%
B=49.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153115000.990.020.4301.1898.730.2
Hex9919606322812d631e
Octal2311226014325045514336
Binary100110011100101100110001110101000100101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990196; }

 p { color: rgb(153,1,150); }

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

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

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

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

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

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

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