Html Css Color HEX #83169D Dark Magenta

📋 copy color: '#83169D'

red 131 ◦ green 22 ◦ blue 157

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

Shades of Dark Magenta #83169D

Tints of Dark Magenta #83169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

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

R = 42.26%
G = 7.1%
B = 50.65%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83169D (or 0x83169D) is known color: Dark Magenta. HEX triplet: 83, 16 and 9D. RGB value is (131,22,157). Sum of RGB (Red+Green+Blue) = 131+22+157=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #83169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83169D is #7CE962. Grayscale: #454545. Windows color (decimal): -8186211 or 10294915. OLE color: 10294915.

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

Color convert

RGB 131 22 157 -
CMYK 0.17 0.86 0 0.38
HSL 288.44º 0.75% 0.35% -
HSV(B) 288.44º 0.86% 0.62% -
XYZ 15.73 7.83 32.58 -
YUV 69.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 131 22 157 0.17 0.86 0 0.38 288.44 0.75 0.35
Hex 83 16 9D 11 56 0 26 120 4B 23
Octal 203 26 235 21 126 0 46 440 113 43
Binary 10000011 10110 10011101 10001 1010110 0 100110 100100000 1001011 100011

Color Harmonies of #83169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83169D

Black with #83169D

Text Example


Text Example

White with #83169D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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