Html Css Color HEX #83159C Dark Magenta

📋 copy color: '#83159C'

red 131 ◦ green 21 ◦ blue 156

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

Shades of Dark Magenta #83159C

Tints of Dark Magenta #83159C

RGB

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

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

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

R = 42.53%
G = 6.82%
B = 50.65%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83159C (or 0x83159C) is known color: Dark Magenta. HEX triplet: 83, 15 and 9C. RGB value is (131,21,156). Sum of RGB (Red+Green+Blue) = 131+21+156=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #83159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83159C is #7CEA63. Grayscale: #444444. Windows color (decimal): -8186468 or 10229123. OLE color: 10229123.

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

Color convert

RGB 131 21 156 -
CMYK 0.16 0.87 0 0.39
HSL 288.89º 0.76% 0.35% -
HSV(B) 288.89º 0.87% 0.61% -
XYZ 15.63 7.76 32.13 -
YUV 69.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 131 21 156 0.16 0.87 0 0.39 288.89 0.76 0.35
Hex 83 15 9C 10 57 0 27 121 4C 23
Octal 203 25 234 20 127 0 47 441 114 43
Binary 10000011 10101 10011100 10000 1010111 0 100111 100100001 1001100 100011

Color Harmonies of #83159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83159C

Black with #83159C

Text Example


Text Example

White with #83159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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