Html Css Color HEX #83169C Dark Magenta

📋 copy color: '#83169C'

red 131 ◦ green 22 ◦ blue 156

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

Shades of Dark Magenta #83169C

Tints of Dark Magenta #83169C

RGB

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

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

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

R = 42.39%
G = 7.12%
B = 50.49%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83169C (or 0x83169C) is known color: Dark Magenta. HEX triplet: 83, 16 and 9C. RGB value is (131,22,156). Sum of RGB (Red+Green+Blue) = 131+22+156=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #83169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83169C is #7CE963. Grayscale: #454545. Windows color (decimal): -8186212 or 10229379. OLE color: 10229379.

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

Color convert

RGB 131 22 156 -
CMYK 0.16 0.86 0 0.39
HSL 288.81º 0.75% 0.35% -
HSV(B) 288.81º 0.86% 0.61% -
XYZ 15.65 7.8 32.13 -
YUV 69.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 131 22 156 0.16 0.86 0 0.39 288.81 0.75 0.35
Hex 83 16 9C 10 56 0 27 121 4B 23
Octal 203 26 234 20 126 0 47 441 113 43
Binary 10000011 10110 10011100 10000 1010110 0 100111 100100001 1001011 100011

Color Harmonies of #83169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83169C

Black with #83169C

Text Example


Text Example

White with #83169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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