Html Css Color HEX #83179D Dark Magenta

📋 copy color: '#83179D'

red 131 ◦ green 23 ◦ blue 157

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

Shades of Dark Magenta #83179D

Tints of Dark Magenta #83179D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 42.12%
G = 7.4%
B = 50.48%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83179D (or 0x83179D) is known color: Dark Magenta. HEX triplet: 83, 17 and 9D. RGB value is (131,23,157). Sum of RGB (Red+Green+Blue) = 131+23+157=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #83179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83179D is #7CE862. Grayscale: #464646. Windows color (decimal): -8185955 or 10295171. OLE color: 10295171.

HSL color Cylindrical-coordinate representation of color #83179D: hue angle of 288.36º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83179D is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 23 157 -
CMYK 0.17 0.85 0 0.38
HSL 288.36º 0.74% 0.35% -
HSV(B) 288.36º 0.85% 0.62% -
XYZ 15.75 7.87 32.59 -
YUV 70.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 131 23 157 0.17 0.85 0 0.38 288.36 0.74 0.35
Hex 83 17 9D 11 55 0 26 120 4A 23
Octal 203 27 235 21 125 0 46 440 112 43
Binary 10000011 10111 10011101 10001 1010101 0 100110 100100000 1001010 100011

Color Harmonies of #83179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83179D

Black with #83179D

Text Example


Text Example

White with #83179D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83179D; }

 p { color: rgb(131,23,157); }

 H1.HeaderClassName
 {
   color: #83179D;
 }
 .AnyTagClassName
 {
   color: #83179D;
 }
</style>

background-color css

<style>
 a { background-color: #83179D; }

 a { background-color: rgb(131,23,157); }

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

border-color css

<style>
 span { border-color: #83179D; }

 span { border-color: rgb(131,23,157); }

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