#980AA9

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

Shades of Dark Magenta #980AA9

Tints of Dark Magenta #980AA9

Color information

#980AA9 (or 0x980AA9) is unknown color: approx Dark Magenta. HEX triplet: 98, 0A and A9. RGB value is (152,10,169). Sum of RGB (Red+Green+Blue) = 152+10+169=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #980AA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980AA9 is #67F556. Grayscale: #464646. Windows color (decimal): -6813015 or 11078296. OLE color: 11078296.

HSL color Cylindrical-coordinate representation of color #980AA9: hue angle of 293.58º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980AA9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15210169-
CMYK0.100.9400.34
HSL293.58º88.83%35.1%-
HSV(B)293.58º94.08%66.27%-
XYZ20.229.7638.35-
YUV70.58183.54186.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 10 (4.30% from 255) = 3.02%
BLUE value IS 169 (66.41% from 255) = 51.06%
R=45.92%
G=3.02%
B=51.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal152101690.100.9400.34293.5888.8335.1
Hex98AA9A5E0221265923
Octal230122511213604244613143
Binary100110001010101010011010101111001000101001001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,10,169); }

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

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

 a { background-color: rgb(152,10,169); }

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

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

 span { border-color: rgb(152,10,169); }

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