Html Css Color HEX #820697 Dark Magenta

📋 copy color: '#820697'

red 130 ◦ green 6 ◦ blue 151

#820697
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #820697

Tints of Dark Magenta #820697

RGB

 RED value IS 130 (51.17% from 255) = 45.3%

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 151 (59.38% from 255) = 52.61%

R = 45.3%
G = 2.09%
B = 52.61%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#820697 (or 0x820697) is known color: 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

RGB 130 6 151 -
CMYK 0.14 0.96 0 0.41
HSL 291.31º 0.92% 0.31% -
HSV(B) 291.31º 0.96% 0.59% -
XYZ 14.86 7.11 29.87 -
YUV 59.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 130 6 151 0.14 0.96 0 0.41 291.31 0.92 0.31
Hex 82 6 97 E 60 0 29 123 5C 1F
Octal 202 6 227 16 140 0 51 443 134 37
Binary 10000010 110 10010111 1110 1100000 0 101001 100100011 1011100 11111

Color Harmonies of #820697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820697

Black with #820697

Text Example


Text Example

White with #820697

Text Example


Text Example

HTML Codes & Css Web 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>