#820B97

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

Shades of Dark Magenta #820B97

Tints of Dark Magenta #820B97

Color information

#820B97 (or 0x820B97) is unknown color: approx Dark Magenta. HEX triplet: 82, 0B and 97. RGB value is (130,11,151). Sum of RGB (Red+Green+Blue) = 130+11+151=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #820B97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820B97 is #7DF468. Grayscale: #3E3E3E. Windows color (decimal): -8254569 or 9898882. OLE color: 9898882.

HSL color Cylindrical-coordinate representation of color #820B97: hue angle of 291º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820B97 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13011151-
CMYK0.140.9300.41
HSL291º86.42%31.76%-
HSV(B)291º92.72%59.22%-
XYZ14.917.2229.89-
YUV62.54177.92176.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 11 (4.69% from 255) = 3.77%
BLUE value IS 151 (59.38% from 255) = 51.71%
R=44.52%
G=3.77%
B=51.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130111510.140.9300.4129186.4231.76
Hex82B97E5D0291235620
Octal202132271613505144312640
Binary100000101011100101111110101110101010011001000111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820B97; }

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

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

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

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

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

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

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

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