#990782

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

Shades of Dark Magenta #990782

Tints of Dark Magenta #990782

Color information

#990782 (or 0x990782) is unknown color: approx Dark Magenta. HEX triplet: 99, 07 and 82. RGB value is (153,7,130). Sum of RGB (Red+Green+Blue) = 153+7+130=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #990782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990782 is #66F87D. Grayscale: #404040. Windows color (decimal): -6748286 or 8521625. OLE color: 8521625.

HSL color Cylindrical-coordinate representation of color #990782: hue angle of 309.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990782 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB1537130-
CMYK00.950.150.4
HSL309.45º91.25%31.37%-
HSV(B)309.45º95.42%60%-
XYZ17.248.5421.86-
YUV64.68164.87191-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=52.76%
G=2.41%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153713000.950.150.4309.4591.2531.37
Hex9978205FF281355b1f
Octal23172020137175046513337
Binary1001100111110000010010111111111101000100110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990782; }

 p { color: rgb(153,7,130); }

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

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

 a { background-color: rgb(153,7,130); }

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

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

 span { border-color: rgb(153,7,130); }

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