Html Css Color HEX #83196D Dark Purple

📋 copy color: '#83196D'

red 131 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #83196D

Tints of Dark Purple #83196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 49.43%
G = 9.43%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83196D (or 0x83196D) is known color: Dark Purple. HEX triplet: 83, 19 and 6D. RGB value is (131,25,109). Sum of RGB (Red+Green+Blue) = 131+25+109=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83196D is #7CE692. Grayscale: #424242. Windows color (decimal): -8185491 or 7149955. OLE color: 7149955.

HSL color Cylindrical-coordinate representation of color #83196D: hue angle of 312.45º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83196D is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 109 -
CMYK 0 0.81 0.17 0.49
HSL 312.45º 0.68% 0.31% -
HSV(B) 312.45º 0.81% 0.51% -
XYZ 12.47 6.62 15.09 -
YUV 66.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 131 25 109 0 0.81 0.17 0.49 312.45 0.68 0.31
Hex 83 19 6D 0 51 11 31 138 44 1F
Octal 203 31 155 0 121 21 61 470 104 37
Binary 10000011 11001 1101101 0 1010001 10001 110001 100111000 1000100 11111

Color Harmonies of #83196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83196D

Black with #83196D

Text Example


Text Example

White with #83196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,25,109); }

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

background-color css

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

 a { background-color: rgb(131,25,109); }

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

border-color css

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

 span { border-color: rgb(131,25,109); }

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