#980084

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

Shades of Dark Magenta #980084

Tints of Dark Magenta #980084

Color information

#980084 (or 0x980084) is unknown color: approx Dark Magenta. HEX triplet: 98, 00 and 84. RGB value is (152,0,132). Sum of RGB (Red+Green+Blue) = 152+0+132=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980084 is #67FF7B. Grayscale: #3C3C3C. Windows color (decimal): -6815612 or 8650904. OLE color: 8650904.

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

Color convert

RGB1520132-
CMYK010.130.40
HSL307.89º100%29.8%-
HSV(B)307.89º100%59.61%-
XYZ17.118.3422.54-
YUV60.5168.36193.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=53.52%
G=0%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520132010.130.40307.8910029.8
Hex98084064D28134641e
Octal23002040144155046414436
Binary10011000010000100011001001101101000100110100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980084; }

 p { color: rgb(152,0,132); }

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

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

 a { background-color: rgb(152,0,132); }

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

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

 span { border-color: rgb(152,0,132); }

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