#990080

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

Shades of Dark Magenta #990080

Tints of Dark Magenta #990080

Color information

#990080 (or 0x990080) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 80. RGB value is (153,0,128). Sum of RGB (Red+Green+Blue) = 153+0+128=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #990080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990080 is #66FF7F. Grayscale: #3B3B3B. Windows color (decimal): -6750080 or 8388761. OLE color: 8388761.

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

Color convert

RGB1530128-
CMYK010.160.4
HSL309.8º100%30%-
HSV(B)309.8º100%60%-
XYZ17.038.3321.13-
YUV60.34166.19194.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=54.45%
G=0%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530128010.160.4309.810030
Hex990800641028136641e
Octal23102000144205046614436
Binary100110010100000000110010010000101000100110110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990080; }

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

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

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

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

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

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

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

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