Html Css Color HEX #82039B Dark Magenta

📋 copy color: '#82039B'

red 130 ◦ green 3 ◦ blue 155

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

Shades of Dark Magenta #82039B

Tints of Dark Magenta #82039B

RGB

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

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

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

R = 45.14%
G = 1.04%
B = 53.82%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82039B (or 0x82039B) is known color: Dark Magenta. HEX triplet: 82, 03 and 9B. RGB value is (130,3,155). Sum of RGB (Red+Green+Blue) = 130+3+155=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #82039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82039B is #7DFC64. Grayscale: #393939. Windows color (decimal): -8256613 or 10158978. OLE color: 10158978.

HSL color Cylindrical-coordinate representation of color #82039B: hue angle of 290.13º 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 #82039B is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 3 155 -
CMYK 0.16 0.98 0 0.39
HSL 290.13º 0.96% 0.31% -
HSV(B) 290.13º 0.98% 0.61% -
XYZ 15.15 7.18 31.6 -
YUV 58.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 130 3 155 0.16 0.98 0 0.39 290.13 0.96 0.31
Hex 82 3 9B 10 62 0 27 122 60 1F
Octal 202 3 233 20 142 0 47 442 140 37
Binary 10000010 11 10011011 10000 1100010 0 100111 100100010 1100000 11111

Color Harmonies of #82039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82039B

Black with #82039B

Text Example


Text Example

White with #82039B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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