Html Css Color HEX #83159E Dark Magenta

📋 copy color: '#83159E'

red 131 ◦ green 21 ◦ blue 158

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

Shades of Dark Magenta #83159E

Tints of Dark Magenta #83159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

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

R = 42.26%
G = 6.77%
B = 50.97%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83159E (or 0x83159E) is known color: Dark Magenta. HEX triplet: 83, 15 and 9E. RGB value is (131,21,158). Sum of RGB (Red+Green+Blue) = 131+21+158=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #83159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83159E is #7CEA61. Grayscale: #454545. Windows color (decimal): -8186466 or 10360195. OLE color: 10360195.

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

Color convert

RGB 131 21 158 -
CMYK 0.17 0.87 0 0.38
HSL 288.18º 0.77% 0.35% -
HSV(B) 288.18º 0.87% 0.62% -
XYZ 15.8 7.83 33.03 -
YUV 69.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 131 21 158 0.17 0.87 0 0.38 288.18 0.77 0.35
Hex 83 15 9E 11 57 0 26 120 4D 23
Octal 203 25 236 21 127 0 46 440 115 43
Binary 10000011 10101 10011110 10001 1010111 0 100110 100100000 1001101 100011

Color Harmonies of #83159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83159E

Black with #83159E

Text Example


Text Example

White with #83159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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