#920991

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

Shades of Dark Magenta #920991

Tints of Dark Magenta #920991

Color information

#920991 (or 0x920991) is unknown color: approx Dark Magenta. HEX triplet: 92, 09 and 91. RGB value is (146,9,145). Sum of RGB (Red+Green+Blue) = 146+9+145=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #920991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920991 is #6DF66E. Grayscale: #414141. Windows color (decimal): -7206511 or 9505170. OLE color: 9505170.

HSL color Cylindrical-coordinate representation of color #920991: hue angle of 300.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920991 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB1469145-
CMYK00.940.010.43
HSL300.44º88.39%30.39%-
HSV(B)300.44º93.84%57.25%-
XYZ17.068.3527.5-
YUV65.47172.89185.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=48.67%
G=3%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146914500.940.010.43300.4488.3930.39
Hex9299105E12B12c581e
Octal22211221013615345413036
Binary10010010100110010001010111101101011100101100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920991; }

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

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

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

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

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

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

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

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