Html Css Color HEX #820AA1 Dark Magenta

📋 copy color: '#820AA1'

red 130 ◦ green 10 ◦ blue 161

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

Shades of Dark Magenta #820AA1

Tints of Dark Magenta #820AA1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.32%

 BLUE value IS 161 (63.28% from 255) = 53.49%

R = 43.19%
G = 3.32%
B = 53.49%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#820AA1 (or 0x820AA1) is known color: Dark Magenta. HEX triplet: 82, 0A and A1. RGB value is (130,10,161). Sum of RGB (Red+Green+Blue) = 130+10+161=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #820AA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AA1 is #7DF55E. Grayscale: #3E3E3E. Windows color (decimal): -8254815 or 10553986. OLE color: 10553986.

HSL color Cylindrical-coordinate representation of color #820AA1: hue angle of 287.68º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820AA1 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 10 161 -
CMYK 0.19 0.94 0 0.37
HSL 287.68º 0.88% 0.34% -
HSV(B) 287.68º 0.94% 0.63% -
XYZ 15.75 7.54 34.34 -
YUV 63.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 130 10 161 0.19 0.94 0 0.37 287.68 0.88 0.34
Hex 82 A A1 13 5E 0 25 120 58 22
Octal 202 12 241 23 136 0 45 440 130 42
Binary 10000010 1010 10100001 10011 1011110 0 100101 100100000 1011000 100010

Color Harmonies of #820AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820AA1

Black with #820AA1

Text Example


Text Example

White with #820AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,10,161); }

 H1.HeaderClassName
 {
   color: #820AA1;
 }
 .AnyTagClassName
 {
   color: #820AA1;
 }
</style>

background-color css

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

 a { background-color: rgb(130,10,161); }

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

border-color css

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

 span { border-color: rgb(130,10,161); }

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