Html Css Color HEX #820DAD Dark Magenta

📋 copy color: '#820DAD'

red 130 ◦ green 13 ◦ blue 173

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

Shades of Dark Magenta #820DAD

Tints of Dark Magenta #820DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 41.14%
G = 4.11%
B = 54.75%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#820DAD (or 0x820DAD) is known color: Dark Magenta. HEX triplet: 82, 0D and AD. RGB value is (130,13,173). Sum of RGB (Red+Green+Blue) = 130+13+173=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #820DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820DAD is #7DF252. Grayscale: #414141. Windows color (decimal): -8254035 or 11341186. OLE color: 11341186.

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

Color convert

RGB 130 13 173 -
CMYK 0.25 0.92 0 0.32
HSL 283.88º 0.86% 0.36% -
HSV(B) 283.88º 0.92% 0.68% -
XYZ 16.89 8.05 40.2 -
YUV 66.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 130 13 173 0.25 0.92 0 0.32 283.88 0.86 0.36
Hex 82 D AD 19 5C 0 20 11C 56 24
Octal 202 15 255 31 134 0 40 434 126 44
Binary 10000010 1101 10101101 11001 1011100 0 100000 100011100 1010110 100100

Color Harmonies of #820DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DAD

Black with #820DAD

Text Example


Text Example

White with #820DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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