Html Css Color HEX #82079B Dark Magenta

📋 copy color: '#82079B'

red 130 ◦ green 7 ◦ blue 155

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

Shades of Dark Magenta #82079B

Tints of Dark Magenta #82079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 44.52%
G = 2.4%
B = 53.08%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82079B (or 0x82079B) is known color: Dark Magenta. HEX triplet: 82, 07 and 9B. RGB value is (130,7,155). Sum of RGB (Red+Green+Blue) = 130+7+155=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #82079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82079B is #7DF864. Grayscale: #3C3C3C. Windows color (decimal): -8255589 or 10160002. OLE color: 10160002.

HSL color Cylindrical-coordinate representation of color #82079B: hue angle of 289.86º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82079B is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 7 155 -
CMYK 0.16 0.95 0 0.39
HSL 289.86º 0.91% 0.32% -
HSV(B) 289.86º 0.95% 0.61% -
XYZ 15.2 7.26 31.61 -
YUV 60.65 181.25 177.47 -
System Red Green Blue C M Y K H S L
Decimal 130 7 155 0.16 0.95 0 0.39 289.86 0.91 0.32
Hex 82 7 9B 10 5F 0 27 122 5B 20
Octal 202 7 233 20 137 0 47 442 133 40
Binary 10000010 111 10011011 10000 1011111 0 100111 100100010 1011011 100000

Color Harmonies of #82079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82079B

Black with #82079B

Text Example


Text Example

White with #82079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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