Html Css Color HEX #820EAC Dark Magenta

📋 copy color: '#820EAC'

red 130 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #820EAC

Tints of Dark Magenta #820EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.43%

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

R = 41.14%
G = 4.43%
B = 54.43%

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

#820EAC (or 0x820EAC) is known color: Dark Magenta. HEX triplet: 82, 0E and AC. RGB value is (130,14,172). Sum of RGB (Red+Green+Blue) = 130+14+172=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #820EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820EAC is #7DF153. Grayscale: #424242. Windows color (decimal): -8253780 or 11275906. OLE color: 11275906.

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

Color convert

RGB 130 14 172 -
CMYK 0.24 0.92 0 0.33
HSL 284.05º 0.85% 0.36% -
HSV(B) 284.05º 0.92% 0.67% -
XYZ 16.81 8.04 39.7 -
YUV 66.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 130 14 172 0.24 0.92 0 0.33 284.05 0.85 0.36
Hex 82 E AC 18 5C 0 21 11C 55 24
Octal 202 16 254 30 134 0 41 434 125 44
Binary 10000010 1110 10101100 11000 1011100 0 100001 100011100 1010101 100100

Color Harmonies of #820EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EAC

Black with #820EAC

Text Example


Text Example

White with #820EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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