Html Css Color HEX #820AAC Dark Magenta

📋 copy color: '#820AAC'

red 130 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #820AAC

Tints of Dark Magenta #820AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 41.67%
G = 3.21%
B = 55.13%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#820AAC (or 0x820AAC) is known color: Dark Magenta. HEX triplet: 82, 0A and AC. RGB value is (130,10,172). Sum of RGB (Red+Green+Blue) = 130+10+172=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #820AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AAC is #7DF553. Grayscale: #3F3F3F. Windows color (decimal): -8254804 or 11274882. OLE color: 11274882.

HSL color Cylindrical-coordinate representation of color #820AAC: hue angle of 284.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820AAC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 10 172 -
CMYK 0.24 0.94 0 0.33
HSL 284.44º 0.89% 0.36% -
HSV(B) 284.44º 0.94% 0.67% -
XYZ 16.76 7.94 39.68 -
YUV 64.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 130 10 172 0.24 0.94 0 0.33 284.44 0.89 0.36
Hex 82 A AC 18 5E 0 21 11C 59 24
Octal 202 12 254 30 136 0 41 434 131 44
Binary 10000010 1010 10101100 11000 1011110 0 100001 100011100 1011001 100100

Color Harmonies of #820AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820AAC

Black with #820AAC

Text Example


Text Example

White with #820AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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