#920385

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

Shades of Dark Magenta #920385

Tints of Dark Magenta #920385

Color information

#920385 (or 0x920385) is unknown color: approx Dark Magenta. HEX triplet: 92, 03 and 85. RGB value is (146,3,133). Sum of RGB (Red+Green+Blue) = 146+3+133=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #920385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920385 is #6DFC7A. Grayscale: #3C3C3C. Windows color (decimal): -7208059 or 8717202. OLE color: 8717202.

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

Color convert

RGB1463133-
CMYK00.980.090.43
HSL305.45º95.97%29.22%-
HSV(B)305.45º97.95%57.25%-
XYZ16.127.8722.86-
YUV60.58168.88188.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=51.77%
G=1.06%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146313300.980.090.43305.4595.9729.22
Hex9238506292B131601d
Octal22232050142115346114035
Binary100100101110000101011000101001101011100110001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920385; }

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

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

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

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

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

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

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

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