Html Css Color HEX #82029D Dark Magenta

📋 copy color: '#82029D'

red 130 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #82029D

Tints of Dark Magenta #82029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 44.98%
G = 0.69%
B = 54.33%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82029D (or 0x82029D) is known color: Dark Magenta. HEX triplet: 82, 02 and 9D. RGB value is (130,2,157). Sum of RGB (Red+Green+Blue) = 130+2+157=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #82029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82029D is #7DFD62. Grayscale: #393939. Windows color (decimal): -8256867 or 10289794. OLE color: 10289794.

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

Color convert

RGB 130 2 157 -
CMYK 0.17 0.99 0 0.38
HSL 289.55º 0.97% 0.31% -
HSV(B) 289.55º 0.99% 0.62% -
XYZ 15.31 7.22 32.49 -
YUV 57.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 130 2 157 0.17 0.99 0 0.38 289.55 0.97 0.31
Hex 82 2 9D 11 63 0 26 122 61 1F
Octal 202 2 235 21 143 0 46 442 141 37
Binary 10000010 10 10011101 10001 1100011 0 100110 100100010 1100001 11111

Color Harmonies of #82029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82029D

Black with #82029D

Text Example


Text Example

White with #82029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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