#980A9A

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

Shades of Dark Magenta #980A9A

Tints of Dark Magenta #980A9A

Color information

#980A9A (or 0x980A9A) is unknown color: approx Dark Magenta. HEX triplet: 98, 0A and 9A. RGB value is (152,10,154). Sum of RGB (Red+Green+Blue) = 152+10+154=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #980A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A9A is #67F565. Grayscale: #444444. Windows color (decimal): -6813030 or 10095256. OLE color: 10095256.

HSL color Cylindrical-coordinate representation of color #980A9A: hue angle of 299.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980A9A is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15210154-
CMYK0.010.9400.40
HSL299.17º87.8%32.16%-
HSV(B)299.17º93.51%60.39%-
XYZ18.899.2331.36-
YUV68.87176.04187.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 10 (4.30% from 255) = 3.16%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=48.10%
G=3.16%
B=48.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152101540.010.9400.40299.1787.832.16
Hex98A9A15E02812b5820
Octal23012232113605045313040
Binary100110001010100110101101111001010001001010111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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