#980D9D

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

Shades of Dark Magenta #980D9D

Tints of Dark Magenta #980D9D

Color information

#980D9D (or 0x980D9D) is unknown color: approx Dark Magenta. HEX triplet: 98, 0D and 9D. RGB value is (152,13,157). Sum of RGB (Red+Green+Blue) = 152+13+157=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #980D9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D9D is #67F262. Grayscale: #464646. Windows color (decimal): -6812259 or 10292632. OLE color: 10292632.

HSL color Cylindrical-coordinate representation of color #980D9D: hue angle of 297.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980D9D is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15213157-
CMYK0.030.9200.38
HSL297.92º84.71%33.33%-
HSV(B)297.92º91.72%61.57%-
XYZ19.189.432.7-
YUV70.98176.55185.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 13 (5.47% from 255) = 4.04%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=47.20%
G=4.04%
B=48.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152131570.030.9200.38297.9284.7133.33
Hex98D9D35C02612a5521
Octal23015235313404645212541
Binary1001100011011001110111101110001001101001010101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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