#820789

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

Shades of Dark Magenta #820789

Tints of Dark Magenta #820789

Color information

#820789 (or 0x820789) is unknown color: approx Dark Magenta. HEX triplet: 82, 07 and 89. RGB value is (130,7,137). Sum of RGB (Red+Green+Blue) = 130+7+137=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #820789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820789 is #7DF876. Grayscale: #3A3A3A. Windows color (decimal): -8255607 or 8980354. OLE color: 8980354.

HSL color Cylindrical-coordinate representation of color #820789: hue angle of 296.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820789 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1307137-
CMYK0.050.9500.46
HSL296.77º90.28%28.24%-
HSV(B)296.77º94.89%53.73%-
XYZ13.86.724.23-
YUV58.6172.25178.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 137 (53.91% from 255) = 50%
R=47.45%
G=2.55%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13071370.050.9500.46296.7790.2828.24
Hex8278955F02E1295a1c
Octal2027211513705645113234
Binary100000101111000100110110111110101110100101001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820789; }

 p { color: rgb(130,7,137); }

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

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

 a { background-color: rgb(130,7,137); }

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

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

 span { border-color: rgb(130,7,137); }

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