#920591

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

Shades of Dark Magenta #920591

Tints of Dark Magenta #920591

Color information

#920591 (or 0x920591) is unknown color: approx Dark Magenta. HEX triplet: 92, 05 and 91. RGB value is (146,5,145). Sum of RGB (Red+Green+Blue) = 146+5+145=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #920591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920591 is #6DFA6E. Grayscale: #3E3E3E. Windows color (decimal): -7207535 or 9504146. OLE color: 9504146.

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

Color convert

RGB1465145-
CMYK00.970.010.43
HSL300.43º93.38%29.61%-
HSV(B)300.43º96.58%57.25%-
XYZ17.028.2627.49-
YUV63.12174.21187.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=49.32%
G=1.69%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146514500.970.010.43300.4393.3829.61
Hex9259106112B12c5d1e
Octal2225221014115345413536
Binary1001001010110010001011000011101011100101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920591; }

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

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

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

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

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

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

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

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