#820689

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

Shades of Dark Magenta #820689

Tints of Dark Magenta #820689

Color information

#820689 (or 0x820689) is unknown color: approx Dark Magenta. HEX triplet: 82, 06 and 89. RGB value is (130,6,137). Sum of RGB (Red+Green+Blue) = 130+6+137=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #820689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820689 is #7DF976. Grayscale: #393939. Windows color (decimal): -8255863 or 8980098. OLE color: 8980098.

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

Color convert

RGB1306137-
CMYK0.050.9600.46
HSL296.79º91.61%28.04%-
HSV(B)296.79º95.62%53.73%-
XYZ13.796.6824.23-
YUV58.01172.58179.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=47.62%
G=2.20%
B=50.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13061370.050.9600.46296.7991.6128.04
Hex8268956002E1295c1c
Octal2026211514005645113434
Binary100000101101000100110111000000101110100101001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820689; }

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

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

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

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

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

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

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

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