Html Css Color HEX #82139E Dark Magenta

📋 copy color: '#82139E'

red 130 ◦ green 19 ◦ blue 158

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

Shades of Dark Magenta #82139E

Tints of Dark Magenta #82139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.19%

 BLUE value IS 158 (62.11% from 255) = 51.47%

R = 42.35%
G = 6.19%
B = 51.47%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82139E (or 0x82139E) is known color: Dark Magenta. HEX triplet: 82, 13 and 9E. RGB value is (130,19,158). Sum of RGB (Red+Green+Blue) = 130+19+158=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #82139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82139E is #7DEC61. Grayscale: #434343. Windows color (decimal): -8252514 or 10359682. OLE color: 10359682.

HSL color Cylindrical-coordinate representation of color #82139E: hue angle of 287.91º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82139E is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 19 158 -
CMYK 0.18 0.88 0 0.38
HSL 287.91º 0.79% 0.35% -
HSV(B) 287.91º 0.88% 0.62% -
XYZ 15.61 7.68 33.01 -
YUV 68.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 130 19 158 0.18 0.88 0 0.38 287.91 0.79 0.35
Hex 82 13 9E 12 58 0 26 120 4F 23
Octal 202 23 236 22 130 0 46 440 117 43
Binary 10000010 10011 10011110 10010 1011000 0 100110 100100000 1001111 100011

Color Harmonies of #82139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82139E

Black with #82139E

Text Example


Text Example

White with #82139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82139E; }

 p { color: rgb(130,19,158); }

 H1.HeaderClassName
 {
   color: #82139E;
 }
 .AnyTagClassName
 {
   color: #82139E;
 }
</style>

background-color css

<style>
 a { background-color: #82139E; }

 a { background-color: rgb(130,19,158); }

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

border-color css

<style>
 span { border-color: #82139E; }

 span { border-color: rgb(130,19,158); }

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