#820396

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

Shades of Dark Magenta #820396

Tints of Dark Magenta #820396

Color information

#820396 (or 0x820396) is unknown color: approx Dark Magenta. HEX triplet: 82, 03 and 96. RGB value is (130,3,150). Sum of RGB (Red+Green+Blue) = 130+3+150=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #820396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820396 is #7DFC69. Grayscale: #393939. Windows color (decimal): -8256618 or 9831298. OLE color: 9831298.

HSL color Cylindrical-coordinate representation of color #820396: hue angle of 291.84º 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 #820396 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1303150-
CMYK0.130.9800.41
HSL291.84º96.08%30%-
HSV(B)291.84º98%58.82%-
XYZ14.747.0129.43-
YUV57.73180.08179.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=45.94%
G=1.06%
B=53.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13031500.130.9800.41291.8496.0830
Hex82396D62029124601e
Octal20232261514205144414036
Binary100000101110010110110111000100101001100100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820396; }

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

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

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

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

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

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

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

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