#920380

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

Shades of Dark Magenta #920380

Tints of Dark Magenta #920380

Color information

#920380 (or 0x920380) is unknown color: approx Dark Magenta. HEX triplet: 92, 03 and 80. RGB value is (146,3,128). Sum of RGB (Red+Green+Blue) = 146+3+128=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #920380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920380 is #6DFC7F. Grayscale: #3B3B3B. Windows color (decimal): -7208064 or 8389522. OLE color: 8389522.

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

Color convert

RGB1463128-
CMYK00.980.120.43
HSL307.55º95.97%29.22%-
HSV(B)307.55º97.95%57.25%-
XYZ15.787.7321.08-
YUV60.01166.38189.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=52.71%
G=1.08%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146312800.980.120.43307.5595.9729.22
Hex92380062C2B134601d
Octal22232000142145346414035
Binary100100101110000000011000101100101011100110100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920380; }

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

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

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

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

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

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

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

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