#980A82

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

Shades of Dark Magenta #980A82

Tints of Dark Magenta #980A82

Color information

#980A82 (or 0x980A82) is unknown color: approx Dark Magenta. HEX triplet: 98, 0A and 82. RGB value is (152,10,130). Sum of RGB (Red+Green+Blue) = 152+10+130=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #980A82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A82 is #67F57D. Grayscale: #414141. Windows color (decimal): -6813054 or 8522392. OLE color: 8522392.

HSL color Cylindrical-coordinate representation of color #980A82: hue angle of 309.3º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A82 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15210130-
CMYK00.930.140.40
HSL309.3º87.65%31.76%-
HSV(B)309.3º93.42%59.61%-
XYZ17.098.521.86-
YUV66.14164.04189.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 10 (4.30% from 255) = 3.42%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=52.05%
G=3.42%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521013000.930.140.40309.387.6531.76
Hex98A8205DE281355820
Octal230122020135165046513040
Binary100110001010100000100101110111101010001001101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980A82; }

 p { color: rgb(152,10,130); }

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

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

 a { background-color: rgb(152,10,130); }

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

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

 span { border-color: rgb(152,10,130); }

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