Html Css Color HEX #83079F Dark Magenta

📋 copy color: '#83079F'

red 131 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #83079F

Tints of Dark Magenta #83079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 44.11%
G = 2.36%
B = 53.54%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83079F (or 0x83079F) is known color: Dark Magenta. HEX triplet: 83, 07 and 9F. RGB value is (131,7,159). Sum of RGB (Red+Green+Blue) = 131+7+159=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #83079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83079F is #7CF860. Grayscale: #3C3C3C. Windows color (decimal): -8190049 or 10422147. OLE color: 10422147.

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

Color convert

RGB 131 7 159 -
CMYK 0.18 0.96 0 0.38
HSL 288.95º 0.92% 0.33% -
HSV(B) 288.95º 0.96% 0.62% -
XYZ 15.69 7.48 33.42 -
YUV 61.4 183.08 177.64 -
System Red Green Blue C M Y K H S L
Decimal 131 7 159 0.18 0.96 0 0.38 288.95 0.92 0.33
Hex 83 7 9F 12 60 0 26 121 5C 21
Octal 203 7 237 22 140 0 46 441 134 41
Binary 10000011 111 10011111 10010 1100000 0 100110 100100001 1011100 100001

Color Harmonies of #83079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83079F

Black with #83079F

Text Example


Text Example

White with #83079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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