Html Css Color HEX #82029C Dark Magenta

📋 copy color: '#82029C'

red 130 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #82029C

Tints of Dark Magenta #82029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 45.14%
G = 0.69%
B = 54.17%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82029C (or 0x82029C) is known color: Dark Magenta. HEX triplet: 82, 02 and 9C. RGB value is (130,2,156). Sum of RGB (Red+Green+Blue) = 130+2+156=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #82029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82029C is #7DFD63. Grayscale: #393939. Windows color (decimal): -8256868 or 10224258. OLE color: 10224258.

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

Color convert

RGB 130 2 156 -
CMYK 0.17 0.99 0 0.39
HSL 289.87º 0.97% 0.31% -
HSV(B) 289.87º 0.99% 0.61% -
XYZ 15.23 7.19 32.04 -
YUV 57.83 183.41 179.48 -
System Red Green Blue C M Y K H S L
Decimal 130 2 156 0.17 0.99 0 0.39 289.87 0.97 0.31
Hex 82 2 9C 11 63 0 27 122 61 1F
Octal 202 2 234 21 143 0 47 442 141 37
Binary 10000010 10 10011100 10001 1100011 0 100111 100100010 1100001 11111

Color Harmonies of #82029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82029C

Black with #82029C

Text Example


Text Example

White with #82029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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