#980992

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

Shades of Dark Magenta #980992

Tints of Dark Magenta #980992

Color information

#980992 (or 0x980992) is unknown color: approx Dark Magenta. HEX triplet: 98, 09 and 92. RGB value is (152,9,146). Sum of RGB (Red+Green+Blue) = 152+9+146=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #980992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980992 is #67F66D. Grayscale: #424242. Windows color (decimal): -6813294 or 9570712. OLE color: 9570712.

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

Color convert

RGB1529146-
CMYK00.940.040.40
HSL302.52º88.82%31.57%-
HSV(B)302.52º94.08%59.61%-
XYZ18.238.9527.96-
YUV67.38172.38188.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 9 (3.91% from 255) = 2.93%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=49.51%
G=2.93%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152914600.940.040.40302.5288.8231.57
Hex9899205E42812f5920
Octal23011222013645045713140
Binary10011000100110010010010111101001010001001011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980992; }

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

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

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

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

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

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

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

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