#820697

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

Shades of Dark Magenta #820697

Tints of Dark Magenta #820697

Color information

#820697 (or 0x820697) is unknown color: approx Dark Magenta. HEX triplet: 82, 06 and 97. RGB value is (130,6,151). Sum of RGB (Red+Green+Blue) = 130+6+151=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #820697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820697 is #7DF968. Grayscale: #3B3B3B. Windows color (decimal): -8255849 or 9897602. OLE color: 9897602.

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

Color convert

RGB1306151-
CMYK0.140.9600.41
HSL291.31º92.36%30.78%-
HSV(B)291.31º96.03%59.22%-
XYZ14.867.1129.87-
YUV59.61179.58178.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 6 (2.73% from 255) = 2.09%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=45.30%
G=2.09%
B=52.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13061510.140.9600.41291.3192.3630.78
Hex82697E600291235c1f
Octal20262271614005144313437
Binary1000001011010010111111011000000101001100100011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820697; }

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

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

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

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

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

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

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

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