Html Css Color HEX #820DAC Dark Magenta

📋 copy color: '#820DAC'

red 130 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #820DAC

Tints of Dark Magenta #820DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

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

R = 41.27%
G = 4.13%
B = 54.6%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#820DAC (or 0x820DAC) is known color: Dark Magenta. HEX triplet: 82, 0D and AC. RGB value is (130,13,172). Sum of RGB (Red+Green+Blue) = 130+13+172=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #820DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820DAC is #7DF253. Grayscale: #414141. Windows color (decimal): -8254036 or 11275650. OLE color: 11275650.

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

Color convert

RGB 130 13 172 -
CMYK 0.24 0.92 0 0.33
HSL 284.15º 0.86% 0.36% -
HSV(B) 284.15º 0.92% 0.67% -
XYZ 16.8 8.01 39.69 -
YUV 66.11 187.76 173.57 -
System Red Green Blue C M Y K H S L
Decimal 130 13 172 0.24 0.92 0 0.33 284.15 0.86 0.36
Hex 82 D AC 18 5C 0 21 11C 56 24
Octal 202 15 254 30 134 0 41 434 126 44
Binary 10000010 1101 10101100 11000 1011100 0 100001 100011100 1010110 100100

Color Harmonies of #820DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DAC

Black with #820DAC

Text Example


Text Example

White with #820DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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