#920080

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

Shades of Dark Magenta #920080

Tints of Dark Magenta #920080

Color information

#920080 (or 0x920080) is unknown color: approx Dark Magenta. HEX triplet: 92, 00 and 80. RGB value is (146,0,128). Sum of RGB (Red+Green+Blue) = 146+0+128=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #920080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920080 is #6DFF7F. Grayscale: #393939. Windows color (decimal): -7208832 or 8388754. OLE color: 8388754.

HSL color Cylindrical-coordinate representation of color #920080: hue angle of 307.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920080 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB1460128-
CMYK010.120.43
HSL307.4º100%28.63%-
HSV(B)307.4º100%57.25%-
XYZ15.757.6721.07-
YUV58.25167.37190.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 46.72%
R=53.28%
G=0%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1460128010.120.43307.410028.63
Hex92080064C2B133641d
Octal22202000144145346314435
Binary10010010010000000011001001100101011100110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920080; }

 p { color: rgb(146,0,128); }

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

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

 a { background-color: rgb(146,0,128); }

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

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

 span { border-color: rgb(146,0,128); }

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