#980EA3

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

Shades of Dark Magenta #980EA3

Tints of Dark Magenta #980EA3

Color information

#980EA3 (or 0x980EA3) is unknown color: approx Dark Magenta. HEX triplet: 98, 0E and A3. RGB value is (152,14,163). Sum of RGB (Red+Green+Blue) = 152+14+163=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 163 - color contains mainly: blue. Hex color #980EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980EA3 is #67F15C. Grayscale: #474747. Windows color (decimal): -6811997 or 10686104. OLE color: 10686104.

HSL color Cylindrical-coordinate representation of color #980EA3: hue angle of 295.57º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980EA3 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15214163-
CMYK0.070.9100.36
HSL295.57º84.18%34.71%-
HSV(B)295.57º91.41%63.92%-
XYZ19.729.6335.47-
YUV72.25179.22184.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 163 (64.06% from 255) = 49.54%
R=46.20%
G=4.26%
B=49.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152141630.070.9100.36295.5784.1834.71
Hex98EA375B0241285423
Octal23016243713304445012443
Binary10011000111010100011111101101101001001001010001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,14,163); }

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

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

 a { background-color: rgb(152,14,163); }

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

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

 span { border-color: rgb(152,14,163); }

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