Html Css Color HEX #83139C Dark Magenta

📋 copy color: '#83139C'

red 131 ◦ green 19 ◦ blue 156

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

Shades of Dark Magenta #83139C

Tints of Dark Magenta #83139C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 42.81%
G = 6.21%
B = 50.98%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83139C (or 0x83139C) is known color: Dark Magenta. HEX triplet: 83, 13 and 9C. RGB value is (131,19,156). Sum of RGB (Red+Green+Blue) = 131+19+156=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #83139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83139C is #7CEC63. Grayscale: #434343. Windows color (decimal): -8186980 or 10228611. OLE color: 10228611.

HSL color Cylindrical-coordinate representation of color #83139C: hue angle of 289.05º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83139C is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 19 156 -
CMYK 0.16 0.88 0 0.39
HSL 289.05º 0.78% 0.34% -
HSV(B) 289.05º 0.88% 0.61% -
XYZ 15.59 7.69 32.12 -
YUV 68.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 131 19 156 0.16 0.88 0 0.39 289.05 0.78 0.34
Hex 83 13 9C 10 58 0 27 121 4E 22
Octal 203 23 234 20 130 0 47 441 116 42
Binary 10000011 10011 10011100 10000 1011000 0 100111 100100001 1001110 100010

Color Harmonies of #83139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83139C

Black with #83139C

Text Example


Text Example

White with #83139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83139C; }

 p { color: rgb(131,19,156); }

 H1.HeaderClassName
 {
   color: #83139C;
 }
 .AnyTagClassName
 {
   color: #83139C;
 }
</style>

background-color css

<style>
 a { background-color: #83139C; }

 a { background-color: rgb(131,19,156); }

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

border-color css

<style>
 span { border-color: #83139C; }

 span { border-color: rgb(131,19,156); }

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