Html Css Color HEX #82049D Dark Magenta

📋 copy color: '#82049D'

red 130 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #82049D

Tints of Dark Magenta #82049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 44.67%
G = 1.37%
B = 53.95%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82049D (or 0x82049D) is known color: Dark Magenta. HEX triplet: 82, 04 and 9D. RGB value is (130,4,157). Sum of RGB (Red+Green+Blue) = 130+4+157=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #82049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82049D is #7DFB62. Grayscale: #3A3A3A. Windows color (decimal): -8256355 or 10290306. OLE color: 10290306.

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

Color convert

RGB 130 4 157 -
CMYK 0.17 0.97 0 0.38
HSL 289.41º 0.95% 0.32% -
HSV(B) 289.41º 0.97% 0.62% -
XYZ 15.34 7.27 32.49 -
YUV 59.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 130 4 157 0.17 0.97 0 0.38 289.41 0.95 0.32
Hex 82 4 9D 11 61 0 26 121 5F 20
Octal 202 4 235 21 141 0 46 441 137 40
Binary 10000010 100 10011101 10001 1100001 0 100110 100100001 1011111 100000

Color Harmonies of #82049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82049D

Black with #82049D

Text Example


Text Example

White with #82049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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