Html Css Color HEX #83079E Dark Magenta

📋 copy color: '#83079E'

red 131 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #83079E

Tints of Dark Magenta #83079E

RGB

 RED value IS 131 (51.56% from 255) = 44.26%

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 44.26%
G = 2.36%
B = 53.38%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83079E (or 0x83079E) is known color: Dark Magenta. HEX triplet: 83, 07 and 9E. RGB value is (131,7,158). Sum of RGB (Red+Green+Blue) = 131+7+158=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #83079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83079E is #7CF861. Grayscale: #3C3C3C. Windows color (decimal): -8190050 or 10356611. OLE color: 10356611.

HSL color Cylindrical-coordinate representation of color #83079E: hue angle of 289.27º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83079E is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 7 158 -
CMYK 0.17 0.96 0 0.38
HSL 289.27º 0.92% 0.32% -
HSV(B) 289.27º 0.96% 0.62% -
XYZ 15.61 7.45 32.96 -
YUV 61.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 131 7 158 0.17 0.96 0 0.38 289.27 0.92 0.32
Hex 83 7 9E 11 60 0 26 121 5C 20
Octal 203 7 236 21 140 0 46 441 134 40
Binary 10000011 111 10011110 10001 1100000 0 100110 100100001 1011100 100000

Color Harmonies of #83079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83079E

Black with #83079E

Text Example


Text Example

White with #83079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,7,158); }

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

background-color css

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

 a { background-color: rgb(131,7,158); }

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

border-color css

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

 span { border-color: rgb(131,7,158); }

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