#920998

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

Shades of Dark Magenta #920998

Tints of Dark Magenta #920998

Color information

#920998 (or 0x920998) is unknown color: approx Dark Magenta. HEX triplet: 92, 09 and 98. RGB value is (146,9,152). Sum of RGB (Red+Green+Blue) = 146+9+152=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #920998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920998 is #6DF667. Grayscale: #414141. Windows color (decimal): -7206504 or 9963922. OLE color: 9963922.

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

Color convert

RGB1469152-
CMYK0.040.9400.40
HSL297.48º88.82%31.57%-
HSV(B)297.48º94.08%59.61%-
XYZ17.628.5730.43-
YUV66.26176.39184.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14691520.040.9400.40297.4888.8231.57
Hex9299845E0281295920
Octal22211230413605045113140
Binary10010010100110011000100101111001010001001010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920998; }

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

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

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

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

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

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

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

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