Html Css Color HEX #82079D Dark Magenta

📋 copy color: '#82079D'

red 130 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #82079D

Tints of Dark Magenta #82079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 44.22%
G = 2.38%
B = 53.4%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82079D (or 0x82079D) is known color: Dark Magenta. HEX triplet: 82, 07 and 9D. RGB value is (130,7,157). Sum of RGB (Red+Green+Blue) = 130+7+157=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #82079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82079D is #7DF862. Grayscale: #3C3C3C. Windows color (decimal): -8255587 or 10291074. OLE color: 10291074.

HSL color Cylindrical-coordinate representation of color #82079D: hue angle of 289.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82079D is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 7 157 -
CMYK 0.17 0.96 0 0.38
HSL 289.2º 0.91% 0.32% -
HSV(B) 289.2º 0.96% 0.62% -
XYZ 15.37 7.33 32.5 -
YUV 60.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 130 7 157 0.17 0.96 0 0.38 289.2 0.91 0.32
Hex 82 7 9D 11 60 0 26 121 5B 20
Octal 202 7 235 21 140 0 46 441 133 40
Binary 10000010 111 10011101 10001 1100000 0 100110 100100001 1011011 100000

Color Harmonies of #82079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82079D

Black with #82079D

Text Example


Text Example

White with #82079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82079D; }

 p { color: rgb(130,7,157); }

 H1.HeaderClassName
 {
   color: #82079D;
 }
 .AnyTagClassName
 {
   color: #82079D;
 }
</style>

background-color css

<style>
 a { background-color: #82079D; }

 a { background-color: rgb(130,7,157); }

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

border-color css

<style>
 span { border-color: #82079D; }

 span { border-color: rgb(130,7,157); }

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