#990980

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

Shades of Dark Magenta #990980

Tints of Dark Magenta #990980

Color information

#990980 (or 0x990980) is unknown color: approx Dark Magenta. HEX triplet: 99, 09 and 80. RGB value is (153,9,128). Sum of RGB (Red+Green+Blue) = 153+9+128=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #990980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990980 is #66F67F. Grayscale: #414141. Windows color (decimal): -6747776 or 8391065. OLE color: 8391065.

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

Color convert

RGB1539128-
CMYK00.940.160.4
HSL310.42º88.89%31.76%-
HSV(B)310.42º94.12%60%-
XYZ17.138.5321.16-
YUV65.62163.21190.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=52.76%
G=3.10%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153912800.940.160.4310.4288.8931.76
Hex9998005E10281365920
Octal231112000136205046613140
Binary1001100110011000000001011110100001010001001101101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990980; }

 p { color: rgb(153,9,128); }

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

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

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

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

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

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

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