#920392

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

Shades of Dark Magenta #920392

Tints of Dark Magenta #920392

Color information

#920392 (or 0x920392) is unknown color: approx Dark Magenta. HEX triplet: 92, 03 and 92. RGB value is (146,3,146). Sum of RGB (Red+Green+Blue) = 146+3+146=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #920392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920392 is #6DFC6D. Grayscale: #3D3D3D. Windows color (decimal): -7208046 or 9569170. OLE color: 9569170.

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

Color convert

RGB1463146-
CMYK00.9800.43
HSL300º95.97%29.22%-
HSV(B)300º97.95%57.25%-
XYZ17.078.2527.89-
YUV62.06175.38187.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=49.49%
G=1.02%
B=49.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146314600.9800.4330095.9729.22
Hex9239206202B12c601d
Octal2223222014205345414035
Binary100100101110010010011000100101011100101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920392; }

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

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

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

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

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

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

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

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