Html Css Color HEX #82039C Dark Magenta

📋 copy color: '#82039C'

red 130 ◦ green 3 ◦ blue 156

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

Shades of Dark Magenta #82039C

Tints of Dark Magenta #82039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 44.98%
G = 1.04%
B = 53.98%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82039C (or 0x82039C) is known color: Dark Magenta. HEX triplet: 82, 03 and 9C. RGB value is (130,3,156). Sum of RGB (Red+Green+Blue) = 130+3+156=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #82039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82039C is #7DFC63. Grayscale: #393939. Windows color (decimal): -8256612 or 10224514. OLE color: 10224514.

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

Color convert

RGB 130 3 156 -
CMYK 0.17 0.98 0 0.39
HSL 289.8º 0.96% 0.31% -
HSV(B) 289.8º 0.98% 0.61% -
XYZ 15.24 7.21 32.04 -
YUV 58.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 130 3 156 0.17 0.98 0 0.39 289.8 0.96 0.31
Hex 82 3 9C 11 62 0 27 122 60 1F
Octal 202 3 234 21 142 0 47 442 140 37
Binary 10000010 11 10011100 10001 1100010 0 100111 100100010 1100000 11111

Color Harmonies of #82039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82039C

Black with #82039C

Text Example


Text Example

White with #82039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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