#980DA5

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

Shades of Dark Magenta #980DA5

Tints of Dark Magenta #980DA5

Color information

#980DA5 (or 0x980DA5) is unknown color: approx Dark Magenta. HEX triplet: 98, 0D and A5. RGB value is (152,13,165). Sum of RGB (Red+Green+Blue) = 152+13+165=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #980DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980DA5 is #67F25A. Grayscale: #474747. Windows color (decimal): -6812251 or 10816920. OLE color: 10816920.

HSL color Cylindrical-coordinate representation of color #980DA5: hue angle of 294.87º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980DA5 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15213165-
CMYK0.080.9200.35
HSL294.87º85.39%34.9%-
HSV(B)294.87º92.12%64.71%-
XYZ19.889.6836.42-
YUV71.89180.55185.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 13 (5.47% from 255) = 3.94%
BLUE value IS 165 (64.84% from 255) = 50%
R=46.06%
G=3.94%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152131650.080.9200.35294.8785.3934.9
Hex98DA585C0231275523
Octal230152451013404344712543
Binary100110001101101001011000101110001000111001001111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,13,165); }

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

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

 a { background-color: rgb(152,13,165); }

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

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

 span { border-color: rgb(152,13,165); }

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