#820890

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

Shades of Dark Magenta #820890

Tints of Dark Magenta #820890

Color information

#820890 (or 0x820890) is unknown color: approx Dark Magenta. HEX triplet: 82, 08 and 90. RGB value is (130,8,144). Sum of RGB (Red+Green+Blue) = 130+8+144=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #820890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820890 is #7DF76F. Grayscale: #3B3B3B. Windows color (decimal): -8255344 or 9439362. OLE color: 9439362.

HSL color Cylindrical-coordinate representation of color #820890: hue angle of 293.82º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820890 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1308144-
CMYK0.100.9400.44
HSL293.82º89.47%29.8%-
HSV(B)293.82º94.44%56.47%-
XYZ14.336.9326.97-
YUV59.98175.42177.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 8 (3.52% from 255) = 2.84%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=46.10%
G=2.84%
B=51.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13081440.100.9400.44293.8289.4729.8
Hex82890A5E02C126591e
Octal202102201213605444613136
Binary10000010100010010000101010111100101100100100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820890; }

 p { color: rgb(130,8,144); }

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

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

 a { background-color: rgb(130,8,144); }

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

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

 span { border-color: rgb(130,8,144); }

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