#980497

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

Shades of Dark Magenta #980497

Tints of Dark Magenta #980497

Color information

#980497 (or 0x980497) is unknown color: approx Dark Magenta. HEX triplet: 98, 04 and 97. RGB value is (152,4,151). Sum of RGB (Red+Green+Blue) = 152+4+151=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #980497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980497 is #67FB68. Grayscale: #404040. Windows color (decimal): -6814569 or 9897112. OLE color: 9897112.

HSL color Cylindrical-coordinate representation of color #980497: hue angle of 300.41º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980497 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB1524151-
CMYK00.970.010.40
HSL300.41º94.87%30.59%-
HSV(B)300.41º97.37%59.61%-
XYZ18.58930.04-
YUV65.01176.53190.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 151 (59.38% from 255) = 49.19%
R=49.51%
G=1.30%
B=49.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152415100.970.010.40300.4194.8730.59
Hex9849706112812c5f1f
Octal2304227014115045413737
Binary1001100010010010111011000011101000100101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980497; }

 p { color: rgb(152,4,151); }

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

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

 a { background-color: rgb(152,4,151); }

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

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

 span { border-color: rgb(152,4,151); }

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