#980996

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

Shades of Dark Magenta #980996

Tints of Dark Magenta #980996

Color information

#980996 (or 0x980996) is unknown color: approx Dark Magenta. HEX triplet: 98, 09 and 96. RGB value is (152,9,150). Sum of RGB (Red+Green+Blue) = 152+9+150=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #980996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980996 is #67F669. Grayscale: #434343. Windows color (decimal): -6813290 or 9832856. OLE color: 9832856.

HSL color Cylindrical-coordinate representation of color #980996: hue angle of 300.84º degrees, saturation: 0.89, 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 #980996 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB1529150-
CMYK00.940.010.40
HSL300.84º88.82%31.57%-
HSV(B)300.84º94.08%59.61%-
XYZ18.559.0729.63-
YUV67.83174.38188.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 9 (3.91% from 255) = 2.89%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=48.87%
G=2.89%
B=48.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152915000.940.010.40300.8488.8231.57
Hex9899605E12812d5920
Octal23011226013615045513140
Binary100110001001100101100101111011010001001011011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980996; }

 p { color: rgb(152,9,150); }

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

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

 a { background-color: rgb(152,9,150); }

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

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

 span { border-color: rgb(152,9,150); }

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