#980EAB

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

Shades of Dark Magenta #980EAB

Tints of Dark Magenta #980EAB

Color information

#980EAB (or 0x980EAB) is unknown color: approx Dark Magenta. HEX triplet: 98, 0E and AB. RGB value is (152,14,171). Sum of RGB (Red+Green+Blue) = 152+14+171=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #980EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980EAB is #67F154. Grayscale: #484848. Windows color (decimal): -6811989 or 11210392. OLE color: 11210392.

HSL color Cylindrical-coordinate representation of color #980EAB: hue angle of 292.74º degrees, saturation: 0.85, 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 #980EAB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15214171-
CMYK0.110.9200.33
HSL292.74º84.86%36.27%-
HSV(B)292.74º91.81%67.06%-
XYZ20.469.9339.37-
YUV73.16183.22184.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=45.10%
G=4.15%
B=50.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152141710.110.9200.33292.7484.8636.27
Hex98EABB5C0211255524
Octal230162531313404144512544
Binary100110001110101010111011101110001000011001001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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