Html Css Color HEX #83079B Dark Magenta

📋 copy color: '#83079B'

red 131 ◦ green 7 ◦ blue 155

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

Shades of Dark Magenta #83079B

Tints of Dark Magenta #83079B

RGB

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

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

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

R = 44.71%
G = 2.39%
B = 52.9%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83079B (or 0x83079B) is known color: Dark Magenta. HEX triplet: 83, 07 and 9B. RGB value is (131,7,155). Sum of RGB (Red+Green+Blue) = 131+7+155=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #83079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83079B is #7CF864. Grayscale: #3C3C3C. Windows color (decimal): -8190053 or 10160003. OLE color: 10160003.

HSL color Cylindrical-coordinate representation of color #83079B: hue angle of 290.27º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83079B is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 7 155 -
CMYK 0.15 0.95 0 0.39
HSL 290.27º 0.91% 0.32% -
HSV(B) 290.27º 0.95% 0.61% -
XYZ 15.35 7.34 31.62 -
YUV 60.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 131 7 155 0.15 0.95 0 0.39 290.27 0.91 0.32
Hex 83 7 9B F 5F 0 27 122 5B 20
Octal 203 7 233 17 137 0 47 442 133 40
Binary 10000011 111 10011011 1111 1011111 0 100111 100100010 1011011 100000

Color Harmonies of #83079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83079B

Black with #83079B

Text Example


Text Example

White with #83079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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