#820397

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

Shades of Dark Magenta #820397

Tints of Dark Magenta #820397

Color information

#820397 (or 0x820397) is unknown color: approx Dark Magenta. HEX triplet: 82, 03 and 97. RGB value is (130,3,151). Sum of RGB (Red+Green+Blue) = 130+3+151=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #820397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820397 is #7DFC68. Grayscale: #393939. Windows color (decimal): -8256617 or 9896834. OLE color: 9896834.

HSL color Cylindrical-coordinate representation of color #820397: hue angle of 291.49º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820397 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1303151-
CMYK0.140.9800.41
HSL291.49º96.1%30.2%-
HSV(B)291.49º98.01%59.22%-
XYZ14.827.0529.86-
YUV57.84180.58179.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=45.77%
G=1.06%
B=53.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13031510.140.9800.41291.4996.130.2
Hex82397E62029123601e
Octal20232271614205144314036
Binary100000101110010111111011000100101001100100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820397; }

 p { color: rgb(130,3,151); }

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

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

 a { background-color: rgb(130,3,151); }

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

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

 span { border-color: rgb(130,3,151); }

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