Html Css Color HEX #83197C Dark Purple

📋 copy color: '#83197C'

red 131 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #83197C

Tints of Dark Purple #83197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 46.79%
G = 8.93%
B = 44.29%

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

#83197C (or 0x83197C) is known color: Dark Purple. HEX triplet: 83, 19 and 7C. RGB value is (131,25,124). Sum of RGB (Red+Green+Blue) = 131+25+124=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83197C is #7CE683. Grayscale: #434343. Windows color (decimal): -8185476 or 8132995. OLE color: 8132995.

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

Color convert

RGB 131 25 124 -
CMYK 0 0.81 0.05 0.49
HSL 303.96º 0.68% 0.31% -
HSV(B) 303.96º 0.81% 0.51% -
XYZ 13.35 6.98 19.71 -
YUV 67.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 131 25 124 0 0.81 0.05 0.49 303.96 0.68 0.31
Hex 83 19 7C 0 51 5 31 130 44 1F
Octal 203 31 174 0 121 5 61 460 104 37
Binary 10000011 11001 1111100 0 1010001 101 110001 100110000 1000100 11111

Color Harmonies of #83197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83197C

Black with #83197C

Text Example


Text Example

White with #83197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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