#980DAC

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

Shades of Dark Magenta #980DAC

Tints of Dark Magenta #980DAC

Color information

#980DAC (or 0x980DAC) is unknown color: approx Dark Magenta. HEX triplet: 98, 0D and AC. RGB value is (152,13,172). Sum of RGB (Red+Green+Blue) = 152+13+172=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #980DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980DAC is #67F253. Grayscale: #484848. Windows color (decimal): -6812244 or 11275672. OLE color: 11275672.

HSL color Cylindrical-coordinate representation of color #980DAC: hue angle of 292.45º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980DAC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15213172-
CMYK0.120.9200.33
HSL292.45º85.95%36.27%-
HSV(B)292.45º92.44%67.45%-
XYZ20.549.9439.87-
YUV72.69184.05184.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 13 (5.47% from 255) = 3.86%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=45.10%
G=3.86%
B=51.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152131720.120.9200.33292.4585.9536.27
Hex98DACC5C0211245624
Octal230152541413404144412644
Binary100110001101101011001100101110001000011001001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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