Html Css Color HEX #820DAB Dark Magenta

📋 copy color: '#820DAB'

red 130 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #820DAB

Tints of Dark Magenta #820DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 41.4%
G = 4.14%
B = 54.46%

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

#820DAB (or 0x820DAB) is known color: Dark Magenta. HEX triplet: 82, 0D and AB. RGB value is (130,13,171). Sum of RGB (Red+Green+Blue) = 130+13+171=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #820DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820DAB is #7DF254. Grayscale: #414141. Windows color (decimal): -8254037 or 11210114. OLE color: 11210114.

HSL color Cylindrical-coordinate representation of color #820DAB: hue angle of 284.43º 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 #820DAB is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 13 171 -
CMYK 0.24 0.92 0 0.33
HSL 284.43º 0.86% 0.36% -
HSV(B) 284.43º 0.92% 0.67% -
XYZ 16.7 7.97 39.19 -
YUV 66 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 130 13 171 0.24 0.92 0 0.33 284.43 0.86 0.36
Hex 82 D AB 18 5C 0 21 11C 56 24
Octal 202 15 253 30 134 0 41 434 126 44
Binary 10000010 1101 10101011 11000 1011100 0 100001 100011100 1010110 100100

Color Harmonies of #820DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DAB

Black with #820DAB

Text Example


Text Example

White with #820DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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