Html Css Color HEX #83197D Dark Purple

📋 copy color: '#83197D'

red 131 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #83197D

Tints of Dark Purple #83197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.48%

R = 46.62%
G = 8.9%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83197D (or 0x83197D) is known color: Dark Purple. HEX triplet: 83, 19 and 7D. RGB value is (131,25,125). Sum of RGB (Red+Green+Blue) = 131+25+125=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #83197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83197D is #7CE682. Grayscale: #434343. Windows color (decimal): -8185475 or 8198531. OLE color: 8198531.

HSL color Cylindrical-coordinate representation of color #83197D: hue angle of 303.4º 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 #83197D is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 125 -
CMYK 0 0.81 0.05 0.49
HSL 303.4º 0.68% 0.31% -
HSV(B) 303.4º 0.81% 0.51% -
XYZ 13.41 7 20.05 -
YUV 68.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 131 25 125 0 0.81 0.05 0.49 303.4 0.68 0.31
Hex 83 19 7D 0 51 5 31 12F 44 1F
Octal 203 31 175 0 121 5 61 457 104 37
Binary 10000011 11001 1111101 0 1010001 101 110001 100101111 1000100 11111

Color Harmonies of #83197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83197D

Black with #83197D

Text Example


Text Example

White with #83197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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