#920590

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

Shades of Dark Magenta #920590

Tints of Dark Magenta #920590

Color information

#920590 (or 0x920590) is unknown color: approx Dark Magenta. HEX triplet: 92, 05 and 90. RGB value is (146,5,144). Sum of RGB (Red+Green+Blue) = 146+5+144=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #920590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920590 is #6DFA6F. Grayscale: #3E3E3E. Windows color (decimal): -7207536 or 9438610. OLE color: 9438610.

HSL color Cylindrical-coordinate representation of color #920590: hue angle of 300.85º 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 #920590 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB1465144-
CMYK00.970.010.43
HSL300.85º93.38%29.61%-
HSV(B)300.85º96.58%57.25%-
XYZ16.948.2327.08-
YUV63173.71187.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=49.49%
G=1.69%
B=48.81%

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
Decimal146514400.970.010.43300.8593.3829.61
Hex9259006112B12d5d1e
Octal2225220014115345513536
Binary1001001010110010000011000011101011100101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920590; }

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

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

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

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

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

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

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

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