#990082

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

Shades of Dark Magenta #990082

Tints of Dark Magenta #990082

Color information

#990082 (or 0x990082) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 82. RGB value is (153,0,130). Sum of RGB (Red+Green+Blue) = 153+0+130=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #990082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990082 is #66FF7D. Grayscale: #3C3C3C. Windows color (decimal): -6750078 or 8519833. OLE color: 8519833.

HSL color Cylindrical-coordinate representation of color #990082: hue angle of 309.02º 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 #990082 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB1530130-
CMYK010.150.4
HSL309.02º100%30%-
HSV(B)309.02º100%60%-
XYZ17.178.3821.83-
YUV60.57167.19193.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=54.06%
G=0%
B=45.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530130010.150.4309.0210030
Hex99082064F28135641e
Octal23102020144175046514436
Binary10011001010000010011001001111101000100110101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990082; }

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

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

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

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

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

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

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

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