Html Css Color HEX #820AA5 Dark Magenta

📋 copy color: '#820AA5'

red 130 ◦ green 10 ◦ blue 165

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

Shades of Dark Magenta #820AA5

Tints of Dark Magenta #820AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 54.1%

R = 42.62%
G = 3.28%
B = 54.1%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#820AA5 (or 0x820AA5) is known color: Dark Magenta. HEX triplet: 82, 0A and A5. RGB value is (130,10,165). Sum of RGB (Red+Green+Blue) = 130+10+165=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #820AA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AA5 is #7DF55A. Grayscale: #3F3F3F. Windows color (decimal): -8254811 or 10816130. OLE color: 10816130.

HSL color Cylindrical-coordinate representation of color #820AA5: hue angle of 286.45º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820AA5 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 10 165 -
CMYK 0.21 0.94 0 0.35
HSL 286.45º 0.89% 0.34% -
HSV(B) 286.45º 0.94% 0.65% -
XYZ 16.11 7.68 36.23 -
YUV 63.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 130 10 165 0.21 0.94 0 0.35 286.45 0.89 0.34
Hex 82 A A5 15 5E 0 23 11E 59 22
Octal 202 12 245 25 136 0 43 436 131 42
Binary 10000010 1010 10100101 10101 1011110 0 100011 100011110 1011001 100010

Color Harmonies of #820AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820AA5

Black with #820AA5

Text Example


Text Example

White with #820AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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