#920682

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

Shades of Dark Magenta #920682

Tints of Dark Magenta #920682

Color information

#920682 (or 0x920682) is unknown color: approx Dark Magenta. HEX triplet: 92, 06 and 82. RGB value is (146,6,130). Sum of RGB (Red+Green+Blue) = 146+6+130=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #920682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920682 is #6DF97D. Grayscale: #3D3D3D. Windows color (decimal): -7207294 or 8521362. OLE color: 8521362.

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

Color convert

RGB1466130-
CMYK00.960.110.43
HSL306.86º92.11%29.8%-
HSV(B)306.86º95.89%57.25%-
XYZ15.957.8521.79-
YUV62166.38187.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=51.77%
G=2.13%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146613000.960.110.43306.8692.1129.8
Hex92682060B2B1335c1e
Octal22262020140135346313436
Binary1001001011010000010011000001011101011100110011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920682; }

 p { color: rgb(146,6,130); }

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

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

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

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

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

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

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